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.

MSP432E401Y: High current consumption in hibernate mode

Part Number: MSP432E401Y

Hi,
I'm facing an issue on MSP432E410Y hibernation:
if the VDD supply is removed the microcontroller is supposed to enter in hibernation mode with a current
consumption of about 1.6uA from VBAT, as described in the datasheet.
I followed the instructions listed in the reference manual, chapter 6.3.12:
CLK32EN and RTCEN are set to 1, hence i would expect that microcontroller enters in the hibernate mode when the VDD
supply is removed and leaves it when the supply is applied again. However, what I've seen is that if I remove the VDD
the microcontroller shows a current consumption of about 100uA from VBAT instead of 1.6. From this, I suppose that the part is not in hibernate, is it?
Another weird fact is that the voltage measured on the HIB pin in this condition is 1V, not VBAT or 0.
This does not happen if I trig the hibernation using the HIBREQ bit in the HIBCTL register.
What am I doing wrong?

Thanks