Hello,
You can use pins Pin 11 for TX and Pin 61 for RX.
But I recommend to pick, If possible, the LPUART pins that are routed together.
The pins have a default muxing alternative. You will need to set the new alternative (ALT )Into the Pin control register (PCR).
To do this with ease:
Also, as a reference, you can check the function BOARD_InitPins() , located in the main() of the SDK example lpuart_polling, there you will find, the pin initialization for the pins used by LPUART0.
Please note that the function PORT_SetPinMux() is used for set the pin mux alternatives.
Please let me know if this was useful.
Have a great day,
Diego
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------