Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNIOS I : Networking – spurious interrupt
Hi I’m trying to recreate the standard_32 example that ships with the NIOS I on my ALTERA cyclone development board. I decided to add the peripherals piece by piece and test each one as I go along. S...
Altera_Forum
Honored Contributor
22 years agoOne simple bit is that the spurious interrupt is reported in HEX and the IRQ numbers in SOPC are decimal, so 11 hex is decimal 17.
For the peripherals I can, I have them come up inactive and activate them after I install the ISR. Ken