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


You are viewing a reply to Semihosting with STM32  

Semihosting with STM32

I am having the same problem that the current working directory is not the same as the one containing the executable. I did a search of my drive and found that the current path is “C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.11.0.201610101240\resources\openocd\scripts\st_board”. It would be nice to have the current directory tied to the location of the project so I don’t need to use an absolute path in my application code.

Maybe the current path can be changed in a startup script used by the debugger?