Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUART 16550 vs standard UART
Hi all, is there a simple way of replacing the standard UART, which is in all examples, with the UART16550? I mean, that simply all stdin/stdout/stderr goes to the UART16550? I can only have o...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Have you tried if JTAG UART works? --- Quote End --- No. I had the "standard" UART in before, got my application working, but needed one with a FIFO. So tried to get the 16550-UART to work, without success. What I'm really trying is to get the RSU working (application note 741), so my NIOS system is pretty simple, basically using the AN-741 template, and replacing the UART in it with the 16550-UART. Any chance anybody else can try it?