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.

Revision:
132:9baf128c2fab
Parent:
122:f9eeca106725
Child:
145:64910690c574
--- a/TARGET_DISCO_L476VG/TOOLCHAIN_GCC_ARM/STM32L476XX.ld	Thu Dec 15 11:17:48 2016 +0000
+++ b/TARGET_DISCO_L476VG/TOOLCHAIN_GCC_ARM/STM32L476XX.ld	Tue Dec 20 15:36:52 2016 +0000
@@ -140,7 +140,7 @@
     .stack_dummy (COPY):
     {
         *(.stack*)
-    } > SRAM2
+    } > SRAM1
 
     /* Set stack top to end of RAM, and stack limit move down by
      * size of stack_dummy section */