Resolved! I2C action from timer callback
Hi,I am working with STM32G4 and I have problem reading/writing the I2C data with in the timer callback.I have Timer1 calling my interrupt callback every 50 microseconds which is working well.I have I2C read/write functions which are working well.I2...