Loading...
 
Skip to main content

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 Utility, taking the binary file from the Debug folder of the project.

Giovanni