cancel
Showing results for 
Search instead for 
Did you mean: 

I2C generla call not works

isjeon
Associate II
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.
1 REPLY 1
isjeon
Associate II
Posted on November 24, 2015 at 20:41

I have solved this problem for myself.