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:
152:235179ab3f27
Parent:
146:22da6e220af6
--- a/TARGET_ARCH_MAX/TARGET_STM/nvic_addr.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/TARGET_ARCH_MAX/TARGET_STM/nvic_addr.h	Mon Oct 02 15:20:36 2017 +0100
@@ -23,7 +23,7 @@
 #if defined(__ICCARM__)
     #pragma section=".intvec"
     #define NVIC_FLASH_VECTOR_ADDRESS   ((uint32_t)__section_begin(".intvec"))
-#elif defined(__CC_ARM)
+#elif defined(__CC_ARM) || (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050))
     extern uint32_t Load$$LR$$LR_IROM1$$Base[];
     #define NVIC_FLASH_VECTOR_ADDRESS   ((uint32_t)Load$$LR$$LR_IROM1$$Base)
 #elif defined(__GNUC__)