1; ************************************************************* 2; *** Scatter-Loading Description File generated by uVision *** 3; ************************************************************* 4 5LR_IROM1 0x08000000 0x00020000 { ; load region size_region 6 ; FLASH part dedicated to M4 7 ER_IROM1 0x08000000 0x00020000 { ; load address = execution address 8 *.o (RESET, +First) 9 *(InRoot$$Sections) 10 .ANY (+RO) 11 } 12 ; Non-backup SRAM1 dedicated to M4 13 RW_IRAM1 0x20000000 0x00004000 { ; RW data 14 .ANY (+RW +ZI) 15 } 16 ; Backup SRAM2 dedicated to M4 17 RW_IRAM2 0x20008000 EMPTY 0x00004000 { ; to be modified accordingly to user project. Can be NoInit data for backup usage, RW, ZI region, etc... 18 } 19} 20