Part Number: BQ76920
Other Parts Discussed in Thread: ENERGIA
Hello
I am working with the bq76920 AFE for a BMS project, and have a problem communicating with it.
I have followed the typical application given in the datasheet for the said AFE , and am using an MSP432P401R(launchpad) to communicate with it on I2C ( However I have tried using Energia(for MSP432 family) to do this and not Code Composer. Additionally, I have also tried using Arduino for the same.) .When I scan the I2C bus for devices, there is no hit on the IC( I specifically tried scanning addresses 8 and 18 as well ). Also, I am not sure the IC is booting up on application of Vboot on TS1. I can read 3.3 V on CAP1 , but get only 0.3V on REGOUT , and the voltage on CAP1 falls randomly.
My objective: Use the bq76920 sample to measure the parameters of 5 cells, and communicate with MSP432P401R.
Could someone please walk me through the steps to achieve my objective if I have just the bq76920 and the MSP432P401R with me (and not the evm).