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:
153:b484a57bc302
Parent:
122:f9eeca106725
--- a/TARGET_NUCLEO_L432KC/TOOLCHAIN_ARM_STD/stm32l432xx.sct	Mon Oct 02 15:20:36 2017 +0100
+++ b/TARGET_NUCLEO_L432KC/TOOLCHAIN_ARM_STD/stm32l432xx.sct	Wed Oct 11 12:36:33 2017 +0100
@@ -36,13 +36,9 @@
    .ANY (+RO)
   }
 
-  RW_IRAM1 0x20000000 0x0000C000  { ; RW data 48k L4-SRAM1
+  ; Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM
+  RW_IRAM1 (0x20000000+0x188) (0x00010000-0x188)  {
   .ANY (+RW +ZI)
   }
 
-  ; Total: 98 vectors = 392 bytes (0x188) to be reserved in RAM
-  RW_IRAM2 (0x10000000+0x188) (0x04000-0x188)  {  ; RW data 16k L4-ECC-SRAM2 retained in standby
-   .ANY (+RW +ZI)
-  }
-
 }