Altera_Forum
Honored Contributor
10 years agoHow much ram to allocate for Exception memory?
I'm wondering how big of on-chip memory is recommended if pointing the exception vector to it in qsys/bsp?
Is it always a fixed size (like an interrupt vector table), or does it grow dynamically (like a stack), or does it depended on the size of all the interrupt service routines? In the past, I've always pointed to any ram and it works, but not sure if I've been lucky, or it's not very critical :)