Posted on January 16, 2017 at 16:16I've noticed that in the STM8S standard peripheral libraries, in the UART1_Init function there is an assertion checking the baud setting:assert_param(IS_UART1_BAUDRATE_OK(BaudRate));Digging into stm8_uart1.h, the d...