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 Run without program?  

Run without program?

France

Hi,

To debug an already programmed image, just disable image loading by editing your debug configuration: project >> Debug as... >> Debug configuration >> no-load_configuration >> Startup then uncheck the Load image check-box... (but, of course, keep Load symbols checked or you will not be able to debug...)

Be careful however, if you change the source code of your program, you must use a loading configuration at least once, or you will still debug the old program with the new symbol table, yielding incomprehensible results...

Hope this helps,

Bernard (Ac6)