Forum Discussion
Altera_Forum
Honored Contributor
11 years agoNiosII interuppts mamagement
Hello guys... I have a NiosII based system which has to communicate with a master peripheral with the UART protocol. So I've configured it using software interrupt. On my board I have also...
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 ?