Altera_Forum
Honored Contributor
11 years agoRunning NIOS program from external SDRAM
Hi,
How would one create or modify a linker script to get a Nios program to run from external SDRAM rather on on-chip RAM? I have created a Qsys system with a NIOS and SDRAM controller. The reset and exception vectors to point to the external SDRAM which I thought would be enough. Why is it that when using on-chip RAM, it is enough to point the reset and exception vectors to it and it works fine without creating any linker script or start-up assembler code? Thanks, Paul