Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNIOS Code not running
Hi everyone, I am designing a system on a custom board with a Cyclone IV E fpga. I am able to program my board from Quartus successfully. After designing my Qsys system, I create a Nios applica...
Altera_Forum
Honored Contributor
13 years agoThe reset vector should be set to the EPCS controller, so that the CPU can run the bootloader that will copy your application from the EPCS.
The exception vector should be set to a writeable area, either an on-chip RAM or your external RAM.