2025-01-26 11:01 PM
res = disk_initialize(0);
printf("disk_initialize returned: %d\n", res);
if (res != RES_OK) {
printf("Disk initialization failed!\n");
v = 8;
} else {
fres = f_mount(&fs, "", 1);
printf("mount returned: %d\n", fres);
if (fres == FR_OK) {
printf("Filesystem mounted successfully!\n");
v = 5;
} else {
printf("Filesystem mount failed!\n");
v = 9;
}
}
got intiailization correct and i tryed f_mks and format the flash ic .
but still occur filemount issue. got no idea where the issue come from . no bug or error .
i see this on debug window
anyone have any idea?
Solved! Go to Solution.
2025-01-27 12:40 AM
Yes. Read here in forum -> search ... sd
& also my posts, how to begin and avoid basic errors/problems .
2025-01-27 12:40 AM
Yes. Read here in forum -> search ... sd
& also my posts, how to begin and avoid basic errors/problems .
2025-01-27 12:46 AM
i dont get it .
2025-01-27 12:54 AM - edited 2025-01-27 12:55 AM
see: your not the first, to have this problem.
So look, what are the steps, to get it working: correct hardware setup, etc.
-> 4,000 results ! a lot to read...
Its "normal" - in my sd-card tests it never worked instantly , just by connecting some wires and any sd-adapter.
So "standard" is not working, at start...