From d6ada7f11f8086fe9f1cd96da6f53e4e395f591f Mon Sep 17 00:00:00 2001 From: Lephe Date: Mon, 10 Jan 2022 14:46:45 +0100 Subject: [PATCH] ld: reserve stack space from the static RAM region --- fxcg50.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxcg50.ld b/fxcg50.ld index 67cabbe..285751a 100644 --- a/fxcg50.ld +++ b/fxcg50.ld @@ -17,7 +17,7 @@ MEMORY /* Static RAM; stack grows down from the end of this region. The first 5k (0x1400 bytes) are reserved by gint for the VBR space, which is loaded dynamically and accessed through P1 */ - ram (rw): o = 0x08101400, l = 507k + ram (rw): o = 0x08101400, l = 491k /* On-chip IL memory */ ilram (rwx): o = 0xe5200000, l = 4k /* On-chip X and Y memory */