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.

Initialization of HIBERNATION module

Other Parts Discussed in Thread: TM4C1294NCPDT

I can't to initialize hibernation module of TM4C1294NCPDT:

SysCtlPeripheralEnable(SYSCTL_PERIPH_HIBERNATE);

HibernateEnableExpClk(SysCtlClockGet()); // Programm don't return from this function.

Then I tried to see for more details:

HWREG(HIB_CTL) |= HIB_CTL_CLK32EN;

after this operation the CLK32EN and WRC bits in HIBCTL register are still 0 forever.

All another peripherals (UART, SSI, ADC etc.) work fine.

What is wrong?