Tool/software:
I created a pcb with the bq76952 similar to the evaluation board (bq76952evm) but designed for 6 cells. The circuit is shown in the figure below, as well as the conditioning circuit for reading the cell voltage.
On the microcontroller side (MSP430FR5529), communication is being carried out correctly as we have tried to communicate with the bq76952 on the bq76952EVM board with our microcontroller and succeeded.
However, we are unable to communicate with the bq76952 on our board, we believe that it is in shutdown mode and does not exit it. Although we have already done the bq76952 initialization process, which follows these steps
-Power on the BAT pin
-Press the wake-up button connected to the ts2 pin
-Attempt to communicate via I2C with the BQ76952 board (100 KHz in I2C)
The BQ76952 does not respond, giving a communication NACK right from the Adress.
NOTE:
- We measured the reg18 pin and it shows 1.8v on its output.
- The bat pin gets 17v since we're only using 6 cells;
- On the CP1 pin we get 28V;
- On REG1 and REG2 0v;
- REGIN O.13V;
That said, the question is where are we going wrong that the bq76952 isn't communicating with the microcontroller?