Altera_Forum
Honored Contributor
15 years agoIRQ not detected from C program.
Hello
I wrote a simple program to start learning IRQ programming. I created a simple SOPC custom component (called simper_irq). This is the HDL: pastebin.com/9fyfZQtL Also, I created a simple program in C. This is the source: pastebin.com/bmChv4vh The value of flag should increase (at least once). However, it's the same all the time. I can't see where I'm wrong. Could anybody help me? Thanks a lot.