2006-11-21 02:19 AM
STM library error on function UART (UART_ClearITPendingBit(..))
2011-05-17 12:34 AM
WARNING:
On the library STM. In the module 91x_uart.c. Function ''void UART_ClearITPendingBit(UART_TypeDef* UARTx, u16 UART_IT)'' old line UARTx->ICR &= UART_IT; // NO! ICR only WRITE --> Always 0. new line UARTx->ICR = UART_IT; Best Regards2011-05-17 12:34 AM
Hi Hal,
please refer to this link : http://mcu.st.com/mcu/forums-cat-4436-21.html Best regards, mirou