link.sct 735 B

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