Does anyone have an idea why this example line from the XC16 compiler, gives "unable to resolve the identifier"? I am trying to initialize some data in the EEPROM space and can't seem to figure out how with the 24F family. int _EEDATA(2) user_data[] = { 0..
↧