CAlex
Contributor
3 years agoBaremetal with UART(RS232) issue
Hi,
according to the user manu of Cyclone V soc said, the UART is up to 1Mbps for RS232 communication,
But when checking the examples of 16550 UART, the rate is set to 115200 bps for maximum.
I checked the clock of the UART (L4 SP TIMER) is 100MHZ. So it can be faster than 115200bps,right?
Yet when I checked the 16550 UART Hwlib code the maximum enum was 115200.
So I have the following questions:
How can I make it faster(reaches 1Mbps in 8N1 mode)?
reguards.