This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCF8316A: What is the I2C address?

Part Number: MCF8316A

I plan to use two MCF8316A on the same I2C bus. The datasheet shows the I2C address is configured by register DEVICE_CONFIG1.I2C_TARGET_ADDR with initial value "X". And the datasheet also shows the address as 0x01 in examples.

1. What is the actual initial I2C address?

2. How can I access to two MCF8316A on the same I2C bus? Should I disable (by DRVOFF) the 2nd one and configure the 1st with address A and then enable the 2nd one to configure its address as B?

Btw, the EEPROM seems unable to be erased through I2C. Is there any way to erase it? PS: If it can't be erased then we can't program data bits from 0 to 1.