-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
SITSW-7470
-
11.00.00
-
11.02.00
-
am62l-evm
To read the Reset reason register, we are supposed to read the 0x43054010 register instead of this, we are reading the 0x4300 4010 register.
Fix :
uint32_t SOC_getWarmResetCauseMainDomain(void)
{ uint32_t resetCause = 0U; /* Read the Reset Cause Register bits */ resetCause = CSL_REG32_RD(CSL_WKUP_CTRL_MMR0_DEVICE_MANAGEMENT_BASE + CSL_WKUP_CTRL_MMR_CFG5_RST_SRC); return resetCause; }