Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- How does one go about finding the reset address? Would this be in the linker script area of the BSP editor? --- Quote End --- Open SOPC builder or Qsys, whatever you use. Take note of the base address of epcs controller. Then select Nios processor and open its properties. Find the reset address box and make sure the address here matches the base address assigned to epcs controller Also make sure the exception vector is located at the beginning of onchip memory, usually with a 0x20 bytes offset (i.e. if your onchip ram address is 0x100000, exception vector should be 0x100020) Close Nios properties and regenerate the system Make sure that ecps pins are set as general purpose i/o in the Quartus configuration options, otherwise fpga will configure but Nios won't be able to access epcs. Now recompile the fpga design, bsp and Nios project. Good luck