NvSRAM


nvSRAM is a type of non-volatile random-access memory.
It is similar in operation to static random-access memory.
nvSRAM is one of the advanced NVRAM technologies that is fast replacing the BBSRAMs; battery-backed static random-access memory, especially for applications that need battery free solutions and long term retention at SRAM speeds. nvSRAMs are used in a wide range of situations—networking, aerospace, and medical, among many others—where the preservation of data is critical and where batteries are impractical.
Some products named nvSRAM are available from Cypress Semiconductor, which is a combination of SRAM and SONOS based non-volatile memory. But they seem to have different internal structure from the memory cells in referenced books.
It is faster than EPROM and EEPROM solutions. There are other nvSRAM products from Maxim Integrated, those are essentially BBSRAMs. They have a lithium battery built into the SRAM package. These are faster than EPROM and EEPROM solutions.

Description

Externally, nvSRAM looks like standard SRAM. However, on the inside, an nvSRAM is capable of doing more than a standard SRAM. While SRAM can read and write, nvSRAM can read, write, store and recall. The additional operations center around the non-volatile part of nvSRAM.
When reading and writing, an nvSRAM acts no differently than a standard async SRAM. The attached processor or controller sees an 8-bit SRAM interface and nothing else. The STORE operation stores data that is in a SRAM array in the non-volatile part. Cypress and Simtek nvSRAM have three ways to store data in the non-volatile area. They are:
  1. autostore,
  2. hardware store,
  3. software store.
Autostore happens automatically when the data main voltage source drops below the device's operating voltage. When this occurs, the power control is switched from Vcc to the capacitor. The capacitor will power the chip long enough to store the SRAM contents into the non-volatile part. The HSB pin externally initiates a non-volatile hardware store operation. Using the HSB signal, which requests a non-volatile hardware STORE cycle, is optional. Software store is initiated by a certain sequence of operations. When the defined operations are done in sequence the software store is initiated.

Applications

is one main area where nvSRAMs are needed. POS terminals/smart terminals are now able to approve payment transactions without having to obtain approval from a remote server. Because secure data resides in the terminal, a lot of time could be saved in terms of the over-the-air verification which is slow as well as intrusion prone.
Motor vehicle crash boxes are another area where nvSRAMs could be employed effectively. The vehicle state data at the time of the crash can go a long way in validating the claims and finding the reason of the crash. This has huge financial implications in the insurance industry, and the concept of having crash boxes in passenger/commercial vehicles could become a de facto standard in near future. nvSRAMs with their fast read/write capabilities is a good fit for this application.
Similar critical applications such as medical equipment and high end servers can use nvSRAMs to store their data. In case of external power failure, or unforeseen calamities, nvSRAM can hold the data without external intervention. Hence it would provide the flexibility of an EEPROM but at SRAM speeds.
Applications in environments where field service is not possible/costly such as data loggers spread across geographies, routers, equipment in inhospitable conditions can use nvSRAMs, because nvSRAM does not use batteries, which have a risk of exploding/releasing harmful chemicals in harsh environments.
In short, nvSRAMs are suited for applications that need to store critical data, but no field service.

Comparisons with other types of memories