UART FIFO....URGENT!!!!!!!!!!!!

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

UART FIFO....URGENT!!!!!!!!!!!!

722 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by karanmehta93 on Wed Oct 17 22:41:58 MST 2012
What are the limiting conditions in the THRE interrupt to prevent it's accidential calls?
What would happen if my UART FIFO's are disabled and I try to add another no in UnTHR while the last no. is in transit ?

Please help urgent...............!!!!!!!!!!!!!!!!
标签 (1)
0 项奖励
回复
1 回复

695 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by PhilYoung on Sat Oct 20 16:11:55 MST 2012
The THR is not the transmit register, so any character you write to it will be transferred to the transmit register within a few clock cycles if there is nothing being transmitted, then you can write a second character to the THR, but writing to the THR when it is not empty will just overwrite the character stored in it so it doesn't get transmitted, you will see missing characters in the output stream but never corrupted characters.
0 项奖励
回复