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:
171:3a7713b1edbc
Parent:
96:487b796308b0
--- a/TARGET_NUCLEO_F103RB/TOOLCHAIN_IAR/stm32f103xb.icf	Thu Sep 06 13:39:34 2018 +0100
+++ b/TARGET_NUCLEO_F103RB/TOOLCHAIN_IAR/stm32f103xb.icf	Thu Nov 08 11:45:42 2018 +0000
@@ -7,8 +7,8 @@
 define symbol __ICFEDIT_region_ROM_start__ = 0x08000000;
 define symbol __ICFEDIT_region_ROM_end__   = 0x0801FFFF;
 define symbol __ICFEDIT_region_NVIC_start__   = 0x20000000;
-define symbol __ICFEDIT_region_NVIC_end__   = 0x200000EB;
-define symbol __ICFEDIT_region_RAM_start__ = 0x200000EC;
+define symbol __ICFEDIT_region_NVIC_end__   = 0x200000F0 - 0x1;
+define symbol __ICFEDIT_region_RAM_start__ = 0x200000F0; /* 8-byte aligned (0xEC) = 0xF0 */
 define symbol __ICFEDIT_region_RAM_end__   = 0x20004FFF;
 /*-Sizes-*/
 /*Heap 1/4 of ram and stack 1/8*/