Page 1 of 1

Interfacing SD Card module with stm32f103c8t6 in Arduino IDE

Posted: Thu Feb 20, 2020 1:23 pm
by Pickle_Rick
Hello,
I am new to this forum. I want to interface the sd card module with my stm32 blue pill board in Arduino ide. I have this module: Image

Can anyone plzz help me with tHIS, I.E., what are the libraries required, test code, which pin goes where?

Thank You.

Re: Interfacing SD Card module with stm32f103c8t6 in Arduino IDE

Posted: Thu Feb 20, 2020 6:05 pm
by Juraj
this is a SD card adapter with logic level conversion and 5 V powering. but STM32 is 3.3 V and SD card is 3.3 V device.
I don't recommend to use it. wired to 5 V VCC it could output 5 V on MISO and the MISO pin on Blue Pill is not 5 V tolerant

Re: Interfacing SD Card module with stm32f103c8t6 in Arduino IDE

Posted: Mon Jul 06, 2020 11:18 pm
by yacok@yahoo.com
Hello Pickle_Rick
I have the same problem as you. I want to use a sd card with a stm32 but I can't find any example, explanations, libraries, etc. to do that. Did you find any library as you asked in this post? Could you please share with me this info? Thanks a lot for your help. Regards