Is there a way to programmatically exit from mute mode ? It seems that MMRQ can only be written to '1' to put USART in mute mode, but there isn't the possibility to return to a 'normal' behaviour by software. Any info to share ? Thanks
Posted on September 18, 2017 at 13:05We have the same problem on a STM32F051 device. At the moment the only solution that seems working for us is to comment (into the original HAL_UART_IRQHandler routine) these lines : huart->ErrorCode |= HAL_UART...