Are HAL_UART_RxCpltCallback() and HAL_UART_RxHalfCpltCallback() called to late?
Hello community, I experienced a strange behavior, when when using the UART-DMA-mechanism.The MCU is a STM32L051R6T6, and I use CubeIDE with HAL-drivers.I receive a cyclic telegram of 40 bytes on both USARTs.The telegram starts with two detection byt...