STM library error on function UART (UART_ClearITPendingBit(..))
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2006-11-21 2:19 AM
Posted on November 21, 2006 at 11:19
STM library error on function UART (UART_ClearITPendingBit(..))
Labels:
- Labels:
-
Legacy Products
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 12:34 AM
Posted on May 17, 2011 at 09:34
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 RegardsOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 12:34 AM
Posted on May 17, 2011 at 09:34
Hi Hal,
please refer to this link : http://mcu.st.com/mcu/forums-cat-4436-21.html Best regards, mirou