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?