What is the processing of unused pins of MKM14Z64ACHH5?

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

What is the processing of unused pins of MKM14Z64ACHH5?

跳至解决方案
2,026 次查看
jun1
Contributor V


hi,

I am using MKM14Z64ACHH5.
The following pins are unused, but are terminal processing open? Should I pull it up or down?
Also, where is the explanation of functions such as SDADP 0 written in the manual?

PIN name
 8    XTAL 32K
 9    EXTAL 32K
11   WKUP
14   SDADP0
15   SDADM0
16   SDADP1
17   SDADM1
20   SDADP2/CMP1P2
21   SDADM2/CMP1P3
24   SDADP3/CMP1P4
23   SDADM3/CMP1P5

Thanks

标签 (1)
标记 (1)
1 解答
1,740 次查看
miduo
NXP Employee
NXP Employee

Hi,

For XTAL32/EXTAL32, they are dedicate analog pins, we recommend just floating them if do not used.

For WKUP pin, the default for RTC_CTRL2[WAKEUP_STATUS] is 00, that means the pin is in Hiz mode after reset. So you can leave it open if would not use it.

And the SDADP0/M0, SDADP1/M1 are the AFE module differential channels input pins. If not used, can been left open.

在原帖中查看解决方案

3 回复数
1,741 次查看
miduo
NXP Employee
NXP Employee

Hi,

For XTAL32/EXTAL32, they are dedicate analog pins, we recommend just floating them if do not used.

For WKUP pin, the default for RTC_CTRL2[WAKEUP_STATUS] is 00, that means the pin is in Hiz mode after reset. So you can leave it open if would not use it.

And the SDADP0/M0, SDADP1/M1 are the AFE module differential channels input pins. If not used, can been left open.

1,740 次查看
jun1
Contributor V

Thank you for your instruction.

Because it is influenced by noise, I was thinking about pulling down and pulling up the input terminal.
What is the good reason for opening as a circuit?

(I am sorry that my English is not good)

0 项奖励
回复
1,740 次查看
john_suchyta
NXP Employee
NXP Employee

Hi Jun,

The analog input pins are not influenced by noise when they are not used (not enabled as analog inputs). The EXTAL32 pin does not have a digital input buffer that is affected by a mid-rail level. The same is true for unused digital pins that are in their default condition (MUX=000). The digital input buffer is not connected, so a floating level on the pin will not cause partial turn-on of the input buffer.

The best reason to avoid using external components to bias unused pins is that this takes up board area that can be used to improve grounding or signal routing for other pins.

Regards,

John