LEDN
New Contributor
3 years agoUART
HELLO
How can i assign in "Pin Planner" the pins GPIO[0] = Tx, GPIO[1]= Rx , and GND on DE10-LITE
I wan to send data over UART.
my code similar like this
module UART_RX #(parameter CLKS...
Hi,
Based on this DE10-Lite User Manual (page 30),
GPIO_[0] is at PIN_V10
GPIO_[1] is at PIN_W10
If you want to set GPIO[0] = Tx, then signal o_TX_Serial has to be assigned to PIN_V10 and Tx will be output.
If you want to set GPIO[1] = Rx, then signal i_RX_Serial has to be assigned to PIN_W10 and Rx will be input.
Best regards,
Sheng
p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.