Question
I2C generla call not works
Posted on January 29, 2015 at 08:58
Let the stm8s003k3 i2c slave,
Works fine, butWhen the master send general call address(0x00), stm8s003k3 stops,Of course, I2C_GeneralCallCmd(TRUE) is called.and the EVENTI2C_EVENT_SLAVE_GENERALCALLADDRESS_MATCHEDis occured when master send general call.Is there any example code for i2c general call ??Thanks.