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-26 00:28
Triton.zhang 发表于 2015-1-28 11:39
如果你设置的管脚输出高,就开上拉。如果你设置的输出低就设置为下拉。

msp430的IO口没有高阻状态,作为输出口,想想电压3.3v,如果上拉电阻是10k,那么电流可能是几百uA。感觉还是比较大的吧


一周热门 更多>

相关问题

    相关文章