Page 1 of 1

I2C COMPILE ERROR

Posted: Thu Feb 28, 2013 5:40 am
by PIC-ER
Hi,
When i compile a simple program , i am getting the following error: i am compiling to a PIC16F677.
Using V5.5.2.1 (30.01.2013)
ERROR.JPG
ERROR.JPG (65.64 KiB) Viewed 4160 times

Re: I2C COMPILE ERROR

Posted: Thu Feb 28, 2013 12:10 pm
by Enamul
Hi
Thanks for letting us know. I have checked the CAL file for I2C and it seems that for first I2C erroneously SSPCON2 has been used which is the cause of error.

Note: don't replace old one..make a backup and put this one. It need to be checked by Ben.

Re: I2C COMPILE ERROR

Posted: Thu Feb 28, 2013 3:30 pm
by PIC-ER
Thank You! For the fix. :D