Part Number:BQ34Z100-G1
Dear colleague,
A customer said after MCU shutdown then power up, they find SOC changed from 70% to 100%.
Below is code, do you have any suggestions to check the issue?
Delay_ms_0_5(2000);
BQ_readBlock(0x63,&RxData[0],2);
if((RxData[0] &0x06)!= 0x06)
{
Delay_ms_0_5(200);
BQ_Write_WORD(0,0x21,0); //ITENABLE
}
Delay_ms_0_5(1000);
Best Regards,
Rock Su