cancel
Showing results for 
Search instead for 
Did you mean: 

Good afternoon everyone. Does anyone knows if the SD Card works on STM32F103ZET6 in 4-bit mode.

David Soares
Associate II
 
3 REPLIES 3

Yes, the SDIO peripheral/card can be negotiated up to 4-bit operation. Had this work on a couple of the F1 boards

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
David Soares
Associate II

Do you know where I can find and example of this application or a step-by-step tutorial?

SPL

STM3210E-EVAL_FW_V2.1.0\Project\STM3210E-EVAL

STM3210E-EVAL_FW_V2.1.0\Utilities\STM32_EVAL\STM3210E_EVAL\stm3210e_eval_sdio_sd.c

HAL

STM32Cube_FW_F1_V1.8.3\Projects\STM3210E_EVAL\Applications\FatFs\FatFs_uSD\Src

STM32Cube_FW_F1_V1.8.3\Drivers\BSP\STM3210E_EVAL\stm3210e_eval_sd.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..