You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in i2c_master_write, you call HAL_I2C_Master_Transmit_IT() and then busy wait until HAL_I2C_GetState() == HAL_I2C_STATE_READY. Why not just use HAL_I2C_Master_Transmit(), the blocking function?