PDA

View Full Version : How to determine address of available eeprom cells?



CuriousOne
- 17th April 2013, 19:22
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?

HenrikOlsson
- 17th April 2013, 19:31
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.