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 the interrupt is perform again and again and doesn't return? is the responsibility of clearing the interrupt is mine? how do I clear the interrupt ?