DE10-Nano 1 Mega Baud Serial Transmission using UART
I have the DE10-Nano Board and I would like to be able to transfer data at 1Mbaud. According to the FT232R data sheet it can transfer data at 1Mbaud using RS232 protocol but when I go into the Platform Designer to the UART Intel FPGA IP it appears that I am limited to 115200 baud. Is there a way to increase the baud rate of this module or is there another way to get around using this module entirely by sending my serial data directly to the TX pin?
thanks in advance.
Hello sir,
The UART IP cannot work alone, it should be connected to a processor or a custom logic that take care of the initialization and processing of the IP. I have attached a design example for you to show how to connect UART with Nios II processor. Furthermore, it has a piece of C code to initialize and run a communication stream between two UARTs on the same board.
Thank you,