mDot save session endurance
- This topic has 1 reply, 1 voice, and was last updated 6 years, 9 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
For our application, we want to power up the mDot every 5 or 10 minutes to transfer a small packet of data. Currently we are saving the session before each power down and restoring on power up.
Looking at the datasheet for the STM32F411RET, the flash endurance is only specified to 10K writes, meaning our application is only good for a month or two if the session is stored in a single place in MCU flash.
Is there anything in the firmware ensuring longer flash life for the session save/restore calls? What kind of endurance should we budget for?
Thanks,
–Bob
I think I may have answered my own question:
https://www.multitech.com/support/resolutionid/5084138
And in the developer guide: https://www.multitech.com/documents/publications/manuals/s000612_DB9.pdf
SPI Flash
Note: Using the SPI Flash, Micron M25P16 Family.
I’m surprised this isn’t mentioned in the data sheet.