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.