Other Parts Discussed in Thread: MCT8316A
Hi team,
When the customer debugs the MCF8316A, it is found that the I2C always returns -7, and the measured I2C waveform is detailed in the attachment.
Configure as follows:
1) I2C: 0x60
2) data length: 32bit
3) CRC: No
Programming logic: According to the format of Table 7-10, the data of each EEPROM address (take 0x00000080 address as an example) is as follows:
address 0x00000080 data is 0xC0, 0x10, 0x00, 0x80, 0x20, 0x8C, 0x63, 0x44 Every time you write an address corresponding to 8 bytes of data, it will delay 100ms
Excuse me, is the programming logic correct? If it is not correct, how to modify it?