CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

EEPROM initial values

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
rhaguiuda



Joined: 05 Sep 2007
Posts: 46
Location: Londrina - Brazil

View user's profile Send private message

EEPROM initial values
PostPosted: Wed Jan 14, 2009 6:36 am     Reply with quote

Hi

How can I write a PIC EEPROM, in the device programming?

Thanks
_________________
Give a man a fish and you'll feed him for a day. Teach a man to fish, and you'll feed him for a lifetime.
Ttelmah
Guest







PostPosted: Wed Jan 14, 2009 8:47 am     Reply with quote

Depends on the PIC.
Generally, for _16_ devices:

#ROM 0x2100 = {data here}

For _18_ devices:

#ROM 0xF00000 = {data here}

A search here should have found this. The actual addresses are in the _programming specification_ for the PIC involved.

Best Wishes
rhaguiuda



Joined: 05 Sep 2007
Posts: 46
Location: Londrina - Brazil

View user's profile Send private message

PostPosted: Fri Jan 23, 2009 1:40 pm     Reply with quote

Ttelmath

And how I figure out the first EEPROM adress of my PIC?
I search the datasheet but couldn't find...

Thanks.
_________________
Give a man a fish and you'll feed him for a day. Teach a man to fish, and you'll feed him for a lifetime.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Jan 23, 2009 2:01 pm     Reply with quote

See my post at the end of this thread. It tells exactly how to find the
eeprom address, and how to find the document that tells it.
http://www.ccsinfo.com/forum/viewtopic.php?t=35539&highlight=programming+specification
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group