Hello,
MPC5744P doesn not have standby mode.
59.4.2.6 HALT0 Mode
This mode is intended as a first-level low-power mode with
• the core clocks frozen the additional core clocks frozen
• XBAR masters cannot operate in system HALT0 mode as they are clock gated. Also,
NPC should be enabled if mode transition is initiated while debugger is connected
• only a few peripherals running
and to be used by software
• to wait until it is required to do something and then to react quickly (i.e., within a few
system clock cycles of an interrupt event)
59.4.2.7 STOP0 Mode
This mode is intended as an advanced low-power mode with:
• the core clock frozen
• the additional core clocks frozen
• XBAR masters cannot operate in system STOP0 mode as they are clock gated. Also,
NPC should be enabled if mode transition is initiated while debugger is connected
• almost all peripherals stopped
So in case you are for example waiting for some external event (measurement, etc...) you will need HALT mode (where core is only frozen) but peripherals are running with clock. For example DMA control of measurements from ADC and CTU with no core interventions.
Best regards,
Peter
Hello,
MPC5744P doesn not have standby mode.
59.4.2.6 HALT0 Mode
This mode is intended as a first-level low-power mode with
• the core clocks frozen the additional core clocks frozen
• XBAR masters cannot operate in system HALT0 mode as they are clock gated. Also,
NPC should be enabled if mode transition is initiated while debugger is connected
• only a few peripherals running
and to be used by software
• to wait until it is required to do something and then to react quickly (i.e., within a few
system clock cycles of an interrupt event)
59.4.2.7 STOP0 Mode
This mode is intended as an advanced low-power mode with:
• the core clock frozen
• the additional core clocks frozen
• XBAR masters cannot operate in system STOP0 mode as they are clock gated. Also,
NPC should be enabled if mode transition is initiated while debugger is connected
• almost all peripherals stopped
So in case you are for example waiting for some external event (measurement, etc...) you will need HALT mode (where core is only frozen) but peripherals are running with clock. For example DMA control of measurements from ADC and CTU with no core interventions.
Best regards,
Peter