Hi all,
Issue is resolved
Reason for Issue:
Configured the MUx control of DISP0_DATA08 to WDOG1_B, but doesn't configured pad control registers.
WCR= 0x779F;
In above initialization WDA bit is cleared.
So WDOG1_B pin get asserted, once I Configured DISP0_DATA08 PAD and MUX control registers.
Fix:
Configure DISP0_DATA08 PAD and MUX control registers.
Set WDA bit to 1, so it behaves in system default mode.
WCR = 0x77BF;
After above fix WDOG1_B pin gets asserted whenever watch dog timeout happens or SRS bit is cleared.