Debug console LPUART1 Pulll-Down config

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Debug console LPUART1 Pulll-Down config

跳至解决方案
552 次查看
Seongyon_Jeong
Contributor III

Hi.     

RT1020 is used

It` simple question. but, I didn`t understand  below.

In general  SDK Example, 

LPUART1 is used as debug console, 

Its configuration is

  IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_07_LPUART1_RX, 0x10B0U);

  IOMUXC_SetPinConfig(IOMUXC_GPIO_AD_B0_06_LPUART1_TX, 0x10B0U);

      0x10B0U   ==>  100KOhm Pull Down 

 

But ,  Generally ,   Is Pull-up  Registance  used ??

     also, In schemetics of RT1020 EVk  ,  I can see  pull-up  registance 

Seongyon_Jeong_0-1699337164070.png

 

Why   pull-down configuration is declared ??

 

 

 

0 项奖励
回复
1 解答
532 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @Seongyon_Jeong ,

 

Yes, Generally ,   Pull-up is used, here I think it is used for better pull down strength since external pull up has been used.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
510 次查看
Seongyon_Jeong
Contributor III

My question is,

Why  100kohm Pull down  configuration setting is  inserted  for LPUART in  SDK EXAMPLE ?? 

You mean, 

100Kohm Pull down  registance (in  IOMUXC pin configuration) is  internal registance  inside CORE-(MCU) ,

and It is  USED for pull down strength,       

Because,   externally  10KOhm  Pull-up  Registance   is Connected Outside CORE-(MCU)

Is it Right ?  Your meaning ???

0 项奖励
回复
533 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

Hi @Seongyon_Jeong ,

 

Yes, Generally ,   Pull-up is used, here I think it is used for better pull down strength since external pull up has been used.

 

Have a great day,
Kan


-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复