Hi,
I am using a TM4C123AH6PMI microcontroller.
I have the following problems. During Test with spikes (Electromagnetic compatibility) my cpu stops to work.
I would like to setup a WDT software, but I do not know exactly how to do. The needs for WDT is that
if my CPU stops, the WDT should resets (software reset) the CPU and on startup I should be able to recognize that
the reset was from WDT intead of a hardware reset. (Maybe there is a register that indicates this, which Register?)
Finally, I would like to allocate some variables in a bank that is not initialized if the startup is from WDT.
I hope I was able to explain my request.
Best