AM62L : wrong register is reading for the Reset status

XMLWordPrintable

    • 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; }

      https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1521157/tmds62levm-no-rtos-rti-watchdog-example-code-setup-issue

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-6215 - AM62L : wrong register is reading f...
                SYNCHRONIZED
                • Last Sync Date: