Other Parts Discussed in Thread: BQ76940, EV2400, , BQSTUDIO
I have EV2400 board and I can connect with MSP and BQ-Studio to EV2400 (both Bq76940 and Bq78350). I want to use STM32F0 as a microcontroller (it has Smbus and i2c ). I could connect to Bq76940 monitoring chip via I2C. I read the values of battery cells. Until here, there is no problem.
I tried to connect the Bq78350 with Stm32f0 via SmBus. I can read the slave address in Smbus of Bq78350 as 0x16. And I tried to send command like toggle led or reset device (because I wanted to be sure about connection) I couldn't get any reaction from Bq78350. Smbus can find the slave address but when i tried to read data or send command. I couldn't be succesful. I need your help. If i can do a successful BMS with these chips. I will produce so many BMS Card with my microcontroller. Please help me the solve this problem.