↧
Answer by Mike for Efficient way of writing to flash memory without losing data
There is an really nice application note by microchip.The algorithm in this application note supports selectable,multiple emulated data EEPROMs with a total size of upto multiples of 255 locations.The...
View ArticleAnswer by Stefan Wyss for Efficient way of writing to flash memory without...
FLASH is cheap and provides lot of memory, but comes with the cost of sector erase. So you might want to use EEPROM instead. Of course it is possible to overcome this flash limitation with some clever...
View ArticleEfficient way of writing to flash memory without losing data
For my project, I am writing some code that gets some results and I want to store these results on external flash memory. The external flash memory in question is a MX25R8035F. I found that writing...
View Article