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:
108:34e6b704fe68
Parent:
107:4f6c30876dfa
Child:
122:f9eeca106725
--- a/TARGET_DISCO_L476VG/TOOLCHAIN_ARM_STD/stm32l476xx.sct	Wed Sep 16 15:32:31 2015 +0100
+++ b/TARGET_DISCO_L476VG/TOOLCHAIN_ARM_STD/stm32l476xx.sct	Fri Oct 02 07:35:07 2015 +0200
@@ -37,11 +37,11 @@
   }
 
   ; Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM
-  RW_IRAM1 (0x20000000+0x188) (0x20000-0x188)  {  ; RW data
+  RW_IRAM1 (0x10000000+0x188) (0x08000-0x188)  {  ; RW data 32k L4-ECC-SRAM2 retained in standby
    .ANY (+RW +ZI)
   }
 
-  RW_IRAM2 0x10000000 0x00008000  {
+  RW_IRAM2 0x20000000 0x00018000  { ; RW data 96k L4-SRAM1
    .ANY (+RW +ZI)
   }