How to reassign the UART TXD Pin to GPIO then recover TXD function when runtime

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

How to reassign the UART TXD Pin to GPIO then recover TXD function when runtime

426 Views
jasonshao
Contributor II

When boot up, the PAD_UART2_TXD is configured as TXD Pin of UART2. And I use UART2 to communicate with peripheral device. But I need to send one pulse through PAD_UART2_TXD then back to UART function. How should I do?

Labels (4)
0 Kudos
1 Reply

372 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jason

seems one can write to iomux registers directly in application,

if this is linux this may be posted on kernel mail list:

Majordomo Lists at VGER.KERNEL.ORG 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos