mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

targets/cmsis/TARGET_STM/TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_MICRO/stm32f10x.sct

Committer:
mbed_official
Date:
2013-12-02
Revision:
52:a51c77007319
Child:
70:c1fbde68b492

File content as of revision 52:a51c77007319:

; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************

LR_IROM1 0x08000000 0x20000  {    ; load region size_region (128K)

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

  ; 59 vectors (16 core + 43 peripheral) * 4 bytes = 236 bytes to reserve (0xEC)
  RW_IRAM1 (0x20000000+0xEC) (0x5000-0xEC)  {  ; RW data
   .ANY (+RW +ZI)
  }

}