Hello,
I used SysCtrlResetSourceGet() in initialization of my application to see reset source for debugging.
I found that my device is reset sometimes during long term operation.
I checked the occurred reset sources and they were below 5 red colored.
#define RSTSRC_PWR_ON
#define RSTSRC_PIN_RESET
#define RSTSRC_VDDS_LOSS
#define RSTSRC_VDDR_LOSS
#define RSTSRC_CLK_LOSS
#define RSTSRC_SYSRESET
#define RSTSRC_WARMRESET
#define RSTSRC_WAKEUP_FROM_SHUTDOWN
#define RSTSRC_WAKEUP_FROM_TCK_NOISE
Is it reasonable to assume that there is a problem with the power supply or H/W rather than F/W(application or stack code)?
Can it be certain that it's not an F/W issue?
Thanks,
Calvin