Newer
Older
mbed-os / libraries / mbed / targets / cmsis / TARGET_NXP / TARGET_LPC11XX / TOOLCHAIN_ARM_STD / LPC1114.sct
@Matthew Else Matthew Else on 19 Jul 2013 346 bytes Lots of changes, fixing build bugs and renaming

LR_IROM1 0x00000000 0x8000  {    ; load region size_region (32k)
  ER_IROM1 0x00000000 0x8000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }
  ; 8_byte_aligned(48 vect * 4 bytes) =  8_byte_aligned(0xC0) = 0xC0
  ; 8KB - 0xC0 = 0xF40
  RW_IRAM1 0x100000C0 0xF40  {
   .ANY (+RW +ZI)
  }
}