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:
120:7c328cabac7e
Parent:
108:34e6b704fe68
Child:
132:9baf128c2fab
--- a/TARGET_DISCO_L476VG/TOOLCHAIN_IAR/stm32l476xx.icf	Wed Apr 27 12:10:56 2016 -0500
+++ b/TARGET_DISCO_L476VG/TOOLCHAIN_IAR/stm32l476xx.icf	Tue May 10 12:23:43 2016 -0500
@@ -31,5 +31,5 @@
 place at address mem:__intvec_start__ { readonly section .intvec };
 
 place in ROM_region   { readonly };
-place in SRAM2_region   { readwrite, block STACKHEAP };
-place in SRAM1_region { };
+place in SRAM2_region   { readwrite };
+place in SRAM1_region { block STACKHEAP };