Part Number: TMS570LS3137
Hi,
In my bootloader I am initializing and kicking DWD as below.
To init:
dwdInit(4095);
dwdCounterEnable();
and to kick DWD => dwdReset();
I know the DWD is still running when the execution jumps to the application (since once the DWD starts, only reset can disable DWD). So that makes me think that I do not need to re-init the DWD inside application, is that correct? Or do I have to repeat the DWD init code inside application as well?
In that case, I just need to kick DWD periodically inside the application. correct?
Currently, the MCU resets when the execution jumps to the application. So, that means I didn't get this right.
thank you,