The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

TARGET_NUCLEO_F103RB/TOOLCHAIN_ARM_STD/stm32f10x.sct

Committer:
bogdanm
Date:
2013-12-09
Revision:
73:1efda918f0ba
Child:
76:824293ae5e43

File content as of revision 73:1efda918f0ba:

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

}