Forum Discussion
Altera_Forum
Honored Contributor
11 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 dynamicall...
Altera_Forum
Honored Contributor
10 years agoThis is easily calculable.
0x400 (Text Section) - 0x20 (Exception section) = 0d992 Divide this number by 4, and you get 248. This means you can have 248 instructions (or labels) in your exception handler.