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.

在MSP432P401R RTOS中,如何将clock source由Clock System改为 WDT_A (in interval timer mode) ?

1. 目标是在MSP432P401R RTOS中,实现空闲时低功耗,使电流小于3uA,故选择了LPM3。

2. 但是,在LMP3中,Clock System是失效的,也就意味着RTOS中的计时器clock都是无效的。

3. 考虑到WDT (in interval timer mode) 在LPM3中可用,能否令RTOS中的clock引用WDT_A?