CONFIG_ARC_EXCEPTION_STACK_SIZE
ARC exception handling stack size
Type: int
Help
Size in bytes of exception handling stack which is at the top of
interrupt stack to get smaller memory footprint because exception
is not frequent. To reduce the impact on interrupt handling,
especially nested interrupt, it cannot be too large.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
Kconfig definition
At <Zephyr>/arch/arc/Kconfig:340
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:39
→ <Zephyr>/arch/Kconfig:12
Menu path: (Top) → ARC Options → ARC CPU Options
config ARC_EXCEPTION_STACK_SIZE
int "ARC exception handling stack size"
default 768 if !64BIT
default 2048 if 64BIT
depends on ARC
help
Size in bytes of exception handling stack which is at the top of
interrupt stack to get smaller memory footprint because exception
is not frequent. To reduce the impact on interrupt handling,
especially nested interrupt, it cannot be too large.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)