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.

CDCE6214: daisy chain I2C control for multi CDCE6214 application

Part Number: CDCE6214


Dear team,

We have six CDCE6214 devices on our board.

For this application, can we daisy chain I2C for CDCE6214? 

Per my understood, we should provide each device has a unique address to control/ config device sperate. 

How to set up I2C address?

Regards,

Ben

  • Hi Ben,

    Only the LSB of the I2C address can be changed through EEPROM, so there can only be at most 3 different I2C addresses (taking into account the fallback mode)

    One possible workaround is to pre-program the EEPROM for all six devices so that you don't need MCU to program them on the board. Otherwise you need at least two separate I2C buses.

    Regards,
    Hao