Forum Discussion
Altera_Forum
Honored Contributor
12 years agoThe exception vectors need to be in a RAM because they are initialized by the software just before jumping to main(). If you put them to a ROM then the initialization software can't write the correct ISR vector and the CPU would probably crash at the first raised interrupt.
I'm glad you got it to work!