From a53c4a8a5bbc2c034d3f4341a5821f222b0d0e2e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 17 Jun 2020 23:42:21 +0200 Subject: [PATCH] chg: adapt stack , run "lf search" on a blank t55xx now ok --- common_arm/ldscript.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_arm/ldscript.common b/common_arm/ldscript.common index c1fb5e848..443d9825d 100644 --- a/common_arm/ldscript.common +++ b/common_arm/ldscript.common @@ -9,7 +9,7 @@ ms of the GNU GPL, version 2 or, ----------------------------------------------------------------------------- */ -stacksize = DEFINED(stacksize) ? stacksize : 6K; +stacksize = DEFINED(stacksize) ? stacksize : 9K; commonareasize = 0x20; /* AT91SAM7S256 has 256k Flash and 64k RAM */