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

@@ -22,7 +22,7 @@
#include <soc/t210.h>
#include <utils/types.h>
#define EXCP_TYPE_ADDR 0x4003FFF8
#define EXCP_TYPE_ADDR 0x4003FF18
#define EXCP_TYPE_WDT 0x544457 // "WDT".
#define USE_RTC_TIMER