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.

[参考译文] LP-MSPM0G3507:比较器采样输出模式

Guru**** 2457760 points
Other Parts Discussed in Thread: MSPM0G3507

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1480622/lp-mspm0g3507-comparator-sampled-output-mode

器件型号:LP-MSPM0G3507
主题中讨论的其他器件:MSPM0G3507

工具与软件:

你好

这是采样输出模式的序列

在运行/活动模式下、执行所有必要的 COMP 配置(采样模式下的 DAC8、ULP 模式下的 COMP 等)

2.将电源策略设置为 standby0 (DL_SYSCTL_setPowerPolicySTANDBY0)

3.启用 COMP (要写入的 CTL1.EN 位)

4。等待 COMP OUTRDYIFG 被置位(等待 RIS 寄存器中的位3为1) 5. 进入待机0低功耗模式(使用__WFI ()函数)

是否强制进入待机0模式? 还是可选?

为什么序列进入待机0模式?

谢谢你

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

    您好、 

    请参阅此演示代码:

    C:\ti\mspm0_sdk_2_04_00_06\examples\nortos\LP_MSPM0G3507\driverlib\comp_lp_DAC_Vref_internal

    只需在 syscfg 中将 STOP0更改为 STANDBY0。

    此致、

    Helic