Forum Discussion
Altera_Forum
Honored Contributor
12 years agoI have now configured the DE0 nano in Qsys with SDRAM and on-chip memory, I'm using Nios II/e CPU with on-chip memory as the reset vector memory, and exception vector memory. So i'm expecting system use the on-chip memory to run firmware and have the sdram available as extra ram. But after flashing it wont load firmware. Is it some how expecting to run from SDRAM?
The BSP sets the sdram as the linker target for exception_statck_memory_region_name, and interrupt_stack_memory_region_name automatically, the .heap and .stack liner section points to sdram also. is this causing the problem? This of runs fine with I run as Nios II hardware configuration, just does not boot firmware after flashing.