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 --- int main() { //Function A //Function B } //Function C --- Quote End --- while "Function A" is executing, interrupt occur and "Function C" start executing and after finishing executing the "Function C" is this possible to make the program to leave the "Function A" in what ever line of "function A" which was executing before occurring the interrupt and continue executing "Function B"? Please give me some suggestion Thank you so much