Altera_Forum
Honored Contributor
21 years agoNios II uart with alt_irq_register
Hello evrerybody,
I must use the UART in interrrupt mode for Rx functions. When I register my ISR with alt_irq_register, it correctly works when an incomming character is appear in the NIOS. When I use functions (as fwrite, fprintf...) to out one or some caracters, the ISR execute itself and execute never return to the main program : program : fprintf(...) | ISR - ISR - ISR - ISR - ISR .... (never go back to the main program) what's append ? Thank you Etienne