Hibernate Mode App DAVE 4.1.4

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

cross mob
Vec
Employee
Employee
Hi,

I would like to know if there is in DAVE 4.1.4 an App to switch the Hibernate Mode like in DAVE 3.

I have been looking for it but I haven't found anything,.

Thanks,

Iván
0 Likes
3 Replies
Not applicable
Hi Ivan,

Unfortunately, you're right. There's no POW0001 APP that supports the hibernate mode in DAVE3.

However, you may use the XMCLib functions for entering hibernate mode in the "xmc_scu.h". 🙂

Here are some of the XMC Lib APIs that you can use:
XMC_SCU_HIB_DisableHibernateDomain()
XMC_SCU_HIB_DisableInternalSlowClock()
XMC_SCU_HIB_EnableHibernateDomain()
XMC_SCU_HIB_EnableInternalSlowClock()
XMC_SCU_HIB_GetRtcClockSource()
XMC_SCU_HIB_GetStdbyClockSource()
XMC_SCU_HIB_IsHibernateDomainEnabled()
XMC_SCU_HIB_SetRtcClockSource()
XMC_SCU_HIB_SetStandbyClockSource()

Regards,
Daryl
0 Likes
Not applicable
Hi at all!
Anyoneknows if a App for the Hibernate is planned in the near future?

Regards,
Knecht Patrick
0 Likes
Not applicable
Hi, did you manage to use the hibernate mode?
0 Likes