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.

Hibernation module reset

Hi,

I wrote a small program in which HIB module is configured in calender mode and then using switch I am re configuring it to normal mode, but HIB module is unable to work.

Even though I used HibernationDisable() and HibernationEnable()

and also this code snippet (before changing it's role)

SysCtlPeripheralDisbale(SYSCTL_PERIPH_HIBERNATE);

SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE);

SysCtlPeripheralReset(SYSCTL_PERIPH_HIBERNATE);

So how can I reset HIB hardware module without POR using software.