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.
例程中:
void EnableDog(void)
{
EALLOW;
SysCtrlRegs.WDCR= 0x002F;
EDIS;
}
那看门狗复位时间就是
OSCCLK(20MHz)/512/64=610
2^8/610=419ms
我想把复位时间减半,就是200MS就复位,怎么改?