...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

TARGET_LPC1114/TOOLCHAIN_ARM_MICRO/LPC1114.sct

Committer:
jalp89
Date:
2013-11-29
Revision:
71:7ec3cb6bbcc4
Parent:
67:a9913a65894f

File content as of revision 71:7ec3cb6bbcc4:


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)
  }

}