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.

Power Management for AM3894

Hello,

How do we get power management?  TRM (SPRUGX7) described about MPU in Table1-8, MPU Power States and Table 1-9. MPU Subsystem Operation Power Modes. But does not described control registers.  Customer want to know these information.

Thank you
regards
Takasugi

 

 

  • Hello,

    Have they looked at the Registers section of the PRCM chapter of the device TRM?

    Regards,
    Marc

  • Hello Marc,

    Thank you for your reply.

    > Have they looked at the Registers section of the PRCM chapter of the device TRM?
    Yes, we are understanding these tables with PRCM chapter.  The customer want to set Stand-by mode when the system is no operation to reduce power consumption.
    where do we refer the section?

    And more questions
          1.  Table1-8 in TRM, The Logic Power, Memory Power and Clocks supports Active mode, Inactive mode, and OFF mode.  Is my understanding correct?
          2.  Table1-9 in TRM, this table is described RET and OFF state, but does not setting registers. Which do we refer registers?
          3.  CM_CLKSTCTRL_MPU, CM_CLKSTCTRL_NEON is described section "1.2.10.3 NEON Power Mode Transition", but does not exist section 18.7 registers. Is it typo?
          4.  Which combination (inactive or OFF) is the lowest power consumption in MPU module for stand-by mode? 

    Thank you
    Regards
    Takasugi

  • Hello,

    We've got some answers for you now:

    1. The Table is wrong.  Only Active mode is supported; MPU belongs to the AlwaysOn Power Domain and is always powered.

    2. The Table is wrong.  RET and OFF are not supported; MPU belongs to the AlwaysOn Power Domain and doesn't support RET/OFF.

    3. These Registers don't exist. Refer to the register CM_ALWON_MPU_CLKCTRL. 

    4. Putting the MPU in WFI state has the lowest power consumption for the MPU.  Wait for Interrupt (WFI) is the idle state for Cortex-A8.

    Sorry for any confusion; we will correct the mistakes in the TRM.

    Regards,
    Marc