UART Multiplexed Pins!

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

UART Multiplexed Pins!

ソリューションへジャンプ
1,319件の閲覧回数
qammarabbas
Contributor IV

Hi,

I am interfacing UART of T1042 with MAX238 line driver IC. The UART pins on the processor are multiplexed with GPIOs and other UART Pins. How can i tell the processor to use the pin for a specific function (as USART_SIN or SOUT)? 

タグ(1)
0 件の賞賛
返信
1 解決策
1,210件の閲覧回数
r8070z
NXP Employee
NXP Employee


Have a great day,

On hardware reset device loads Reset Configuration Word (RCW) from an external memory. F.e. it can load RCW from NOR or NAND flash memory. Initially, on power reset few pins named as POR configuration inputs are sampled to determine the RCW source. The RCW contains 4-bit field UART_BASE which configures the functionality of the UART pins. You can find more details in chapter 4 of the T1040 reference manual. So you should prepare proper RCW[UART_BASE] which tells processor to use the pin for a specific function (as USART_SIN or SOUT)

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

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,211件の閲覧回数
r8070z
NXP Employee
NXP Employee


Have a great day,

On hardware reset device loads Reset Configuration Word (RCW) from an external memory. F.e. it can load RCW from NOR or NAND flash memory. Initially, on power reset few pins named as POR configuration inputs are sampled to determine the RCW source. The RCW contains 4-bit field UART_BASE which configures the functionality of the UART pins. You can find more details in chapter 4 of the T1040 reference manual. So you should prepare proper RCW[UART_BASE] which tells processor to use the pin for a specific function (as USART_SIN or SOUT)

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

0 件の賞賛
返信
1,210件の閲覧回数
qammarabbas
Contributor IV

Thank you!

0 件の賞賛
返信