Other Parts Discussed in Thread: BQ76905,
Tool/software:
Please find the below link to get trailing communication about the same.
I have custom board using MSPM0L1306 with BQ76905 over I2C protocol and i am able to flash example code of it over I2C but that example stuck at I2C_Read Function at
/* Wait until controller send all bytes */
while ((gI2cControllerStatus != I2C_STATUS_TX_COMPLETE) &&
(gI2cControllerStatus != I2C_STATUS_ERROR)) {
__WFE();
}
when
/* I2C Write Example */
DirectCommands(AlarmEnable, 0x00, R); // Read AlarmEnable Configuration
Please tell me why this is happening.