Kinetics KE02 uart0 pin configuration

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

Kinetics KE02 uart0 pin configuration

526 Views
rob
Contributor I

I'm trying to change UART0_Tx configuration from PTB1 to PTA3 external pin, setting the SIM_PINSEL register:

 

SIM->PINSEL |= (SIM_PINSEL_UART0PS_MASK | SIM_PINSEL_IICPS_MASK) ;

 

I correctly read the external output UART0 signal on PTB1 pin but I'm not able to read the same output on PTA3. Do you know if it's necessary to set some other registers to obtain the output data on the other pin? Thank you.

Labels (1)
0 Kudos
1 Reply

281 Views
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Roberto Casella:

As explained in your Service Request, PTA3 is a "True Open Drain" pin, so you need an external pull-up resistor. Similar questions have been answered here in community:

Re: Cannot toggle over PTA3 in FRDM-KE02Z

Re: UART0 not working with KE06


Regards!,
Jorge Gonzalez

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

0 Kudos