Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi,
I have a very similar problem as well. My configuration is the following: - Single NiosII processor - Small on-chip memory that contains a bootloader (that reads the main program from an SD card and copies that to DDR memory) - DMA controller - Another small on-chip memory for DMA to use - 128Mb DDR memory The NiosII processor is configured to reset from the on-chip memory and that works perfectly, interrupts and all. It even successfully loads the main program to the DDR memory and then jumps there. However interrupts do NOT work anymore. I believe I should somehow copy/reconfigure the exception vector from the main program to the nios processor, or have the processor move its exception vector to point to the proper location in the DDR memory, but how? Any help would be much appreciated - Teemu