PIC Data EEPROM Base Address

Status
Not open for further replies.

bnfdvn

New Member
I need help finding where the Data EEPROM on a PIC 16F887 begins. I want to use the #ROM command in the compiler to preload the contents of the Data EEPROM and I can't find the address in the data sheet or anywhere else. Thanks for looking and any help provided.
 
What compiler.... are you using, there is almost always a command

In Hi-tech this is used

__EEPROM_DATA(a,b,c,d,e,f,g,h)
 

You can't have looked very hard, it's certainly in every datasheet - in multiple places.
 
Flash, SFRs (RAM) and EEPROM all start at zero. How you tell your compiler which you are using is compiler specific.

Mike.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…