This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Timing entering/exiting power down mode



Hi,

I need to measure sleep-wake timing balance.

Where (what module/function)  in stack v 1.4 should I toggle a bit to monitor entering/exiting sleep mode (either PM2 or PM3)

Thanks

  • Hello,
    You can use the DCDC bypass signal. look at HCI_EXT_MapPmIoPortCmd in hci.h. The GPIO output chosen will be High on Wake, and Low upon entering Sleep. You should be able to use most pins except for a few such as P2.1 and P2.2 (used by the debug interface).