Skip to main content
infoinfo966
Associate II
July 26, 2011
Question

Does anybody have the code for SDIO-FAT implementation from Relaxe

  • July 26, 2011
  • 5 replies
  • 938 views
Posted on July 26, 2011 at 09:30

Hi,

unfortunately somehow all attachements of older posts seem to have gone.

Does anybody of you still have the code from Relaxe? That he posted in the thread

/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/SDIO %2b FAT16FAT32&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B

Best

Tom

null
    This topic has been closed for replies.

    5 replies

    rosarium
    Associate
    July 26, 2011
    Posted on July 26, 2011 at 10:02

    There is an application from ST which has SDIO+FAT. STEVAL-CCM001V2.

    UM is :

    http://www.st.com/stonline/products/literature/um/16844.pdf

    infoinfo966
    Associate II
    July 26, 2011
    Posted on July 26, 2011 at 10:51

    Thanks for the pointer. I just read the document and it only states

    There is freeware in the file system on the web and some are licensed versions available

     

    from companies.

    I downoaded the firmware package and the FAT lib is only included as object file, no source and I'm pretty sure that it's no open source.

    Best

    Tom
    rosarium
    Associate
    July 26, 2011
    Posted on July 26, 2011 at 11:22

    you can use free file system like EFSL or FAT_FS-ELM. these are freely available in the web.

    ________________

    Attachments :

    STM32_mini_dpf_pub_20091128.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006I1Gg&d=%2Fa%2F0X0000000bkW%2FdYDpuuZjVenEUD3QWYWgJ6hw2Q5C_vltCur3rcLBaKA&asPdf=false
    rosarium
    Associate
    July 26, 2011
    Posted on July 26, 2011 at 11:33

    I forgot to mention. In the last post I attached an example source code in which FAT_FS is used.

    infoinfo966
    Associate II
    July 26, 2011
    Posted on July 26, 2011 at 12:28

    Thanks, I already had one implementation with Elm Chan FAT.

    Relaxe did it with DosFS. I would like to compare this one with Elm Chans version.

    Best

    Tom