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:
110:165afa46840b
Parent:
108:34e6b704fe68
Child:
136:ef9c61f8c49f
--- a/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf	Thu Oct 29 08:40:18 2015 +0000
+++ b/TARGET_NUCLEO_L476RG/TOOLCHAIN_IAR/stm32l476xx.icf	Wed Nov 25 13:21:40 2015 +0000
@@ -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 SRAM1_region   { readwrite, block STACKHEAP };
+place in SRAM2_region { };