cancel
Showing results for 
Search instead for 
Did you mean: 

STM+SD card+SPI interface

Dhanashri Pawar
Associate
Posted on April 10, 2017 at 10:07

Hello, I am trying to transfer data from BluePill STM32F103C8 to SD card using SPI protocol .Please give me suggestion about that....

1 REPLY 1
Imen.D
ST Employee
Posted on April 10, 2017 at 15:56

Hi

Pawar.Dhanashri

,

I advise you to have a look to the SD card and SPI examples provided within STM32CubeF1 or STM32F10xxx standard peripheral library (STSW-STM32042) to develop and con

figure your project. The examples are available in thesepath:

  • STM32CubeF1 :STM32Cube_FW_F1_V1.4.0\Projects\STM32F103RB-Nucleo\Examples\SPI

  • SPL STM32F1 :

    STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\SDIO\uSDCard

Additionally, have a look at stm32_eval_spi_sd.c' fileprovided for SPL STM32F1 devices:

STM32F10x_StdPeriph_Lib_V3.5.0\Utilities\STM32_EVAL\Common\stm32_eval_spi_sd.c'

May this help you.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen