LPC804 UART Example

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

LPC804 UART Example

1,516 次查看
richardsoennich
Contributor I

LPC804

UART demo

IAR EWARM 8.2

I am using the LPC804 UART example provided in the IAR example pack for the LPC804.  I am using the LPC804 eval board.  The UARt code builds and runs but I never get the buffer empty flag, for example it will hang here:

while ( !(UARTx->STAT & TXRDY) );

or here

    while ( !(UARTTxEmpty & 0x01) );

Anyone get this example to work?

Thanks

Rich

标签 (1)
0 项奖励
回复
1 回复

1,382 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi Richard Soennichsen,

Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
I'd like to replicate the phenomenon you mentioned, so whether you can up a compile-able demo code and introduce the testing process in brief.
Looking forward to your reply.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复