You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?