I am using iMX95lpddr5 evk, triggered the deep sleep mode want to know about the state, clock frequency and power consumption of suspended and non suspended cores among A55, M7 and M33.
On i.MX95 LPDDR5 EVK, “deep sleep” maps to the i.MX 95 Suspend / DSM-style low-power cases . The A55 is suspended/power-gated; M33 is not running application workload, typically shown as clock-gated/idle ; M7 depends on whether you suspend it too or keep it as the wake/real-time core. The power numbers in AN14449 are SoC rail/group totals , not per-core power.
|
Low-power case |
Cortex-A55 state / freq |
Cortex-M33 state / freq |
Cortex-M7 state / freq |
DDR state |
Reported power |
|
System in DSM |
Suspend; clock not detectable |
Clock gating; clock not detectable |
Suspend; clock not provided |
Retention |
25.65 mW GROUP_SOC_FULL total |
|
Linux Suspend + CM7 WFI |
Suspend / 0 |
Clock gating or idle / 0 |
WFI / 400 MHz |
Retention |
178.48 mW GROUP_SOC_FULL total |
|
Linux Suspend + CM7 CoreMark (TCM) |
Suspend / 0 |
Clock gating or idle / 0 |
CoreMark / 400 MHz |
Retention |
197.24 mW GROUP_SOC_FULL total |
|
Linux Suspend + CM7 FlexCAN transaction |
Suspend / 0 |
Clock gating or idle / 0 |
FlexCAN / 800 MHz |
Active, 6400 MT/s |
659.71 mW GROUP_SOC_FULL total |
|
Linux Suspend + CM7 NETC / Ethernet |
Suspend / 0 |
Clock gating or idle / 0 |
NETC / 800 MHz |
Active, 6400 MT/s |
956.17 mW GROUP_SOC_FULL total |
|
Linux Suspend + WoL |
A55 suspended |
M33 idle/low-power context |
wake-capable configuration; exact core table not in the retrieved chunk |
depends on WoL setup |
342.72 mW GROUP_SOC_FULL total |
A few interpretation notes:
Takeaway: if M7 is also suspended, DSM is about 25.65 mW; if M7 stays alive during Linux suspend, total SoC power rises from about 178–197 mW at 400 MHz to about 660–956 mW at 800 MHz depending on the peripheral workload.
For I.Mx95, there are several power mode including RUN mode, Lower power RUN mode, IDLE mode, SUSPEND mode and Battery Backed Secure Module mode. For detailed power consumption data, please refer to IMX95AEC datasheet. For i.Mx937, the device is at preproduction phase and only factsheet is available right now.
Not sure about how the test data come from and what the deep sleep mode you refer to...