From 8e70018ec17e5c8b16f24715cb0df6c71940e06d Mon Sep 17 00:00:00 2001 From: Jeremy Brodt Date: Fri, 9 Sep 2016 11:51:14 -0500 Subject: [PATCH] [MAX32620HSP] Fixed INITIAL_SP value. --- targets/TARGET_Maxim/mbed_rtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_Maxim/mbed_rtx.h b/targets/TARGET_Maxim/mbed_rtx.h index 61a24f8b6d..d719cae00e 100644 --- a/targets/TARGET_Maxim/mbed_rtx.h +++ b/targets/TARGET_Maxim/mbed_rtx.h @@ -50,7 +50,7 @@ #elif defined(TARGET_MAX32620) #ifndef INITIAL_SP -#define INITIAL_SP (0x20008000UL) +#define INITIAL_SP (0x20040000UL) #endif #ifndef OS_TASKCNT #define OS_TASKCNT 14