Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Another interrupt can be processed only if it has higher priority. So you can try to define priorities in a way this doesn't happen. --- Quote End --- Ty Chris, But what happens if I'm processing interrupt_1 and then arrives two interrupt_2 ? I will miss the first interrupt_2 rx data ?