From 3c978240cf13a999295326a5d33cf98fa8b56099 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 6 Jan 2019 02:23:45 +0100 Subject: [PATCH] Add note in stack_check that refers developers to the linker scripts when looking for stack memory locations. --- src/main/drivers/stack_check.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/drivers/stack_check.c b/src/main/drivers/stack_check.c index d948e9838a..85b648a52a 100644 --- a/src/main/drivers/stack_check.c +++ b/src/main/drivers/stack_check.c @@ -55,6 +55,7 @@ extern char _Min_Stack_Size; // declared in .LD file * RAM is origin 0x20000000 length 128K that is: * 0x20000000 to 0x20020000 * + * See the linker scripts for actual stack configuration. */ #ifdef STACK_CHECK