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.

2808看门狗的最大复位时间



想获得最大的复位时间,根据公式计算,看门狗分频为:WDCLK = OSCCLK/512/64,计数器记到255复位。

因此最大复位时间应该= [1 / (20M/512/64) ] x 255 = 417.79ms, 

不知道计算的是否正确。

但是时间不到200多ms就复位了,请问我这么算有什么问题?