Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ25703A: I2C communication (STM32)

Part Number: BQ25703A
Other Parts Discussed in Thread: BQ25703, BQSTUDIO, , EV2400

Hi,

I have tried to check the I2C port with an Arduino Due with the I2C Scanner sketch. However, it does not detect anything.

I have also tried to communicate with my BQ25703 design through a STM32F411 microcontroller. SDA and SCL pins are in pull-up with a 10k resistor at 3.3V. 

I have tried to read with HAL_I2C_Mem_Read function without success. How can I do it?