Hi @Afeefah,
I hope you are doing well.
->One can put PCF into 2 modes, Stop mode and standby mode.
->A low drive mode is available for low-series resistance quartz. This reduces the current consumption.
->i.MX6 will enter stop mode, the difference between standby and mem mode is: in mem mode, the ARM core's power will be gated and DDR IO will be floated, mem mode is the most power-saving mode, named deep sleep mode(DSM).
->One can make Linux enter suspend by "echo mem > /sys/power/state", or "echo standby > /sys/power/state", to wake up the system from suspend, you can use RTC wake up or power key.
For example, "
echo +3 > /sys/class/rtc/rtc0/wakealarm"
, the system will auto resume 3 seconds after suspend.
->Please use a multimeter to measure the current draw on the RTC's VDD pin.
Please refer to the below documents for in-depth details.
https://www.nxp.com/docs/en/data-sheet/PCF85263A.pdfI hope this helps!
Thanks & Regards,
Dhruvit Vasavada