-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: fix wrong LSE config in serial_baud function #8187
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
Conversation
|
Might need to get this into 5.10.1 as it could be related to one of the client issues. (IOTHAL-356) |
|
Is this fixes the error: Cannot initialize RTC with LSE ? |
|
@adbridge It's unknown if it's able to correct the IOTHAL issue, since they're no longer able to reproduce the issue. Will bring it in asap anyways, since RTC issues tend to be persistent across reflashes and can cause havoc on CI. /morph build FYI @ARMmbed/mbed-os-test |
Build : SUCCESSBuild number : 3117 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2726 |
Test : FAILUREBuild number : 2913 |
|
/morph test |
Test : SUCCESSBuild number : 2916 |
Description
The LSE configuration was incorrectly done in serial_baud function.
Fixes #8110
Pull request type