cancel
Showing results for 
Search instead for 
Did you mean: 

FAT mounting order

jdcowpland
Associate II
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 use

res = f_mount(&fatfs[SD],''2:'', 1);

it doesn't work...
0 REPLIES 0