Hello,
The 6843AOP PCBA board is externally connected to G-SENSOR and uses I2C communication. I checked the I2C driver in the SDK and did not find any I2C interrupt related APIs. Is there an I2C interrupt API in the SDK?
Regards,
Gary
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
The 6843AOP PCBA board is externally connected to G-SENSOR and uses I2C communication. I checked the I2C driver in the SDK and did not find any I2C interrupt related APIs. Is there an I2C interrupt API in the SDK?
Regards,
Gary
Hello Gary,
You can enable I2C interrupt via function seen in packages/ti/drivers/i2c/src/i2c_reg.c. There is also the entire interrupt subroutine I2C_ISR function within i2c_master.c located in that same folder that call many functions. Is this not what you're looking for?
Best Regards,
Pedrhom