Forum Discussion
Altera_Forum
Honored Contributor
13 years agoGenerate IRQ by Level
Hi all, I have the following configuration with the following problem. In Qsys i have a 1 bit Input (INPUTPIO) which should generate an Interrupt by Level. This is my C code: static vo...
Altera_Forum
Honored Contributor
13 years agoYour irq handler, I mean isr_signal(), must provide some mean of resetting the interrupt signal level, otherwise the irq would keep on retriggering.
Then, your program would get stuck into isr_signal function as long as the PIO input is asserted. Moreover, check if 'adress' is a valid pointer.