I am using STM32F7508-DK kit and Using I2C as a slave whereas ESP32 is a master, By using HAL_I2C_Slave_Receive_IT and HAL_I2C_Slave_Transmit_IT API I am able to do one way communication either read or write, but in my application I required read and...