pic.programmer
Advanced Member level 3
- Joined
- Aug 19, 2015
- Messages
- 773
- Helped
- 141
- Reputation
- 284
- Reaction score
- 140
- Trophy points
- 43
- Activity points
- 7,531
Is your dsPIC I2C Code working fine with eeprom ?
Remove this
which is after StopI2C();
Have you provided pull up resistors on the I2C lines. It should be pulled to VDD of dsPIC.
Remove this
Code:
IdleI2C();
which is after StopI2C();
Have you provided pull up resistors on the I2C lines. It should be pulled to VDD of dsPIC.