Forum Discussion
Broddo
Occasional Contributor
6 years agoRuntime Stack Checking not working
Hi - I'm running C++ code on a Max10 and booting from the UFM. Everything works well enough, however, I'm trying to search for a hard to find bug. In the process of doing this, I thought I'd enable r...
Broddo
Occasional Contributor
6 years agoI think I've found the answer. I'm using the vectored interrupt controller. Seciont 37.5.6 the Embedded Peripherals IP User Guide version 19.2 (page 452) states:
"The VIC does not support runtime stack checking feature (hal.enable_runtime_stack_checking) in the BSP setting."
That is most likely the reason then.