UART_DMARxHalfCplt is bugged for STM32G0
In the stm32g0xx_hal_uart.c file, line 3750 the following function can be found:/** * @brief DMA UART receive process half complete callback. * @param hdma DMA handle. * @retval None */ static void UART_DMARxHalfCplt(DMA_HandleTypeDef *hdma) ...