Loading...
 
Skip to main content

System Workbench for STM32


Programming Application in Specified address and Debug

France

For this you should edit the link editor script (the file with extension 'ld') to have the FLASH start at 0x8004000 (changing the start address and length in the MEMORY section) then load and debug your code normally.

Bernard (Ac6)