From 2e1adee7d6800be2200de9dcd6baf146f4ce4a66 Mon Sep 17 00:00:00 2001 From: c_jin Date: Thu, 3 Jan 2019 19:53:57 +0800 Subject: [PATCH] modify the 'INITIAL_SP' for GD32F450ZI --- targets/TARGET_GigaDevice/mbed_rtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_GigaDevice/mbed_rtx.h b/targets/TARGET_GigaDevice/mbed_rtx.h index 4734405de6..b39f0f9d02 100644 --- a/targets/TARGET_GigaDevice/mbed_rtx.h +++ b/targets/TARGET_GigaDevice/mbed_rtx.h @@ -40,7 +40,7 @@ #if defined(TARGET_GD32F450ZI) #ifndef INITIAL_SP -#define INITIAL_SP (0x20070000UL) +#define INITIAL_SP (0x20030000UL) #endif #endif