Fast transfer mode mailbox - how many write cycles can it handle?
I have an application which must send > 100KB/day to an RFID/NFC reader (I'm using the STM25R Disco) - for days and years on end.
Looking at the EEPROM spec, it's good for 600k write cycles at 85 °C
(That means even at 64Kbit EEPROM, wear leveling would be critical for long life.)
The Fast Transfer Mode buffer / mailbox is intriguing (256 Bytes) - it seems perfect for my use case - (mainly polling data) - however I cannot find any information about the type of memory used for this or number of write cycles it supports in the datasheet.
So, what type memory is used for this FTM mailbox? How many write cycles can it handle?
Thank you very much
