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.
Hi,
Is there any example of I2C read/write without interrupt?
Best Regards-
sudip
Hi Sudip,
Yes, check out i2c_Lib_eeprom_polling example in C2000WARE directory below. You can use the i2cLib_FIFO_polling.c/.h files for your F2805x device as well.
C:\ti\c2000\C2000Ware_4_01_00_00\device_support\f2806x\examples\c28\i2c_Lib_eeprom_polling
Best,
Kevin