Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[No title]

Status
Not open for further replies.

jani12

Advanced Member level 4
Joined
Oct 30, 2014
Messages
107
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,296
Activity points
2,527
How often is data transferred from RAM to EEPROM ?

In a typical embedded automotive embedded system, I believe data is only transferred from RAM to EEPROM once every key cycle, right before embedded system goes to sleep ?
 

Re: How often is data transferred from RAM to EEPROM ?

I believe information stored in RAM is volatile.
 
  • Like
Reactions: jani12

    jani12

    Points: 2
    Helpful Answer Positive Rating
Re: How often is data transferred from RAM to EEPROM ?

Normaly, we are using DB approach. It stored in RAM and only when sync operation is needed, it is updating EEPROM or more often - flash.
In my latest project I made it another way - when we read DB, it takes it directly from flash. But when we need to update it - it takes some space from RAM, put DB there, update it and then copy back to flash. This is because normally DB used in read-only mode.
 
  • Like
Reactions: jani12

    jani12

    Points: 2
    Helpful Answer Positive Rating
Re: How often is data transferred from RAM to EEPROM ?

Hi,

how often the data is transferred depends on the software..and what data has to be stored.

**
Imagine a TV set - for example.
It remembers the last viewed channel. It stores the channel number in an EEPROM.
If you never change the channel ... there is no need to transfer the (new) channel number to the EEPROM.
But if you zap through the channels, then it needs to update the EEPROM every time you change the channel.

Klaus
 
  • Like
Reactions: jani12

    jani12

    Points: 2
    Helpful Answer Positive Rating
Re: How often is data transferred from RAM to EEPROM ?

In a typical embedded automotive embedded system

I would remark that for typical automotive system you should also provide the ability to check the status of the power supply, have seen the instability during start of ignition particularly when the battery of the vehicle is reaching the end of its lifespan and you have to save a massive amount of data in a single sequence. Anyway, as mentioned above, each application is a distinct case.
 
  • Like
Reactions: jani12

    jani12

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top