2019-02-04 02: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?
2019-02-04 05: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 be when you don't add library source to the project rather than include file inclusions.
2019-02-04 06: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.
2019-02-04 06: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