Can the value of SYSRSTIV be zero after reset?
Why does using the JTAG debugger cause SYSRSTIV to read as zero?
void CheckResetCause(void)
{
ResetCause = SYSRSTIV;
}

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.
Can the value of SYSRSTIV be zero after reset?
Why does using the JTAG debugger cause SYSRSTIV to read as zero?
void CheckResetCause(void)
{
ResetCause = SYSRSTIV;
}

Hi Tink,
What does the JTAG debugger behavior you operating and then the value returned zero?
According to register value, there is no specific reset value for JTAG, so it should be zero if you do not trigger a reset by JTAG (BOR/POR).
B.R.
Sal
**Attention** This is a public forum