Resolved! In my I2C Slave program the Callbacks are not being called.
I am using HAL_I2C_Slave_Receive_DMA() function and am putting flags in each of the Callbacks which I have redefined in my code from the weak ones in stm32g0xx_hal_i2c.c. I have also tried putting breakpoints in the callback functions to see if it fo...