cancel
Showing results for 
Search instead for 
Did you mean: 

SD card on STM32F103RBT6 (without SDIO)

jacek2
Associate
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
1 REPLY 1
slimen
Senior
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