EEPROM Read and Write Function Definition
I am trying to interface the EEPROM AT24C04C with STM32G4 series controllers. I have confusion in the function parameters
HAL_StatusTypeDef HAL_I2C_Mem_Read_IT(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress,
uint16_t MemAddSize, uint8_t *pData, uint16_t Size)Can you please clarify on the MemAddSize parameter what has to be sent to for the above EEPROM?
2nd Question: 1 page is 16 bytes, is it possible for me to write data above 16 bytes as well?
