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

Update wrong HSE value on variant_B_G431B_ESC1.h #2647

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

Moddingear
Copy link
Contributor

HSE was set to 24MHz instead of 8MHz, and was overriding anything else trying to set the HSE speed, causing 1ms to be 3ms. Changing it here fixes everything.

See https://www.st.com/en/evaluation-tools/b-g431b-esc1.html#cad-resources, mb1419-g431cbu6-b01, Crystal is 8MHz in schematic.

HSE was set to 24MHz instead of 8MHz

Signed-off-by: Moddingear <[email protected]>
@fpistm fpistm added the fix 🩹 Bug fix label Feb 3, 2025
@fpistm fpistm added this to the 2.10.0 milestone Feb 3, 2025
@fpistm
Copy link
Member

fpistm commented Feb 3, 2025

Thanks @Moddingear.
Nice catch. We didn't see this during the review and as we do not have this board we never test it.

@fpistm fpistm merged commit fbd3538 into stm32duino:main Feb 3, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

2 participants