Hello Nicholas,
Thanks for the information! What I mean is to stop/turn off everything before get into the loop of entering and exiting the low power mode.
for example, just a while loop containing the following code:
phhalPcr_StandbyPrevReason_t sStandbyPrevReason = {0};
phhalPcr_WakeUpConfig_t sWakeUpConfig = {0};
phhalHw_Wait(pHal, PHHAL_HW_TIME_MICROSECONDS, 5100);
sWakeUpConfig.bWakeUpTimer = 1;
sWakeUpConfig.wWakeUpTimerVal = 300;
phhalPcr_EnterLowPowerMode((phhalPcr_RfLdtParams_t *)gpkphCfg_EE_HW_RfLdtParams, &sWakeUpConfig, &sStandbyPrevReason);
Have a great day,
Kan
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------