MSP430低功耗问题

2019-03-24 10:31发布

这两天用MSP430F5438A做一个低功耗项目。关于怎么尽可能的降低功耗,想请教下诸位大神。在数据手册上看到这么一段:

Unused I/O pins should be configured as I/O function, output direction, and left unconnected on the PCboard, to prevent a floating input and reduce power consumption. The value of the PxOUT bit is don't
care, since the pin is unconnected. Alternatively, the integrated pullup/pulldown resistor can be enabled by
setting the PxREN bit of the unused pin to prevent the floating input.


也就是说对没有使用的io口 要设置为输出  输出值不用在意,设置PXREN,也就是内部上下拉电阻,这样可以阻止悬浮电流。问题是PXREN具体改怎么设置?设置为多少?



此帖出自小平头技术问答
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
13条回答
传媒学子
2019-03-24 14:30
< :TI_MSP430_内容页_SA7 --> 最好的做法是悬空,这时输出值不用管,PXREN等寄存器也不用配置。可选的做法是,配置PXREN使悬空的引脚上拉或者下拉 都可,关于数值手册中应该说了。综上所述,最好是悬空不用的引脚,如果未悬空,直接配置上拉电阻输出配置1,如果配置下拉电阻输出配置0.这样就没有电流损耗了。

一周热门 更多>

相关问题

    相关文章