MichelJasmin,
You seem to be missing the point.... DATA, READ, WRITE are commands used to access on chip EEPROM.
You can't use DATA, READ, WRITE on the 16F15325 because it does not have any on chip EEPROM hence the "missing" EEPROM_START symbol/label.
Yes, the 16F15325 has a section of FLASH (not EEPROM) that can be used LIKE the on chip EEPROM on the devices that have it but, again, DATA, READ, WRITE is not compatible with that.
/Henrik.
Bookmarks