HAL_UART_Receive_IT not resetting after HAL_UART_Transmit
I am trying to implement MODBUS protocol. STM32 receives an initial message of 8 bytes and then send a response of 8 bytes. However, the next message received by the STM32 doesn't trigger the HAL_UART_Receive_IT callback. uint8_t reception_complete =...