2018-07-06 04:02 AM
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 reference2018-07-06 05:15 AM
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