Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.

Dependents:   DISCO-F746NG_rtos_test ecte433

Fork of mbed-rtos by mbed official

Revision:
96:8ac966e2cd3f
Parent:
95:12552ef4e980
--- a/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Fri Oct 16 07:45:53 2015 +0100
+++ b/rtx/TARGET_CORTEX_M/RTX_CM_lib.h	Wed Nov 11 07:21:20 2015 +0000
@@ -331,6 +331,9 @@
 #elif defined(TARGET_STM32L476RG)
 #define INITIAL_SP            (0x20018000UL)
 
+#elif defined(TARGET_DISCO_F746NG)
+#define INITIAL_SP            (0x20050000UL)
+
 #else
 #error "no target defined"