How to Route UART Examples to Arduino Rx/Tx Pins?

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

How to Route UART Examples to Arduino Rx/Tx Pins?

1,273 Views
wcbdev
Contributor II

I have successfully programed the imx1064 evk with lpuart and uart examples where I can read serial messages on pc via putty.

 

I would like to route UART functionality from the usb port to arduino pins. How do I do this? Is there an example of this somewhere? Any help would be appreciated. 

 

Thanks!

Labels (3)
Tags (2)
0 Kudos
1 Reply

1,259 Views
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello
Hope you are well.
For doing this you have to initialize other instance of LPUART since LPUART1 that is used does not have a connection to the Arduino pins. To do this you can use the Config Tools to route the pins and configure the peripheral.

Omar_Anguiano_0-1633023827441.png
Let me know if this is helpful, if you have more questions do not hesitate to ask me.
Best regards,
Omar

0 Kudos