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

Read Serial Number ID from Flash

 
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

Read Serial Number ID from Flash
PostPosted: Thu Jul 23, 2009 11:52 am     Reply with quote

Hi

How can I read a serial number, that is stored in Flash, and copy it to RAM memory?Is it possible to read flash in PIC 16 series?

In compiler, how can I write the serial number to PIC`s flash?

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: Thu Jul 23, 2009 12:31 pm     Reply with quote

Quote:
Is it possible to read flash in PIC 16 series?

It's possible for some of them, but not all. Look in the data sheet
to see if it has a section on Flash Program Memory.

Quote:
In compiler, how can I write the serial number to PIC's flash?

Do you need to serialize a large number of PICs ? If you use a #rom
statement, then you need edit the source file and re-compile the program
for each serial number. That's possible to do (I've done it), but it's
time consuming.

CCS has a #serialize command for use with their ICD programmer.
It's in the manual.
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