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


Setting SW4STM32 to debug an external project (created without CubeMX)?

There is no .cproject in my linux filesystem contrary to windows, or is it hidden? In linux I do not have any project folder, only a .ioc, a .xml and a .cfg and a .ld .
Are there readings about project files generated by CubeMX? I found little information about project files in user manual UM1718.

I cannot figure how to set MCU config creating a new project with wizard with SW4STM32, without using CubeMX, is it possible?

I could also configure a complete project in CubeMX and get a clean .ioc but I will have a hard time configuring clocks pins channels, timers...

Or maybe is debugging with Eclipse and OpenOCD only much simpler?