STM32F051 auto baud feature delay with StdPeriphLib
Posted on May 16, 2017 at 09:41I'm trying to use auto baud feature on STM32F051 with STM32F0xx_StdPeriphLib drivers (V1.5.0) to adjust my baud rate to sync-bytes that I receive from another MCU over UART1. The relevant code looks like that:/* UART1 ...