FAT mounting order
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-02-10 3:04 AM
Posted on February 10, 2015 at 12:04
Does anyone know if it matters what order you mount FAT volumes in? I'm using fatfs and I have 3 volumes, this code mounts fine:
res = f_mount(&fatfs[SD],''0:'', 1);but if I redefine SD to 2, and useres = f_mount(&fatfs[SD],''2:'', 1);it doesn't work...
0 REPLIES 0
