Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 11 months ago.
Max UART baud rate for LPC1768?
What is the maximum support baud rate for the LPC1768 mbed?
2 Answers
11 years, 11 months ago.
From the datasheet:
8.16.1 Features • Maximum UART data bit rate of 6.25 Mbit/s.
I don't know if you actually reach that with the mbeds clock rate. Also never seen an application using that :P. Via Serial over USB the general max baud rate is 921600, and on the LPC1768 that worked fine for me.