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
11 years agoI was actually wondering the same thing today. I am working on a design am worrying about truncating the available address space. It appears that the Nios defaults to the following address locations:
Reset: 0x00000000 Exceptions: 0x00000020 Text: 0x00000400 I understand the top 2 are configurable in Qsys, but I have not seen a way to set the main program memory (I.E. txt) to anything other than its default size. Source: http://courses.ece.ubc.ca/259/2011jan/lectures/l36%20nios%20ii%20interrupts%20advanced%20-%20shorthand%20notes.pdf