Skip to main content
Visitor II
January 29, 2015
Question

I2C generla call not works

  • January 29, 2015
  • 1 reply
  • 614 views
Posted on January 29, 2015 at 08:58

Let the stm8s003k3 i2c slave,

Works fine, but

When the master send general call address(0x00), 

stm8s003k3 stops,

Of course, I2C_GeneralCallCmd(TRUE) is called.

and the EVENT

I2C_EVENT_SLAVE_GENERALCALLADDRESS_MATCHED

is occured when master send general call.

Is there any example code for i2c general call ??

Thanks.
    This topic has been closed for replies.

    1 reply

    isjeonAuthor
    Visitor II
    November 24, 2015
    Posted on November 24, 2015 at 20:41

    I have solved this problem for myself.