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

PIC18F452 memory storing!

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







PIC18F452 memory storing!
PostPosted: Wed Sep 03, 2008 7:11 pm     Reply with quote

I badly need help in this!

I'm currently doing a project and it involves the storing of numbers.

I need the program to read the number when the power is on and store the numbers when the power is off.

I have no idea what are the codes for it.

Please help. Crying or Very sad
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Sep 03, 2008 7:29 pm     Reply with quote

Look at these routines which get numbers from a terminal program:
Code:
get_int()
get_int32()
get_float()

The routines are in this file:
Quote:
c:\program files\picc\drivers\input.c


Then look at the write_eeprom() and read_eeprom() functions in
the CCS manual:
http://www.ccsinfo.com/downloads/ccs_c_manual.pdf

Look at this FAQ article which explains how to store a floating point
number in eeprom:
http://www.ccsinfo.com/faq.php?page=write_eeprom_not_byte
kkaitlin
Guest







PostPosted: Wed Sep 03, 2008 7:46 pm     Reply with quote

Then what about to store?
Will it store the numbers?
'Cos I have a reset function too.

Actually this works like a safebox.
Whereby it can read, store, delete, rewrite numbers.
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Sep 03, 2008 8:23 pm     Reply with quote

Look at the write_eeprom() function in the CCS manual.

Look at the FAQ article that you were given a link to.
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