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

Unable to use LSI/LSE as SYSCLK for STM32G0 #3608

Open
ohunter opened this issue Dec 4, 2024 · 2 comments
Open

Unable to use LSI/LSE as SYSCLK for STM32G0 #3608

ohunter opened this issue Dec 4, 2024 · 2 comments

Comments

@ohunter
Copy link

ohunter commented Dec 4, 2024

Maybe I'm missing something obvious but it seems like you're not able to configure the STM32 G0 with LSI or LSE as SYSCLK.
Based on the values of the Sysclk enum this line doesn't make much sense in the RCC initialization.

@ohunter ohunter changed the title Uable to use LSI/LSE as SYSCLK for STM32G0 Unable to use LSI/LSE as SYSCLK for STM32G0 Dec 4, 2024
@Dirbaio
Copy link
Member

Dirbaio commented Dec 4, 2024

it's just not implemented, PRs welcome. It should need just moving config.ls.init(); up so it's done before, then adding the missing match cases.

@ohunter
Copy link
Author

ohunter commented Dec 4, 2024

alright, will look into it

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

2 participants