Question
STM3210C_eval evaluation board use Fatfs- f_getfree() functino
Posted on December 31, 2015 at 05:16
Hi guys,
I used AC6 system workbench to development STM3210C_eval evaluation board.Now I try to use Fatfs to get SD card Capacity->res = f_getfree(''0:/'', &fre_clust, &fs);In debug mode, I get:Name : res Details:FR_DISK_ERR Default:FR_DISK_ERR Decimal:1 Hex:0x1 Binary:1 Octal:01 what's happened? Does someone can help me?Thank all.