Hi, i'm trying to implement an I2C slave on a pic24 and i'm able toget some communication but cant get usable data out of it.
I've tried 2 ways:
1.-Generating I2C slave code with MCC: I used the generated MCC which emulates an I2C EEPROM. I'm able to write the simulated EEPROM Memory and read...