Skip to main content
TZope.1
Visitor II
March 31, 2020
Question

I am interfacing BQ34110 IC with stm32f4XX controller.But I am not getting proper response from I2C bus.

  • March 31, 2020
  • 2 replies
  • 926 views

..

This topic has been closed for replies.

2 replies

NDewe.2
Associate
March 31, 2020

Hi,

Have you placed pullup resistors internally or externally? Internally via the GPIOx_PUPDR register. Do you get ACK from the BQ34110?

 ND

Tesla DeLorean
Guru
March 31, 2020

Your presentation lacks any useful detail.

Show circuit wiring

S​how code

Show scope/analyser output

C​onsider bit banging protocol using diagrams from datasheet to understand correctly signalling/response.

STM32 expects I2C address in high order bits of the byte.​

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..