Forum Discussion
Altera_Forum
Honored Contributor
22 years agoNios stops responding to interrupts
Using Nios(3.2), Nios32@30mhz with some user logic modules in the C4. The simplest possible ISR will works a random number of times (< 30) and then stop working. The IRQ signal from the user logic is...
amarkh
New Contributor
3 years agoI was actually able to solve my problem. I was using the printf() function inside of my code which is controlled by the JTAG connection, so as soon I unplugged the connection my code would break because the STDIO library couldn't be used without JTAG. After changing my code around to just toggle an output pin and scoping it, it never broke even with the interrupts.