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:
160:5571c4ff569f
Parent:
158:1c57384330a6
Child:
161:aa5281ff4a02
--- a/TARGET_NUCLEO_L496ZG_P/TARGET_STM/mbed_rtx.h	Thu Nov 23 11:44:04 2017 +0000
+++ b/TARGET_NUCLEO_L496ZG_P/TARGET_STM/mbed_rtx.h	Wed Jan 17 16:13:02 2018 +0000
@@ -52,7 +52,8 @@
 #elif defined(TARGET_STM32F303VC)
 #define INITIAL_SP              (0x2000A000UL)
 
-#elif defined(TARGET_STM32L432KC)
+#elif defined(TARGET_STM32L432KC) ||\
+      defined (TARGET_STM32L433RC)
 #define INITIAL_SP              (0x20010000UL)
 
 #elif (defined(TARGET_STM32F303RE) ||\