From 80fe8960c1602909c1fd35836153aec283bceb2b Mon Sep 17 00:00:00 2001 From: jujihjuji <14168930+jujihjuji@user.noreply.gitee.com> Date: Sat, 13 Jun 2026 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?update(board/link=5Flds):=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=A0=88=E5=A4=A7=E5=B0=8F=E4=B8=BA0x600?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- board/linker_scripts/link.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/linker_scripts/link.lds b/board/linker_scripts/link.lds index 5a45f64..2edfb7d 100644 --- a/board/linker_scripts/link.lds +++ b/board/linker_scripts/link.lds @@ -9,7 +9,7 @@ MEMORY RAM (rw) : ORIGIN = 0x20000000, LENGTH = 20k /* 20K sram */ } ENTRY(Reset_Handler) -_system_stack_size = 0x400; +_system_stack_size = 0x600; SECTIONS {