This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple I²C slave adresses for one microcontroller.

Hi,

Is there a way to have multiple I²C slave adresses on one microcontroller?

Best regards,
Diricx Bart

Parents
  • If you're using the built-in hardware I2C support in a particular chip, you will have to read the Datasheet for that specific chip to answer your question.
    Without knowing what processor family (architecture) you're using - let alone which specific chip - it's impossible to say anything else!

    On the other hand, if you're implementing the I2C yourself in software, then of course you can implement it such that it recognises multiple addresses!

Reply
  • If you're using the built-in hardware I2C support in a particular chip, you will have to read the Datasheet for that specific chip to answer your question.
    Without knowing what processor family (architecture) you're using - let alone which specific chip - it's impossible to say anything else!

    On the other hand, if you're implementing the I2C yourself in software, then of course you can implement it such that it recognises multiple addresses!

Children
No data