Clock settings to achieve maximum baud rate for UART

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

How to achieve maximum baud rate for my UART in PSoC?

   

Ans:

   

For a given baud-rate, UART clock should be 8 times the baud-rate (bits per second).

   

To operate at maximum baud-rate, 

   

1. Enable USB clock and configure it as IMO*2 (IMO as 24MHz).

   

2. Now, IMO will have only 0.25% tolerance as it is synchronised to the USB clock.

   

3. Use IMO as the clock source for the UART transmitter and receiver.

   

4. Then, it is possible to achieve maximum baud-rate of 6 Mbits/sec.

   
        
0 Likes
0 Replies