Forum Discussion
Altera_Forum
Honored Contributor
16 years agoWhen you create your Nios processor in SOPC builder, select the on-chip memory for the exception vectors. I think it is in the first window of the processor properties.
Then before compiling your application, in the IDE, go to the system library, select the ddr as program memory, and your application will be loaded in the ddr. You can also set there the memory used for static data, stack and heap. Don't forget to connect the NIOS instruction Avalon master to the DDR controller in SOPC builder!