This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NVRAM

i need an external nvram to interface with my 89c51
which ic is best to use and readily available??
i tried looking online for navrams, but all i get is EEPROM

i dont want to use EEPROM as a nvram, coz i need to read and write to it a lot...

help pleasE??

Parents
  • A FRAM solution should work great.

    But is it the position of parked vehicles you must keep, or the location of the conveyor belts? I would expect that you have enough sensors that you would not need any NV memory to retrieve their current location after a power failure.

    If the amount of data to store is small, you can rotate the storage location in a EEPROM memory, greatly increase the number of write cycles you can safely make.

Reply
  • A FRAM solution should work great.

    But is it the position of parked vehicles you must keep, or the location of the conveyor belts? I would expect that you have enough sensors that you would not need any NV memory to retrieve their current location after a power failure.

    If the amount of data to store is small, you can rotate the storage location in a EEPROM memory, greatly increase the number of write cycles you can safely make.

Children