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


Reinstalling STM32F745G-DISCO Demo

Tunisia

The only problem is that the debugger (gdb+openocd) cannot program the content located within the external flash memory.

Otherwise when debugging your application (after loading the hex using ST-LINK UTILITY) you can disable the programming step (Debug Configurations > $Your_Config$ > Startup ⇒ uncheck ‘Load image’ checkbox), so the debugger will connnect to your device without reprogramming the application.

If you want to display the external memory content, this is possible if the external memory is initialized.
In other words: you can read the external memory content after your application initializes the external memory.