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


Debug and write/program the external flash memory on STM32F7 Discovery?

Hi,

Trying to debug the demonstration application of STM32F7 discovery.

Got the project imported ok, compiled ok, and started debug ok
Can perform trace/step/start/pause/stop all ok.

The problem is the display needs data that reside on the external flash and they look garbled while debugging.
Can flash them correctly with this process and ST-Link utility
-> STM32F746 Discovery demonstration loses graphics icons on rebuildQuestion

but I need that concurrently/together with the debug session.

Is this an inherited openocd problem or is there any way to solve it?

Christos