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-25 11:50
a2656693 发表于 2015-1-28 14:45
楼主这段话主要处理的是未引用的引脚。设置为输出就可以了。别的有用的引脚要具体根据原理图去设置。
低功耗的话一般都采用LMP3模式,ACLK有效,中断唤醒。



你的意思是只要设置为输出就行而不用管输出的值么?但是我查阅资料发现PXREN也要作相应的置位才行

一周热门 更多>

相关问题

    相关文章