Hi,
I was having the same issue and commenting out the following code (see below) in KeyFobApp_Init does give me the percentage battery level. My question is does this mean that by commenting out we are not using the power saving feature of TPS62730?
#if defined ( DC_DC_P0_7 )
// Enable stack to toggle bypass control on TPS62730 (DC/DC converter)
HCI_EXT_MapPmIoPortCmd( HCI_EXT_PM_IO_PORT_P0, HCI_EXT_PM_IO_PORT_PIN7 );
#endif // defined ( DC_DC_P0_7 )
Many thanks,
Anas