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...
Have you downloaded the manuals, tools, and examples CD from TerAsic?
Ref: https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=234&No=1021#contents
Look under Resources.
The SystemBuilder application can generate a .qsf file definition to include with Quartus that defines all the chip I/O assignments.
On the CD image, under Demonstrations, you might want to look at the Golden_Top example files to get you started.
you mean set the wire to the board. i already know that. my question is on the software Quartus not on the board. i want to know how you write code to connect board to Putty by using my function as above by connect the pins GPIO[0] = Tx, GPIO[1]= Rx.