Hello,
Because 'prescale' = Fclk/(baud*8), so the max baud is when 'prescale=1' and limited by the clock frequency.
If I want a baud=50mbps, then I need a clock which frequency is higher than about 500mhz.
I guess that the prescale parameter determined the over-sample times (not sure), so is it possible to lessen the over-sample times and achieved a higher baud?
Thank you very much!