mirror of https://github.com/ARMmbed/mbed-os.git
[DISCO_F469NI] RTOS support
parent
7d245b9cff
commit
b07521e08a
|
@ -332,8 +332,7 @@ osThreadDef_t os_thread_def_main = {(os_pthread)main, osPriorityNormal, 0, NULL}
|
|||
#define INITIAL_SP (0x20018000UL)
|
||||
|
||||
#elif defined(TARGET_STM32F469NI)
|
||||
//#define INITIAL_SP (0x20050000UL)
|
||||
#define INITIAL_SP (0x20040000UL)
|
||||
#define INITIAL_SP (0x20050000UL)
|
||||
|
||||
#else
|
||||
#error "no target defined"
|
||||
|
|
Loading…
Reference in New Issue