EEPROM-24c16A
Hi @everyone
In the below IIC API
HAL_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t MemAddSize, uint8_t *pData, uint16_t Size, uint32_t Timeout)
uint16_t MemAddress will accept only hexadecimal value or it will accept decimal value also.
