Does WinCE 5.0 Microsoft's Flash Media Driver (FMD) implement any sort of
wear-leveling algorithm? If so, are there any performance/lifecycle data
available? For example, I need to write a 1 Mbytes file every 1 hour to my
FLASH memory - ideally as just a FAT file. How long will my FLASH last until
it ceases to erase? I plan to use NOR FLASH.
Or do I have to use something like Datalight FlashFX Pro, or Intel PSM (or
worse, implement my own block driver)? My application actually requires a
FIFO-type logging of data where a fixed buffer is dedicated, keeping only
the last 1 MB of data.
Thanks