STM32L4 uart wrong init order
Posted on April 24, 2018 at 11:01Hi Dev Team,I found a bug in the HAL_UART_Init function provided by the above library. The advanced features are applied with UART_AdvFeatureConfig after the standard features are applied with UART_SetConfig.I config...