Part Number: TMS320F28379D
Tool/software: TI C/C++ Compiler
hello
if i keep WdRegs.WDCR.all = 0x002E; or WdRegs.WDCR.all = 0x002F; then my watchdog is working fine it is getting reset.
But on keeping wdcr less than this values watchdog is not getting reset and its getting stuck in delay loop.
I have taken a delay of 500 ms
But if i take more than 500 ms (like 1500 ms) then my code control is stuck in the delay loop even after selecting maximum watchdog reset period ( WdRegs.WDCR.all = 0x002F;).
How watchdog counter depends on delay_us() function PLEASE Explain.