Tool/software:
Hello,
I have some unwanted reset issues and start to debug this. My first step is, that I read out the reasons for a reset using the SysCtl_getResetCause();
I save the value in a variable and put the value on the bus.
In my hardware it shows always 0x40000002 for a normal Power on reset. Is this value correct? I would have expected that the POR bit is set.
Is there any other register I can use for debugging a reset issue? Such as overvoltage/error detection?