bdk: move exception type base away from IRQ stack

Allow a more heavy stack usage by IRQ handlers.
This commit is contained in:
CTCaer
2026-02-12 21:32:43 +02:00
parent 6c820067a7
commit d14a1fb7d6
3 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@
#define IRQ_STACK_TOP 0x40040000
#define IPL_RELOC_ADDR 0x4003FF00
#define IPL_RELOC_SZ 0x10
#define EXCP_STORAGE_ADDR 0x4003FFF0
#define EXCP_STORAGE_ADDR 0x4003FF10
#define EXCP_STORAGE_SZ 0x10
/* --- DRAM START --- */