Hi,
We try to porting our i2c device to cboot.
We have questions about the third parameter and the fourth in tegrabl_i2c_dev_read/tegrabl_i2c_dev_write function.
take the eeprom as an example “tegrabl_i2c_dev_read(hi2c_dev, eeprom->data, 0, eeprom->size);”
Is the third parameter the start address of the read data point ? and the fourth parameter is the
offset of the third parameter ?
Is my understanding correct ?
BR,
Patrick