Skip to main content
juraj
Associate III
April 28, 2008
Question

I2C addressing

  • April 28, 2008
  • 2 replies
  • 592 views
Posted on April 28, 2008 at 11:12

I2C addressing

    This topic has been closed for replies.

    2 replies

    julien
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:31

    You must call 0x78

    juraj
    jurajAuthor
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:31

    If I want to transmit this 7-bit address:

    0 1 1 1 1 0 0

    R/W=0

    should I call:

    I2C_Send7bitAddress(I2C1, 0x3c, I2C_Direction_Transmitter);

    or:

    I2C_Send7bitAddress(I2C1, 0x78, I2C_Direction_Transmitter);