Disable i.MX6 UART from user application?

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

Disable i.MX6 UART from user application?

628 Views
chris_f
Contributor V

I'd like to force both TX and RX pins of a UART to zero volts while I cycle the power of an attached peripheral. Is it possible to do this from a user application?

Labels (2)
0 Kudos
1 Reply

551 Views
CarlosCasillas
NXP Employee
NXP Employee

Hi Chris,

From user applications, UART could be used as resources that could be locked or released. If you want to enable/disable them, and/or force logical levels on pins, you should use kernel operations and/or modified drivers to implement these functionalities.


Hope this will be useful for you.
Best regards!
/Carlos
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

-------------------------------------------------------------------------------

0 Kudos