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.

TMS320C6678: Issues with I2C on C6678

Part Number: TMS320C6678


Hi.

I'm having issues with I2C, using it with the EEPROM. I've tried to run the examples provided in both:

1 - Non-blocking mode: the example code compiles correctly, but, when executed, the callback function never gets invoked so the process ends in an infinite loop with no actual transfer of data.

2 - Blocking mode: the example code compiles correctly, but this time, when running, it produces a fatal error with again no transfer of data.

Thanks in advance for your support.