We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Arduino_Core_STM32/variants/STM32F4xx/F413Z(G-H)(J-T)_F423ZH(J-T)/generic_clock.c
Lines 36 to 39 in db95bcb
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.
The text was updated successfully, but these errors were encountered:
gautierg-st
Successfully merging a pull request may close this issue.
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.
Arduino_Core_STM32/variants/STM32F4xx/F413Z(G-H)(J-T)_F423ZH(J-T)/generic_clock.c
Lines 36 to 39 in db95bcb
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.
The text was updated successfully, but these errors were encountered: