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


Can't debug mixed Project (Code in Flash and RAM)

I have a project which is linked in Flash (Init) and RAM (Prog).

It seems that the Debugger loads first RAM and after that Flash with RAM use, so the content of the RAM is not always initialized right.

See here same issue within GDB: https://sourceware.org/bugzilla/show_bug.cgi?id=17484Question

Can you please change the Debug behaviour for System Workbench, first load Flash and second load RAM?

Or is there a possiblilty to do this in Debugger options or script?