I want to know how we can use the EEPROM interrupt mechanism to store the data into internal eeprom memory. I am running a computation intensive process so that i want to have a minimum time latency on the computation. I would appreciate the prompt reply.
I don't want to translate it to CCS for you. I am just giving you these
links to answer your question.
bkamen
Joined: 07 Jan 2004 Posts: 1615 Location: Central Illinois, USA
Posted: Fri Nov 27, 2009 8:30 pm
Are you using the EEPROM for usage intensive operations?
In case you are, EEPROM is bad for that. EEPROM has a typical write-cycle life limit which can easily be blown away with constant write cycles.
Otherwise,
Carry on. :D
-Ben _________________ Dazed and confused? I don't think so. Just "plain lost" will do. :D
ahmadkamalnasir
Joined: 24 Nov 2009 Posts: 5
EEPROM
Posted: Sat Nov 28, 2009 6:00 am
Thanks for replying PCM PRogrammer.
In the source code which you have refered why we have to disable the interrupts during the reading operation? For me disabling the interrupts during writing is obvious but why for reading when this is fast!!
P.S.: "bkamen" I am not using eeprom frequently, only when new parameters have to be stored. I am aware of the limited write cycles of the internal eeprom.
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