cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G474RE - I2C always busy flag

mani s
Associate III

I have generated the I2C code using cube-mx. My slave device is I2C based DIGI-POT.

when I check with HAL_I2C_IsDeviceReady() function - it is always coming busy flag.

These below are the Hardware and Firmware checks I have done:

HW checks -

  1. DIGIPOT is getting 5v voltage.
  2. Checked the pull-up resistors values - fine - using 4.7kohm

Fw checks -

 1. address - 0101 1000 - 0x58

2. Read state of SCL and SDA pins - Both are logic high.

3. Voltage on the both the pins - 3.3v

4.Some people are facing same issue - suggested in the internet to do first I2C clock enable and then GPIO init - Not working this as well. This is linkhttps://electronics.stackexchange.com/questions/272427/stm32-busy-flag-is-set-after-i2c-initialization.

1 ACCEPTED SOLUTION

Accepted Solutions
mani s
Associate III

I found the issue , it is handler issue

View solution in original post

2 REPLIES 2
mani s
Associate III

Is anybody have clue on this ?

mani s
Associate III

I found the issue , it is handler issue