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.

MCF8316C-Q1: I2C Target address

Part Number: MCF8316C-Q1
Other Parts Discussed in Thread: MCF8316A,

Hello

I checked that the data sheet of MCF8316A, and it's I2C target address is 0x01.

I can't find MCF8316C-Q1's I2C target address in the data sheet, so please let me know what it is.

Thanks

  • Hi Kitae,

    The default I2C target address on the MCF8316C-Q1 is also 0x01. Note that the target address can be changed by the user following these steps:

    1. Write the new desired target address to register [DEVICE_CONFIG1]::[I2C_TARGET_ADDR]
      1. The target address can be configured to any values from 0x00 to 0x7F
    2. Trigger a EEPROM write by setting the bit [ALGO_CTRL1]::[EEPROM_WRT]
    3. Power cycle the device

    Regards,
    Eric C.