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.