2016-02-01 05:54 AM
Hi
i am having some trouble when writing to mmc using sdio without any filesystem. Even i have problem with addressing. Does anyone have the example for writing and reading SD card without fiesystem ?2016-02-01 09:39 AM
It's just a block storage device, you might assume they are 512 byte blocks
STM32F4xx_DSP_StdPeriph_Lib_V1.6.0\Project\STM32F4xx_StdPeriph_Examples\SDIO\SDIO_uSDCard\main.cThe routines below diskio.c in FatFs are supposed to read/write linear runs of blocks.