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
224: Correct Serial Baudrate calculation r=therealprof a=jamesmunns
I think the baudrate calculation before was... ~~really wrong~~ slightly misunderstood.
As far as I can tell, this new method is correct according to the stm32F411 datasheet, I'm not sure if the calculation is consistent across all stm32f4xx devices.
This was validated with an stm32f411, a pclk2 of 96MHz, and a baudrate of 12mbps.
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
0 commit comments