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

[BACKPORT v1.15] stm32h7: Reset USART clock selection (#23498) #23516

Merged
merged 1 commit into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. stm32h7: Reset USART clock selection (#23498)

    This resets the USARTs' clock source selection to the default, in case
    it has been changed by the bootloader.
    
    This is required if booting from the ArduPilot bootloader which happens
    to reset the clock selection to PLL.
    
    Without this fix, UARTs (including the console) is garbled, so
    presumably at an invalid baudrate.
    julianoes committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1e2fce3 View commit details
    Browse the repository at this point in the history