This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM437x StarterWare Header Files

Other Parts Discussed in Thread: SYSBIOS

Question regarding  AM437X TRM chapter 6. Power, Reset and Clock Management (PRCM) - PRM_WKUP Registers

In Starterware File :  sysbios_ind_sdk_2.1.1.2\sdk\starterware\include\am43xx\am437x\hw_pm_wkup.h

define RSTCTRL register starting at  offset 0x0 i.e. #define PRCM_RM_WKUP_RSTCTRL    (0x0U)

However, in AM437x TRM  page # 411 section 6.12.7 PRM_WKUP Register  Table 6-136 shows that PRCM_RM_WKUP_RSTCTRL starts at offset  0x10

Which is correct i.e.  AM437x TRM or the header file supplied by starterware i.e. hw_pm_wkup.h?

  • PJ

    There is -10 offset for all of the #define PRCM_RM_WKUP... registers

    Since the starterware base address

    define SOC_PRM_WKUP_REG        is   0x44df2010U

    While the TRM references the base address

    PRM_WKUP 0x44DF_2000 0x44DF_27FF Power Reset Module Wakeup Registers

     

    David