Loading...
 
Skip to main content

System Workbench for STM32


FatFs Implementation on STM32F0 discovery Board

Hi..Guys,

I am working on FatFs implementation for SD card on STM32F0 discovery Board.

I have ported the fatfs stack and its compiling and running successfully.

I have purchsed Sd card connector which i have attached.And conneted to Discovery board with 6 burg cables.

But my problem is when i call the SD_Init() function to intialize the low level SPI driver it returns SD_DATA_OTHER_ERROR (0xFF) value.

I am using the stm320518_eval_spi_sd.c STM32F0 library file for low level intialization.

Could not understand where is the problem.

Please help me to sort out the issue.

Thanks..