Hi,
Based on below post, I knew that we can check register @ "0xFFFFE2FC" to check the reset cause for ES2.0 chip. Customer and I did some test, but the result is not total matched with the register explanation in the post.
With watchdog reset in app code, we got value of 0x028A028A @ "0xFFFFE2FC" . Bit 3:0/19:6 (SYS_RESET_CAUSE) are matched with watchdog reset. But for bit 11:4/27:20 which is for MSS_RESET_CAUSE, I can't find info of 00101000.
With writing 0xAD to SOFTSYSRST register in app code, I got value of 0x028C028C. Similar as above, we don't know what 00101000 means.
Are above value of 0xFFFFE2FC we got as expected? Would you pls kindly advise what 00101000 means for MSS_RESET_CAUSE?
What's the difference between current cause and at Reset cause for register @ "0xFFFFE2FC" ?