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

F413Z(G-H)(J-T)_F423ZH(J-T): wrong generic clock #1850

Closed
fpistm opened this issue Oct 20, 2022 · 0 comments · Fixed by #1853
Closed

F413Z(G-H)(J-T)_F423ZH(J-T): wrong generic clock #1850

fpistm opened this issue Oct 20, 2022 · 0 comments · Fixed by #1853
Assignees
Labels
bug 🐛 Something isn't working new variant Add support of new bard
Milestone

Comments

@fpistm
Copy link
Member

fpistm commented Oct 20, 2022

Generic clock for F413Z(G-H)(J-T)_F423ZH(J-T) is not correct as it set HSE by default while it should use HSI.

RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE;
RCC_OscInitStruct.HSEState = RCC_HSE_OFF;
RCC_OscInitStruct.PLL.PLLState = RCC_PLL_ON;
RCC_OscInitStruct.PLL.PLLSource = RCC_PLLSOURCE_HSE;

Issue discussed here: https://www.stm32duino.com/viewtopic.php?p=10988#p10988
A PR was provided in #1848 to fix HSE usage but HSI should be used.

Nucleo F413ZH should be added with the HSE clock usage.

@fpistm fpistm added bug 🐛 Something isn't working new variant Add support of new bard labels Oct 20, 2022
@fpistm fpistm added this to the 2.4.0 milestone Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working new variant Add support of new bard
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants