User Activity

I am working with STM32429i-eval and try connect it to PC. I think that there are two mistakes at stm32f4xx_hal_uart.c. Into void HAL_UART_IRQHandler(UART_HandleTypeDef *huart)Instead of  if(huart->ErrorCode != HAL_UART_ERROR_NONE)need  if(huart->Err...