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?