LPC804 UART Example

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC804 UART Example

714 Views
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

Labels (1)
0 Kudos
1 Reply

580 Views
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 Kudos