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.

[参考译文] CCS/MSP430F2617:在引脚数较少的器件上初始化数字 I/O 端口?

Guru**** 2766035 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/839677/ccs-msp430f2617-initialising-digital-i-o-ports-on-lower-pin-count-devices

器件型号:MSP430F2617

工具/软件:Code Composer Studio

MSP430F241x 和261x 采用64或80引脚封装。

在64引脚型号中、未实现数字 I/O 端口 P7和 P8。

为这些引脚数较低的器件编译代码时、CCS 低功耗顾问抱怨 P7和 P8尚未初始化。

是否建议(甚至可能)初始化这些端口并将其设置为输出模式?

谢谢- Ray

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Ray:

    是的、将其设置为输出低电平可以节省功耗。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    谢谢您 Ling、特别感谢您快速回答问题。

    此问题在文档中不清楚。

    我已经查阅了器件数据表(slas541)和系列用户指南(slau144)。

    射线