This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDCARD (FATFS) storage for peer data rather than internal flash

I was thinking of using our SDCARD/FATFS storage for peer data.

Pro's of doing this I can see include....

+ wear leveling handled in SDCARD
+ simple

Cons...

- slower


I suppose it depends on how frequently the data is read and written. Am I worrying about something; should I just go ahead and use the standard fds?

Related