EEPROM 24C1024 read operation
When i try to interface Nucleo-L552ZE-Q with 24C1024 EEPROM i am unable to read data from it.
#define EEPROM_ADDR 0xA0
#define PAGE_SIZE 64
#define PAGE_NUM 512
I have attached the SS of the code.
Here when we get into Read gas function it gets stuck in I2C_RequestMemoryRead(hi2c, DevAddress, MemAddress, MemAddSize, Timeout, tickstart) function of HAL_I2C_Mem_Read function.



Schematic of EEPROM interfaced is also shown.
Please suggest a way out.
#EEPROM #STM32 #STMICROELECTRONICS
