Tool/software:
Hi expert,
The customer has two modes, referred to as Mode A and Mode B.
Mode A and Mode B are somewhat similar to "motion/presence detection mode" and "track detection mode".
But Mode A requiring operation in low-power mode and mode B requiring operation outside of non-low-power mode.(Mode A which gMmwMssMCB.lowPowerMode is set to LOW_PWR_MODE_ENABLE , Mode B which gMmwMssMCB.lowPowerMode is set to LOW_PWR_MODE_DISABLE)
However, one of the customer's requirements is that upon receiving a certain event, Mode A immediately switches to Mode B. This means that Mode A cannot enter LPDS first in powerManagementTask() and then resume.
How can I switch between the two modes without entering LPDS mode?
Thank you.
Rick