2023-04-24 02:33 AM
I'm trying to find an embedded solution to replace an SD Card.
Basic non-volatile memory, I2C or SPI read/writes.
I spotted ST NVRAM, but can't seem to find much about it - is this a new or discontinued product?
Are there any other options that I should be considering?
Thanks,
Ben
Solved! Go to Solution.
2023-04-24 05:58 AM
On the website of STMicroelectronics you can find NVRAM, which are very old, are still operated with 5V and whose memory is quite small with 2...32KB.
For NVM, i.e. non-volatile memory, ST has EEPROM, which are available with different interfaces: I2C, Microwire or SPI. However, EEPROMs are typically limited to relatively small amounts of memory, which, depending on the interface, lie between 1...4096kbit, i.e. 128 bytes ... 512KB.
If you want more memory, you should use serial NAND flash, which is available from various manufacturers - just search for terms like "serial nand" using your favourite search engine.
Does it answer your question?
Regards
/Peter
2023-04-24 05:58 AM
On the website of STMicroelectronics you can find NVRAM, which are very old, are still operated with 5V and whose memory is quite small with 2...32KB.
For NVM, i.e. non-volatile memory, ST has EEPROM, which are available with different interfaces: I2C, Microwire or SPI. However, EEPROMs are typically limited to relatively small amounts of memory, which, depending on the interface, lie between 1...4096kbit, i.e. 128 bytes ... 512KB.
If you want more memory, you should use serial NAND flash, which is available from various manufacturers - just search for terms like "serial nand" using your favourite search engine.
Does it answer your question?
Regards
/Peter
2023-04-24 06:03 AM
Absolutely, thank you Peter.
I was hoping to stick to ST for your great documentation and quick support (just like this), so that's fantastic!
Many thanks,
Ben
2023-04-24 07:22 AM
eMMC and QUAD/OCTO SPI NAND and/or NOR Flash
Depends a lot on the size and bandwidth/speed expectations. Usage patterns and how much error correction or block/wear management you want to deal with.