which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-04 2:20 AM
Hi. I want to write a dummy file in sdcard. I am done with the code but I would like to know which of the flags I need to turn on and which header files I need to include in the firmware code to enable the sdcard mode of MCU on for Input Output operations?
- Labels:
-
SDIO-SDMMC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-04 5:02 AM
What part?
Typically the SDIO/SDMMC GPIO DMA and RCC. The linker will usually indicate which functions are missing when it can't get closure.
This tends to b​e when you don't add library source to the project rather than include file inclusions.
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
‎2019-02-04 6:01 AM
Its actually SD Multimedia card. I want to write a test file in sdcard. After executing the write file code in micro vision and loading it into the flash memory of the MCU, I am was checking the SDCARD but nothing is written.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-02-04 6:05 AM
Hello,
I can not answer directly, but search Open407V-D. Waveshare makes a fairly inexpensive break out system. One of there examples shows how this is done. I think you can download the examples with out getting the break out system (but to me well worth it since I don't have any electronics for the designer yet).
Good Luck
