Skip to main content
jacek2
Visitor II
September 1, 2016
Question

SD card on STM32F103RBT6 (without SDIO)

  • September 1, 2016
  • 1 reply
  • 568 views
Posted on September 01, 2016 at 15:18

Are there any firmware libraries for implementing SD card support and FATFS on STM32F103RBT6 which has no SDIO pins?

Thanks for any guidence :)

#stm32f103rbt6-sd-sdio
This topic has been closed for replies.

1 reply

slimen
Visitor II
September 1, 2016
Posted on September 01, 2016 at 15:35

Hello,

You can have a look to this application within

http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubef1.html

which can help you as an implementation example to achieve you goal:

STM32Cube_FW_F1_V1.4.0\Projects\STM3210C_EVAL\Applications\FatFs\FatFs_uSD

Regards