micropython / stm32lib

STM32 Cube library - CMSIS and HAL for F4, F7 and L4 microcontrollers
63 stars 71 forks source link

F4_HAL/uart: UART9 and UART10 should be on APB2. #8

Closed chrismas9 closed 5 years ago

chrismas9 commented 5 years ago

UART9 and UART10 are on APB2, like UART1 and UART6. Fixes problem with wrong baud rate because APB1 and APB2 run at different clock dates.

dpgeorge commented 5 years ago

Looks good! Merged in 615329f1a61bd0689bfb095cb3fd74865cca88ff

dpgeorge commented 5 years ago

Is this the only change needed to stm32lib to get the F413 working?

chrismas9 commented 5 years ago

Yes, you already merged the other one (BOR).