Author |
Message |
Topic: dsPIC33EP64GP504, I2C and compiler version 5.073 |
Ben Gordon
Replies: 5
Views: 12272
|
Forum: General CCS C Discussion Posted: Tue May 23, 2017 3:16 pm Subject: Issue report to CCS and will be fixed in next release |
Looks like it was something in the compiler. |
Topic: dsPIC33EP64GP504, I2C and compiler version 5.073 |
Ben Gordon
Replies: 5
Views: 12272
|
Forum: General CCS C Discussion Posted: Thu May 18, 2017 5:26 pm Subject: A .LST file comparison suggests it is the compiler |
A file compare on the .LST file generated by v5.072 and v5.073 shows that code is the same, but the SFR addresses used in the I2C code has changed. v5.073 seems to be using addresses which don't matc ... |
Topic: dsPIC33EP64GP504, I2C and compiler version 5.073 |
Ben Gordon
Replies: 5
Views: 12272
|
Forum: General CCS C Discussion Posted: Thu May 18, 2017 10:23 am Subject: dsPIC33EP64GP504, I2C and compiler version 5.073 |
My code runs fine with versions up to and including v5.072. Now the I2C does not seem being setup correctly. I am setting the I2C port with:
#FUSES NOALTI2C1
#use i2c(MASTER, I2C1, SLOW, str ... |
|