Forum Discussion
Altera_Forum
Honored Contributor
12 years agoUart loopback
Hello guys, I have created a nios2 system with a uart port: uart_0 I have put the rx_uart and tx_uart in short circuit. So I expect that what I send is what I get. Finally I have writ...
Altera_Forum
Honored Contributor
12 years agoA few possibilities:
- If you are using an RS232 converter, it probably can't operate above a few hundred KHz. Make sure you're looking at the input to the RS232 converter.
- Go into the assignment tool and verify that the txd_uart signal (or the clock signal) is routed to the correct FPGA pin.
- Possibly check other pin assignments as well.
- Check to make sure you have a clock!
- Search and make sure that the txd_uart signal isn't routed to multiple places (some languages allow this).
- Check to see if the FPGA really loaded?