Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/10/07 14:01
Read: times


 
#144309 - Combination of Technologies....
Responding to: ???'s previous message
I have seen several implementations wherein the MCU is attached to BOTH an RTC with battery and to a serial EEPROM. The fast updates of "non-volatile" counters were put into the RTC RAM and then once per 10 minutes the values were also written to the EEPROM. The EEPROM update was also done when the embedded application entered and exited its time accumulate modes. In all the solution was fairly robust and kept there from being a need to worry about device wear-out.

Note that I did not implement that solution (I only prepared full design and flowchart activity for somebody else's medical device code) and would have probably used another technique myself.

Of course the most important consideration is if there needs to be 100% accumulation and storage. In many applications there is no great loss if the counter sometimes loses a few cycles under conditions of unexpected power down. If this is so then a simpler lower cost solution may be used. I worked on one application where the MCU was detecting external events and under unexpected power loss it was possible for the monitored machine to generate a few cycles that were undetected as the machine came to an orderly stop. So the count was "off" anyways in that case.

Michael Karas


List of 22 messages in thread
TopicAuthorDate
Memory of AT89C2051 after reset            01/01/70 00:00      
   this is relatively complicated...            01/01/70 00:00      
      Why no reset during low power?            01/01/70 00:00      
         during active reset the oscillator is running...            01/01/70 00:00      
      power back up?            01/01/70 00:00      
         Oh, certainly...            01/01/70 00:00      
            thanks            01/01/70 00:00      
            alternatives            01/01/70 00:00      
               options?            01/01/70 00:00      
                  my way of doing this...            01/01/70 00:00      
                     Then jus a RAM chip would work            01/01/70 00:00      
                        wouldn't it be easier and safer with serial EEPROM            01/01/70 00:00      
                           Maybe            01/01/70 00:00      
                              why not FRAM            01/01/70 00:00      
   Combination of Technologies....            01/01/70 00:00      
      SRAM            01/01/70 00:00      
         I don't think so            01/01/70 00:00      
            this is not matter of "thinking"!            01/01/70 00:00      
               OK, an another gotcha            01/01/70 00:00      
                  to Jan            01/01/70 00:00      
                     no            01/01/70 00:00      
   here is the best chip for u!            01/01/70 00:00      

Back to Subject List