Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Newbie: Sensortile can debug but then cannot run independently

I also try to bring up the SensorTile project from STM “stsw-stlkt01” example “SensorTile\Applications\BLE_SampleApp\SW4STM32\STM32L4xx-SensorTile”
There are few issues I have and not understands

1. If I imported the project into Workspace, the project would not build. Complaining missing the Build file. I can only build the project at source file folder.

2. After I build and debug the project, debugger could not locate source file, e.g. Main will only show in assembly code instead of C code.

I search around and could not find where debugger configure the C source location.

Thanks for advice

I too have a similar issue, did you get any further with this?