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

#device write_eeprom=async ?

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



Joined: 04 Apr 2006
Posts: 6

View user's profile Send private message

#device write_eeprom=async ?
PostPosted: Thu Apr 06, 2006 1:21 am     Reply with quote

help me ,#device write_eeprom=async
what is means? how can i do in my program?


Embarassed
Ttelmah
Guest







PostPosted: Thu Apr 06, 2006 2:38 am     Reply with quote

You add the line at the top of your program (just after the include defining the processor).
Normally, the 'Write_eeprom' function, waits for the write to complete, before returning. With this define in place, the write is 'triggered', and the code then returns, leaving the hardware to get on with actually performing the write operation. This then allows you to do other tasks, while the write completes.

Best Wishes
cyberjok



Joined: 04 Apr 2006
Posts: 6

View user's profile Send private message

thanks to you for your help!
PostPosted: Thu Apr 06, 2006 4:47 am     Reply with quote

Ttelmah wrote:
You add the line at the top of your program (just after the include defining the processor).
Normally, the 'Write_eeprom' function, waits for the write to complete, before returning. With this define in place, the write is 'triggered', and the code then returns, leaving the hardware to get on with actually performing the write operation. This then allows you to do other tasks, while the write completes.

Best Wishes
Smile
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