Skip to main content
arunease
Associate III
February 1, 2016
Question

MMC

  • February 1, 2016
  • 1 reply
  • 481 views
Posted on February 01, 2016 at 14:54

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 ?

    This topic has been closed for replies.

    1 reply

    Tesla DeLorean
    Guru
    February 1, 2016
    Posted on February 01, 2016 at 18:39

    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.c

    The routines below diskio.c in FatFs are supposed to read/write linear runs of blocks.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..