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

fix(Nucleo_F401RE): use HSI intead of HSE bypass #2007

Merged
merged 1 commit into from Apr 14, 2023

Conversation

fpistm
Copy link
Member

@fpistm fpistm commented Apr 14, 2023

HSE Bypass is available only on MB1136 C-02 (or higher). MB1136 C-01 configured as HSE not used so old clock config does not work for it. Using HSI allows to be compatible with all MB1136 C-0x version.

See https://www.st.com/resource/en/user_manual/um1724-stm32-nucleo64-boards-mb1136-stmicroelectronics.pdf

HSE Bypass is available only on MB1136 C-02 (or higher).
MB1136 C-01 configured as HSE not used so old clock config
does not work for it. Using HSI allows to be compatible
with all MB1136 C-0x version.

Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistm fpistm added the Fix label Apr 14, 2023
@fpistm fpistm added this to the 2.6.0 milestone Apr 14, 2023
@fpistm fpistm requested a review from cparata April 14, 2023 08:52
@fpistm fpistm added this to In progress in STM32 core based on ST HAL via automation Apr 14, 2023
STM32 core based on ST HAL automation moved this from In progress to Reviewer approved Apr 14, 2023
@fpistm fpistm merged commit 31e562d into stm32duino:main Apr 14, 2023
21 checks passed
STM32 core based on ST HAL automation moved this from Reviewer approved to Done Apr 14, 2023
@fpistm fpistm deleted the Nucleo_F401RE_clock branch April 14, 2023 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants