Hi,
Earlier we asked about the open circuit detection, and now we have found a new problem, wish you could help us to solve it.
We write the open circuit detection program according to the flowchart, when we wrote to assign a value to the VC_CS_CTRL register,
the data transmitted by the serial port was incorrect, as shown in the red line below.
The relevant code is
BQ79606A_Write_Reg(0,VC_CS_CTRL,0x7f,1,FRMWRT_ALL_NR);
and
BQ79606A_Write_Reg(0,VC_CS_CTRL,0x00,1,FRMWRT_ALL_NR);
When we write the above sentences elsewhere, the correct data can be sent from the serial port, as shown in the red line below.
What can we do to solve the problem. Thanks!