EnterDeepSleepLowPowerMode();

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello, as there is a EnterDeepSleepLowPowerMode(); function I would be wondering if there is also a function for a SleepMode instead of the DeepSleep Mode?

simply "EnterSleepLowPowerMode();" does not work.

thank you very much

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Please use void CySysPmSleep(void) to enter sleep state. For more details, refer to section: Power Management APIs of PSoC 4 System Reference Guide and AN86233 -Low-Power Modes and Power Reduction Techniques

View solution in original post

0 Likes
1 Reply
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

Please use void CySysPmSleep(void) to enter sleep state. For more details, refer to section: Power Management APIs of PSoC 4 System Reference Guide and AN86233 -Low-Power Modes and Power Reduction Techniques

0 Likes