I would like to understand how to debug and find the root cause of a software reset or a Vector Catch reset. Suppose I am using the AUTOSAR framework, and when I flash the code, I am experiencing continuous resets.
I want to know what the possible ways are to debug the software reset in the ECU. Some of the ways I found like stack trace
, logs print
, etc.
Are there any other ways?