Kinetics KE02 uart0 pin configuration

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Kinetics KE02 uart0 pin configuration

1,230件の閲覧回数
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.

ラベル(1)
0 件の賞賛
返信
1 返信

985件の閲覧回数
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 件の賞賛
返信