How to use SDIO interface for SD Card in STM32F4 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 4:58 AM
Hello, I use SDIO interface to SD Card. I use FATs library. But I want to use SDIO interface. How do I do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 5:26 AM
Interface to what?
You should perhaps look at the SDIO library code, and associated reference manual documentation, and familiarize yourself with the command/response model, and data transfer phases.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 5:40 AM
I see thank you. I am try it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 5:45 AM
What are you trying to actually do? Interface to a WiFi modules or some not-card device?
There might be some other examples of that.
The sector reading level is exposed in the FatFs DISKIO layers, and the F4 should also have SDIO examples, again reading/writing sectors directly to the media.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 6:54 AM
now I use FatFs library to write/read SD card. I did not find SDIO examples
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 8:08 AM
STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Examples\SDIO
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-30 10:02 PM
Thank you for answered. I found this example now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-07-31 10:20 PM
Hello, How to read certain line in the text ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-01 1:02 AM
Not sure I understand the question.
If you want to understand how file data is stored in the blocks, and managed at a file/cluster level, you should read some documentation on the FAT File System, probably some MSDOS era manuals and the like which cover the mechanics.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-08-01 1:20 AM
Thank you for your answered. I willl read
