cancel
Showing results for 
Search instead for 
Did you mean: 

UART Tx interrupt

emoktad
Associate II
Posted on March 09, 2007 at 10:32

UART Tx interrupt

2 REPLIES 2
amira1
Associate II
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;

mirou

emoktad
Associate II
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