LPC54114 Example Projects use the same USART as the debugger.

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

LPC54114 Example Projects use the same USART as the debugger.

605 Views
billcarpenter
Contributor I

I'm using the LPC54114 development board and the MCUXpresso IDE. I downloaded the SDK for the board. All the example USART projects are written around USART0 but the debugger also uses USART0. The output pins P0.0 and P0.1 never show activity. How do I get around this?

Labels (4)
0 Kudos
1 Reply

444 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Bill

I just tested NXP LPC54114 board debug interface is also VCOM, it connects with LPC54114 uart0. see it in board schematic.

when you connect computer with debug interface, you will see VCOM shown as below:

pastedImage_1.png

Please check which COM number is assigned to your USB VCOM. I tested one of our demo board, there is no problem to send/receive data via COM53.

But please make sure SDK debug console is UART, with Quick settings, you can set UART console

pastedImage_2.png


Have a great day,
Jun Zhang

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