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
464B

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