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.
TI example : “Example_2803xI2C_eeprom” use a interrupt "i2c_int2a_isr()". can I oprate eeprom without interrupt? How should I do?
可以使用轮询的方式读取eeprom,但是目前没有针对F28035的例程,最接近的是基于F2807X的例程,而且是基于驱动库编写的,你可以参考一下这个例程:
C:\ti\c2000\C2000Ware_4_01_00_00\driverlib\f2807x\examples\cpu1\i2c\i2c_ex4_eeprom_polling.c