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

Run time programing

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



Joined: 12 Aug 2010
Posts: 119

View user's profile Send private message

Run time programing
PostPosted: Sun Sep 12, 2010 10:54 pm     Reply with quote

hi,

I was just trying to work on programing during runtime.
Like I want to give the values to the controller through keypad.

Does this involves EEPROM into picture??

I want to ask the user for the variable for further processing.

Don't help me with the code, I would like to work on it. But just give me a hint to how to proceed.


Regards,
sid
Douglas Kennedy



Joined: 07 Sep 2003
Posts: 755
Location: Florida

View user's profile Send private message AIM Address

PostPosted: Mon Sep 13, 2010 8:47 am     Reply with quote

It is not really clear as to what you are asking.
Generally a running program can receive information that will change the running process by taking data from an input pin or pins and placing it in volatile memory (RAM) and having the running program read the RAM and react. This data is lost when power is lost. The input could be received into ram and then transferred to non-volatile such as EEPROM or the program flash itself. Look at write/read eeprom and write/read program memory for examples.
Sid2286



Joined: 12 Aug 2010
Posts: 119

View user's profile Send private message

PostPosted: Mon Sep 13, 2010 10:17 pm     Reply with quote

Yes I was looking for exactly what you said.

Thanks Smile
sid
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