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
int main()
{
//Function A
//Function B
}
//Function C
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
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:
int main()
{
//Function A
//Function B
}
//Function C
Please give me some suggestion
Thank you so much