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.

SK-AM62-LP: SK-AM62-LP

Part Number: SK-AM62-LP

Tool/software:

Hi Team, 
I have configure the watch_dog

/* watchdog Driver Parameters */
Watchdog_Params gWatchdogParams[CONFIG_WATCHDOG_NUM_INSTANCES] =
{
   {
      .callbackFxn        = NULL,
      .callbackFxnArgs    = NULL,
      .resetMode          = Watchdog_RESET_OFF,
      .debugStallMode     = Watchdog_DEBUG_STALL_ON,
      .windowSize         = Watchdog_WINDOW_100_PERCENT,
      .expirationTime     = 10000,
    },
};
but still its resetting the SOC. instead on generating the NMI interrupt.