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


Loading file.elf in flash

I sucessful built the example program but I am not abble to download it.
George

Hi,
to download the files .elf to flash memory is sufficient to press the “Debug” button (the icon with a bug). This allows you run the code line by line, or continuous running.
When finished debugging, you can upload the most compact binary code (.bin), using ST-Link UtilityQuestion, taking the binary file from the Debug folder of the project.

Giovanni