stm32F04 HAL_UART_ErrorCallback is called when set both usart1 and usart2 rx pin to pull-down
Posted on June 15, 2018 at 10:12Dear all,Now I meet a strange problem that when I set the uart1 and uart2 pull from PULLUP to PULLDOWN, then I got the Uart errror, HAL_UART_ErrorCallback is called. May I know any limitation about the PULLDOWN settin...