Transmit complete interrupt

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Transmit complete interrupt

773 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by giusloq on Wed Feb 11 09:35:59 MST 2015
I need to have an interrupt as soon as the last bit (stop bit) of the last character in TX FIFO was really transmitted (shifted out). In other words, I'd like to have an interrupt on TEMT flag in LSR register.
I need a similar interrupt to TXC (transmit complete) in AVR MCUs from Atmel.

After reading user manual, I didn't understand if this interrupt is present or not in LPC43xx USART.
标签 (1)
0 项奖励
回复
1 回复

744 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by xianghuiwang on Tue Feb 17 14:18:23 MST 2015
hi, giuslog,
Do you have any timing issues if this is handled with THRE interrupt with a checking of TEMT bit in the LSR register?
regards,
0 项奖励
回复