Other Parts Discussed in Thread: ADC3424
I am using a Microchip Attiny24A controller as master and is establishing the communication with BQ76920 for protection of 3 series Cells.
Trying to Communicate with it by sending the Device address as 0x08 as specified in the d/s for Part BQ7692000PWR.
Every time I receive a NACK after transmission of Device Address. for rest of the data SDA and SCL are at HIGH state. couldn't understand the reason.
as for starting, I am resetting the SYS_STAT register to 0xFF, then setting CELLBAL1 to 0x13 (for 3s Configuration), SYS_CTRL1 to 0x10 to enable ADC, in SYS_CTRL2 setting 0x13 to disable protection for the first time to Verify CHG and DSG State working.
Can anyone suggest?