hi,
my TM4C129 is powered by 3.3V VDD and 3V Vbat, we knew the "battery-backed memory" is powered by vbat, and if calling HibernateDataGet(),, the Vbat is working.
under this situation, if we cut off the VDD, the VDD still have 1.6V, we remove any related circuit outside of this chip between Vdd and Vbat, the 1.6V on Vdd still exist,
we also do the test if remove the HibernateDataGet() in my code, when shutdown the VDD, the VDD will be 0V
based on above, we're wondering what's the relationship between VDD and Vbat inside of TM4C129? How to avoid VDD still got some voltage affect by Vbat?
thank you.