Is it possible to handle UART IDLE line detection with the HAL library? If not, which is the nicest way to implement it?
I am using the HAL library to use my MCUs peripherals and I would like to use the IDLE line detection of the UART controllers. To me, it seems that the HAL library does not offer any callback for IDLE line detection so I think it is not possible to u...