2021-05-03 01:15 AM
Hi,
I did some power measurements with a Joulescope which measures the full power given to the card (no distinction between VDD, VDDCORE, etc.) - we chose this way for first measurements without card's resistors modification.
I mostly followed the same steps as explained in the AN5284 application note.
Then I was interested in point 4.3 (various low power modes) but I did get results I don't understand. Know that I changed the /etc/systemd/sleep.conf as explained here and used the systemctl suspend commend for MPU.
Isn't the Standby supposed to be more power saving than Stop ?
I tried to power measure the OpenAMP_TTY_echo_wakeup example as well :
So should I suppose that Standby is less power saving than Stop ? I though Standby is more power saving because on chapter 4.1 it's written that in standby VDDCORE is off whereas in Stop it's on.
How do I know in which mode I am between Stop, LP-Stop and LPLV-Stop ? Is there some logging about it ? Or should I just read the flags in the code ?
Best regards !
Solved! Go to Solution.
2021-05-09 10:42 AM
Thanks !
So I set back the JP1 and wrote a shell script which starts after boot to try and test out these modes on the MB1263 in standalone mode. I've got the following results :
So yeah, it's definitely better. But still, I'm surprised that we aren't lower in Standby DDR off. It still makes ca. 14mA. Do you really think the LD1 uses 14mA ... ? o.o
2021-05-10 12:11 AM
LED could count for maybe 9-10mA, but you have some also components on STLINK (STM32F103CBT6 in reset which is not OFF, it's LDO, few passives) which could explain the remaining part.
STPMIC1 use some power, as well as Buck3 efficiency to be taken into account (VDD is still on during STANDBY).
You should trust datasheet values and make your own computation of platform power. Not sure the EV1 or DK2 are best for challenging lowest power (not optimized for that).
Regards.
2021-05-10 12:38 AM
Top, thank you very much for your time !