Hi Angel,
I checked EVB code in "WirelessUART_MKW2x_v1.3_eCompass_v1", the I2c.c seems too simple compare to the Beekit generated I2C.c API. Also in "WirelessUART_MKW2x_v1.3_eCompass_v1.pdf" mentioned " I2C drivers used are simply for evaluation purposes and should be taken only as example. Support might be limited".
As we need an I2C driver support for both Master and Slave mode. Beekit generated code seems to meet this requirement, with API such as:
bool_t IIC_Transmit_Slave(),
bool_t IIC_Transmit_Master(), and others...
I have checked Beekit installed documentations, only to find reference manuals described the interface protocol of I2C driver. Can you tell me where to find an user example, for both Master and Slave mode, how to call these APIs?
Thanks!
Benjamin