-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32: enable HSI/LSE clocks for LPUART #7498
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
/morph build |
Build : SUCCESSBuild number : 2588 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2230 |
Test : FAILUREBuild number : 2341 |
/morph test |
Test : FAILUREBuild number : 2348 |
Hmmmmmm..... Suspicious. /morph test |
Test : SUCCESSBuild number : 2358 |
STM32: enable HSI/LSE clocks for LPUART
Description
In LPUART baudrate function, check if the HSI/LSE clocks are enabled. If not then activate them. This allows for example to use the HSE as system clock and the HSI for the LPUART.
Should fix Issue #7469
CC @Eman869
Pull request type