Description
Describe the bug
Call to LL_AHB2_GRP1_DisableClockStopSleep
uses logical OR instead of bitwise OR clearing wrong bits in the RCC register.
PR #88082 fixes the issue.
Regression
- This is a regression.
Steps to reproduce
No response
Relevant log output
Impact
Annoyance – Minor irritation; no significant impact on usability or functionality.
Environment
branch: 4.0, 4.1, main
Additional Context
No response