UART Tx interrupt
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2007-03-09 1:32 AM
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:39 AM
Posted on May 17, 2011 at 09:39
Hi usbmaster,
Could you change ''UARTx->ICR &= UART_IT'' by ''UARTx->ICR = UART_IT'' in UART_ClearITPendingBit function of 91x_uart.c. As I see, it's due to this bad configuration. With best regards; mirouOptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 12:39 AM
Posted on May 17, 2011 at 09:39
Hello,
I am using the UART0 in interrupt mode , the problem is that after sending the last byte and clearing the pending interrupt the Tx interrupt still occurs ( i am not using break mode ), I want to know how to stop the Tx interrupt after last byte ( not to disable interrupts). thanks