mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

targets/cmsis/TARGET_NXP/TARGET_LPC11XX_11CXX/TOOLCHAIN_ARM_MICRO/TARGET_LPC11CXX/LPC11C24.sct

Committer:
shaoziyang
Date:
2014-09-13
Revision:
323:9e901b0a5aa1
Parent:
30:91c1d09ada54

File content as of revision 323:9e901b0a5aa1:


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) (0x2000-0xC0)  {
   .ANY (+RW +ZI)
  }

}