Forum Discussion
Altera_Forum
Honored Contributor
21 years agothe program doesn't return from interrupt
I'm using the uart interrupt. when data is received trough the uart the program jump to perform the interrupt the problem is that the interrupt flag of the uart stays on and so th...
Altera_Forum
Honored Contributor
21 years agoI have set a breakpoint in the interrupt handler and so that it perform the handler routine.
and then goes to check if there are other pending interrupt and return to perform the uart interrupt's handler routine again and again