We are using MC60 nodule in our development with open CPU.
According to Quctel_MC60_Open _CPU guide We have implemented I2C protocol.
We successfully read ID of I2C device but we facing issue with read/write operation.
Please provide us example of I2c so we can easily understand RIL API of I2C protocol.
you must pay attention to iic_write or iic_read description in ql_iic.h
in description, there is one sentence that can make difficult working iic. this sentence is : if IICtype=1 ,1<len<8 . because our IIC contronller at most support 8 bytes for one time transaction