I've noticed that in the STM8 standard peripheral libraries, in the UART3_Init function there is an assertion checking the baud setting:assert_param(IS_UART3_BAUDRATE_OK(BaudRate)), which limits the baudrate to 625000.BUT according to the datasheet t...