This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
尊敬的论坛成员:
我目前正在设计 PCB 并使用 MSP430 MCU。 我注意到有几个未使用的引脚。 我是否应该让这些引脚保持未连接状态、或者是否有建议的处理方法?
谢谢。此致、
内拉伊
你好 Neeraj
为了避免输入悬空并降低功耗、未使用的 I/O 引脚应按照 I/O 功能、输出方向和在 PCB 上保持未连接状态进行配置。 或者、集成的上拉或下拉电阻器可通过将未使用引脚的 PxREN 位置1来启用、从而防止输入悬空。
谢谢