Forum Discussion
Altera_Forum
Honored Contributor
13 years agoGeneral Interrupt Problem
Hi everyone In my nios ii software in the main function there is "Function A" and "Function B" and there is a "Function C" which execute when interrupt occur like bellow --- Quote Start -...
Altera_Forum
Honored Contributor
13 years agoYou may try with the exception handler: you include functionA in a try/catch statement and let functionC throwing the exception.
However I've never used the Nios exception handler, so I don't know if this actually works. Regards