[Bug] UART_HandleTypeDef->gState not handled correctly when working in DMA mode
Posted on May 11, 2016 at 12:22 Hi, the latest CubeF4 HAL (but I suspect that this nasty bug affects ALL HALs), doesn't properly handle the global UART state when working in DMA mode. For example, if the HAL_UART_TransmitDMA() is used, this set...