Forum Discussion
Altera_Forum
Honored Contributor
15 years agousing IRQ
Hello, I would like know: -what is the function when I use sopc and nios -how I manage IRQ -how I program the IRQ For now, I has just found that it's in many file in sopc. But when ...
Altera_Forum
Honored Contributor
15 years agoThe HAL API document is better to find information about the functions.
What exactly are you looking for? You can know the compenents that generate interrupts from SOPC builder. When you build your bsp, the generated system.h file will contain constants with the vector numbers for all your interrupts. Write your own isr, and use the register function to associate it with the interrupt you want to process.