Forum Discussion
Vincent_F
New Contributor
2 years agoUART gets stuck when enabling IRQ (NIOS II)
Hi, I'm reopening an old post from 2013 that apparently never got a reply. I'm facing the same problem. I have a small NIOS II system (used as a demo for my students) that features a jTAG UART an...
tehjingy_Altera
Regular Contributor
2 years agoHI
From the code I see that you are are enabling the interrupt for transmit ready.
Could you try to enable disable that and enable the Read ready mask instead.
ALTERA_AVALON_UART_CONTROL_TRDY_MSK <--- Transmit Ready Mask
ALTERA_AVALON_UART_CONTROL_RRDY_MSK < ---- Read Ready Mask
Regards
Jingyang, Teh
- Vincent_F2 years ago
New Contributor
Hi,
Thanks for your suggestion. Unfortunately, I've already tried it and it won't work either. Whatever the interrupt (transmit or read) the symptoms are the same.
Best regards
Vincent