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


Ac6 + STM32 + STLink-V2 debug environment issues

Thanks Kevin, your opinion is very useful, I’m sure that the project was not created with Ac6 toolchain.
Let me try to make a new project with Ac6 toolchain at first. Thanks a lot!
BTW, how can I setup the environment with GDB openOCD debugging? When I tried to work on it, my project couldn’t enter the main() code like this.
Main()