ced7d5a34f
According to STM32 Manual, the USART RXNE flag will be clear automatically after read to the USART_DR register[1], so the call to USART_ClearITPendingBit is unnecessary. [1]: See RM0090 Reference Manual p.992, Bit 5 |
||
---|---|---|
.. | ||
SConscript | ||
board.c | ||
board.h | ||
gpio.c | ||
gpio.h | ||
stm32f4xx_conf.h | ||
stm32f4xx_it.c | ||
usart.c | ||
usart.h |