-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STM32: LSE DRIVE feature update #13939
Conversation
@jeromecoutant, thank you for your changes. |
thanks for fixing the macro name. I have turned off LSE before changing the LSE drive setting, this is not possible when LSE is already running. It remains also running after an reset, the device needed a power down cycle to accept changing the register. |
When you plug the target, LSE is OFF, so LSE drive is applied. |
but what happens when you press the reset button or use restart in the debugger? My experience was thas setting the LSE drive level failed in this case. |
No, LSE drive will not be updated with reset button or with the debugger. |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@jeromecoutant I fixed the PR type and tests , do not forget to fill in the template |
Summary of changes
Hi
Got few regression after #13797 integration
(for example with hal-tests-tests-mbed_hal-rtc_reset)
I think we should never switch off LSE during target life (used for LPTICKER, RTC, ...)
Now the correct LSE DRIVE value is set once before starting LSE.
There was also an issue with the macro name in targets.json file
@JojoS62
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers