Author Topic: STM32F401 SD CARD  (Read 1206 times)

0 Members and 1 Guest are viewing this topic.

Offline alizare368Topic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: de
STM32F401 SD CARD
« on: July 24, 2018, 02:54:21 pm »
hi
I designed a board that includes cs4344 and sd card and mcu stm32f401.to get started with sd card ,I need help.



why the F_mount() dose not execute????

My connection SD card  :   
PC8   :D0
PC9   :D1
PC10 :D2         
PC11 :D3

PC12:ck
PD2:CMD




FATFS FatFs;
FIL fil;
static FRESULT status;

 status=f_mount(&FatFs, "M:", 1);
 

Offline @rt

  • Super Contributor
  • ***
  • Posts: 1059
Re: STM32F401 SD CARD
« Reply #1 on: July 24, 2018, 03:14:30 pm »
There’s no information there that could allow anyone to possibly help you.
Not even the return value for status.
 
The following users thanked this post: hans


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf