Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHelp with interrupts
Hi, I've started learning NiosII. And I would like to know about interrupt handling.. Is there any useful article in the net that I could refer to?? the function of my code is to blink...
Altera_Forum
Honored Contributor
15 years agoHello,
The subject you're intersted in is explained in the Excpetion Handling chapter http://www.altera.com/literature/hb/nios2/n2sw_nii52006.pdf In fact the interrupt is a kind of exception. Anyway you should forecast to spend some time to read some other chapters of the NiosII documentation, as they are interconnected. http://www.altera.com/literature/lit-nio2.jsp This is not a "RTFM"-like answer: I, myself, learned reading the manuals. Sometimes the problem is where to find the correct manual. Regards, Gabriele