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 you are opening the JTAG_UART device instead of the UART IP.
For the UART IP the fOpen should be "#define UART_0_NAME "/dev/UART_0"" instead of "#define JTAG_UART_NAME "/dev/JTAG_UART""
Regards
Jingyang, Teh