Hi all,
On a TM4C129 processor ("Snowflake"), I'm trying to use the TivaWare function SysCtlResetCauseGet to find out the reason a processor is resetting. I inserted some test code after bootup that calls that function, and I've confirmed via debugger that the result I'm getting is always "0".
This seems strange to me since that's not a listed value. Even when I cause a reset via some known method, I see this function return 0.
I've also checked the underlying register, and that register is also 0.
To the best of my knowledge I am not clearing this value. However I am starting TI-RTOS before I query the value.
Is there some setup step I'm missing, or some prerequisite? I couldn't find one in the documentation or the errata.
Thanks,
Ben