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


Error after recent update on debug configuration

Hi,

Thank you for your feedback, it will be fix in the next update.
By the way, this error should only happen when the board selected in your project does not exists or your project structure is invalid (a board definition file *.xml should be in the project root).

Did you generate your project from CubeMX ?
- If you did, can you check if you’re using the latest version of CubeMX ? CubeMX older version was generating non-compatible project.
- If you didn’t, which board/mcu did you choose ?

Kevin.