STM32F7 UART HAL Driver Bug
Posted on August 04, 2015 at 22:58The STM32F7 HAL Driver (v1.1.0) has a bug in the __HAL_UART_CLEAR_IT macro:Writing a bit to the ICR register clears the corresponding interrupt; however the __HAL_UART_CLEAR_IT writes the ones-complement:&sharpdefin...