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:
128:9bcdf88f62b0
Parent:
110:165afa46840b
Child:
138:093f2bd7b9eb
--- a/TARGET_DISCO_F429ZI/TOOLCHAIN_ARM_STD/stm32f429xx.sct	Fri Sep 30 16:49:46 2016 +0100
+++ b/TARGET_DISCO_F429ZI/TOOLCHAIN_ARM_STD/stm32f429xx.sct	Thu Oct 27 16:45:56 2016 +0100
@@ -27,7 +27,7 @@
 ; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
-; 2 MB FLASH (0x200000) + 256 KB SRAM (0x40000)
+; 2 MB FLASH (0x200000) + 192 KB SRAM (0x30000)
 LR_IROM1 0x08000000 0x200000  {    ; load region size_region
 
   ER_IROM1 0x08000000 0x200000  {  ; load address = execution address
@@ -37,7 +37,7 @@
   }
 
   ; Total: 107 vectors = 428 bytes (0x1AC) to be reserved in RAM
-  RW_IRAM1 (0x20000000+0x1AC) (0x20000-0x1AC)  {  ; RW data
+  RW_IRAM1 (0x20000000+0x1AC) (0x30000-0x1AC)  {  ; RW data
    .ANY (+RW +ZI)
   }