Hi,I implemented a UART communication using the DMA feature on a STM32L4 microcontroller.DMA RxCallback is called on UART Idle line detection interrupt as I d'ont know the length of the incomming frame. The baudrate is 230400 and I receive a frame e...