Forum Discussion

VROGE2's avatar
VROGE2
Icon for Occasional Contributor rankOccasional Contributor
6 years ago
Solved

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 Platfo...
  • FawazJ_Altera's avatar
    6 years ago

    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,