IS_USART_BAUDRATE up to 7.5 Mbit/s is wrong for STM32F4xx
Posted on April 21, 2016 at 09:26Hi all: On an STM32F407 with the Standard Peripheral Library 1.5.0, I tried to configure USART6 to the documented maximum of 10.5 Mbit/s, and I got an assert in USART_Init(). The problem is here: #define IS_USART_BAU...