Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeek - Uart
im just a newbie in FPGA programming just want to ask how to add a UART (rs232) into the hardware design. I already tried to add it on SOPC builder and generate and recompile it ...
Altera_Forum
Honored Contributor
16 years agoyes, i found the sopc instance.
what i did there, i put some code like this: .rxd_to_the_uart (HC_UART_RXD), .txd_from_the_uart (HC_UART_TXD), i just copy it on other design with built in uart, but i check the block diagram for the pin name. am i doing right? with this, i think im still missing some steps.