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.

CCS/TMS320F28075: How to use I2C without FIFO function

Part Number: TMS320F28075
Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE

Tool/software: Code Composer Studio

Dear TI team,

I want to use I2C read and write external EEPROM,  but I want without FIFO,

because I need over write 20 bytes data and read 20 bytes data (one time), but TI sample code (controlSUITE) is use FIFO & it limit 16 bit (one time),

Please help check how to initial the FW or provide sample code.

(ex: Wait 20 byte data and Read 20 byte without FIFO function.)

My sample code location in control: 

C:\ti\controlSUITE\device_support\F2807x\v210\F2807x_examples_Cpu1\i2c_eeprom\cpu01