Hi all,I'm trying to use the EEPROM related built-in functions of the XC16 compiler on the PIC24FJ64GC006. There are no problems with reading from EEPROM. I declare some default values as follows:int __attribute__ ((space(eedata))) eeData[] = {100, 1, 1, ..
↧