Skip to content
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

rcc: setting clock source to HSE fails #16

Open
karlp opened this issue Sep 6, 2021 · 0 comments
Open

rcc: setting clock source to HSE fails #16

karlp opened this issue Sep 6, 2021 · 0 comments

Comments

@karlp
Copy link

karlp commented Sep 6, 2021

HSE is never turned on, so selecting it as a clock source fails. (Patch incoming)

karlp added a commit to etactica/stm32wb-hal that referenced this issue Sep 6, 2021
HSE wasn't actually being turned on, so even though the SW bits were set
to HSE, the SWS bits never switched over, and we continued running from
MSI.

Fixes: eupn#16

Signed-off-by: Karl Palsson <[email protected]>
KirmTwinty pushed a commit to KirmTwinty/stm32wb-hal that referenced this issue Dec 6, 2024
HSE wasn't actually being turned on, so even though the SW bits were set
to HSE, the SWS bits never switched over, and we continued running from
MSI.

Fixes: eupn#16

Signed-off-by: Karl Palsson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant