|
|
View previous topic :: View next topic |
Author |
Message |
cyberjok
Joined: 04 Apr 2006 Posts: 6
|
#device write_eeprom=async ? |
Posted: Thu Apr 06, 2006 1:21 am |
|
|
help me ,#device write_eeprom=async
what is means? how can i do in my program?
|
|
|
Ttelmah Guest
|
|
Posted: Thu Apr 06, 2006 2:38 am |
|
|
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
|
thanks to you for your help! |
Posted: Thu Apr 06, 2006 4:47 am |
|
|
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 | |
|
|
|
|
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
|