When EEPROM memory in a PIC controller is not in use, the default value is 0xFF due to the way how EEPROM memory works. Is there a pragma or something like that to initialise EEPROM memory locations to a specific value other than 0xFF. (not after every reset of the microcontroller, just when programming flash). I can write a procedure that initialises the EEPROM only the very first time the chip runs its programm but that would just be a waste of flash memory space and is thus not the best practice. I couldn't find this in the documentation or on the internet.
-- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
