Why transmitting data in STM32 I2C slave is not working
I am using STM32L4R5ZI as a I2C slave. From I2C master I am getting first command and On my slave device I am sending the response but the slave code hangs there(and it makes my master device to reboot automatically). Please provide the necessary inp...