...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

TARGET_LPC1114/TOOLCHAIN_ARM_MICRO/LPC1114.sct

Committer:
bogdanm
Date:
2013-09-19
Revision:
67:a9913a65894f
Parent:
66:9c8f0e3462fb

File content as of revision 67:a9913a65894f:


LR_IROM1 0x00000000 0x8000  {    ; load region size_region (32k)

  ER_IROM1 0x00000000 0x8000  {  ; load address = execution address
   *.o (RESET, +First)
   *(InRoot$$Sections)
   .ANY (+RO)
  }

  ; 48 vectors * 4 bytes = 0xC0 for remap
  RW_IRAM1 (0x10000000+0xC0) (0x1000-0xC0)  {
   .ANY (+RW +ZI)
  }

}