I need to update a particular sector in SD card twice in a second. In that case, I would be writing in a particular sector for 86400 times for 12 hours. Will this cause sector to wear out so fast?
feedback
|
|
That depends on the SD card. A good one may reallocate the sector each time you write it to balance the wear across the whole card. A cheap one might even burn a hole right through the card writing that many times to the same sector in such a short time. I would suggest using RAM and not SD for whatever you're doing. | |||||||||
feedback
|
|
Normal expected lifetime of a flash memory sector is 10'000 writes, so it won't last even a single day. | |||
|
feedback
|