Hello. For my aplication, I need to store 3 variables in the eeprom (PIC16F870). How should I know which adresses are safe to write and won't interfere with actual program execution?
Hello. For my aplication, I need to store 3 variables in the eeprom (PIC16F870). How should I know which adresses are safe to write and won't interfere with actual program execution?
Hi,
The program is not stored in the EEPROM so you're free to use whichever locations you want. DATA, READ and WRITE are the commands to use.
/Henrik.
Bookmarks