SDIO Interface.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-06 4:02 AM
Posted on July 06, 2018 at 13:02
I am using Nucleo F446ZE board and i am trying to interface MicroSD card using 1 bit SDIO Interface(Truestudio).
I am using cubemx4.26 with STM32Cube_FW_F4_V1.21.0This code works fine 'if(f_mount(&myFATFAS,SDPath,0)==FR_OK)' but not able to read or write to the SD card, if i change to 'if(f_mount(&myFATFAS,SDPath,1)==FR_OK)' gives false.Please provide solution. also check the attach project for reference
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2018-07-06 5:15 AM
Posted on July 06, 2018 at 14:15
There should be enough pins on the NUCLEO-64 to wire up a socket in 4-bit mode.
Rather than figure with CubeMX you might want to port one of the working examples
STM32Cube_FW_F4_V1.21.0\Projects\STM32446E_EVAL\Applications\FatFs\FatFs_uSD
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
