Tool/software: TI-RTOS
Hi,
While changing the period of wdt we have to change the
const WatchdogTiva_HWAttrs watchdogTivaHWAttrs[EK_TM4C129EXL_WATCHDOGCOUNT] = {
{
.baseAddr = WATCHDOG0_BASE,
.intNum = INT_WATCHDOG,
.intPriority = (~0),
.reloadValue = 80000000 // 1 second period at default CPU clock freq
},
};
structure.
Is there any api available to change the configuration without using this struture
Regards
Nikhil