You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
494 B

4 years ago
  1. ; *************************************************************
  2. ; *** Scatter-Loading Description File generated by uVision ***
  3. ; *************************************************************
  4. LR_IROM1 0x00000000 0x00010000 { ; load region size_region
  5. ER_IROM1 0x00000000 0x00010000 { ; load address = execution address
  6. *.o (RESET, +First)
  7. *(InRoot$$Sections)
  8. .ANY (+RO)
  9. .ANY (+XO)
  10. }
  11. RW_IRAM1 0x20000000 0x00001000 { ; RW data
  12. .ANY (+RW +ZI)
  13. }
  14. }