请问TI工程师:
有一个问题咨询一下,我使用的是MSP432P4011处理器
对于一些功能管脚,我在全速模式AM-48MHz下 是 使用的状态。
因为大部分时间是 低功耗LF-128K模式运行,这些功能管脚是不使用的 状态。
为了降低低功耗模式下的功耗,在低功耗运行状态时 这些管脚如何处理 是 变为普通模式 设置输出或者输入状态 还是保留全速模式 下的 功能态
Susan Yang:
您现在是想使用低频率low frequency 运行还是只是单纯地使用低功耗模式?
能否详细说明下您现在需要的功能引脚?
关于MSP432的 low frequency模式,我们有一个专门的文档,您可以看一下
www.ti.com/…/slaa657b.pdf
All peripherals are fully functional in the low-frequency power modes. The maximum operating frequency of the CPU, DMA, and all peripherals is limited to 128 kHz. External reset, all external interrupts, and wake-up sources are available in the low-frequency power modes. Peripheral interrupts can be raised and serviced as in the regular active modes.
yuyinfeng1982:
回复 Susan Yang:
你好,Susan Yang 我使用的系统模式如下正常运行时,运行在LPM0模式,然后如果没有用户操作,会转入LPM0_LF低频模式在这个LPM0_LF低频模式 下很多在LPM0模式 下的功能脚 我对外连接着电路,但是此模式不用~~ 所以存在 是否需要优化处理的问题
Susan Yang:
回复 yuyinfeng1982:
All peripherals are fully functional in the low-frequency power modes. The maximum operating frequency of the CPU, DMA, and all peripherals is limited to 128 kHz. External reset, all external interrupts, and wake-up sources are available in the low-frequency power modes. Peripheral interrupts can be raised and serviced as in the regular active modes.
按照我的理解是不需要额外做操作的。我会在确认后给您回复
yuyinfeng1982:
回复 Susan Yang:
好的~谢谢