2015-02-10 03:04 AM
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...