User Activity

I generated the code using STM32CubeMX for STM32f423rh to communicate with AT24C02 EEPROM via i2c 1I am can able to do page write/read by using HAL_I2C_Mem_Write_IT function. But i am not getting how to do random read.Please provide any example codeT...