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
1 year agoHi Vincent
Could you try not accessing the tx register directly?
Try using the fwrite function like the example here?
For the fprint, you should not use that as it is used to print to the jtag uart.
Yes you are right, by default it is fast implementation instead of small. The only difference between them is fast support interrupt and small do not.
Regards
Jingyang, Teh