2017-04-10 01:07 AM
Hello, I am trying to transfer data from BluePill STM32F103C8 to SD card using SPI protocol .Please give me suggestion about that....
2017-04-10 06:56 AM
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\uSDCardAdditionally, 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