Other Parts Discussed in Thread: BQ76905, , BQ76905EVM, SYSCONFIG, BQ40Z50, TCA9546A, ISO1541, ISO1540
Tool/software:
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.