Keil + STM32 + ST-Link: Not loading a second memory section defined in scatter (linker) file
Posted on April 29, 2014 at 15:53 I'm using a STM32F103C8 + ST-LINK. I have created a second memory section in the scatter file: LR_IROM1 0x08000000 0x00010000 { ; load region size_region ER_IROM1 0x08000000 0x00005000 { ; load address = exe...