hi,I want to receive using DMA on STM32H563ZIThe packet size in not fixed. So i plan to receive first two bytes using HAL_UART_Receive_IT.Once i get the Length Information I can start reception using HAL_UART_Receive_DMA.If i need to receive 10, byte...