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.

MSP430FR6043: 请问UltrasonicGasFR6043_02_30_00_01的例程中的看门狗复位时间怎么计算了

Part Number: MSP430FR6043

例程中源码如下

// Enable WDT timer
// Delay set to ~32K @ ~10K = 3.2sec
WDT_A_initWatchdogTimer(__MSP430_BASEADDRESS_WDT_A__, WDT_A_CLOCKSOURCE_VLOCLK, WDT_A_CLOCKDIVIDER_32K);

按照代码分析时钟为10kHz,计算出的时间10000/2^15=0.305175

但是备注有显示3.2S。请问怎么计算的。

我使用板子使用例程中的谁知,实际测试了一下,也在3-4秒之间。