-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Baud rate generation is inexact #160
Comments
I'd make the |
This needs support from mbed-hal in it's current implementation.
That blog post is amazing. We should hire the guy who wrote it. ;-P |
ARM Internal Ref: IOTSFW-2117 |
|
If the user calls Serial.baud() before printing first character, wont get_stdio_serial() in retarget.cpp set baudrate back to 9600 because of stdio_uart_inited == false ? |
If you use stdio Serial object, it would be initialized to the default one prior any use. If you got further questions, create a new issue for this please |
When a baud rate is set in UART, SPI, or I2C, mbed-drivers does not provide feedback of the actual baud rate selected by hardware. Reporting of errors in this scenario requires one of three approaches:
cc @mjs-arm @niklas-arm @bogdanm @0xc0170
The text was updated successfully, but these errors were encountered: