2025-10-10 6:12 AM
Could you provide me a repo link to the SDIO driver so that I can read through it and implement my custom code. I need something generic to FreeRTOS SDK.
Solved! Go to Solution.
2025-10-10 6:59 AM
Hello @Yashraj
Please find the link to the SD driver for the STM32F4 series below:
2025-10-10 6:59 AM
Hello @Yashraj
Please find the link to the SD driver for the STM32F4 series below:
2025-10-14 2:18 AM
Hi Saket!
Thank you!
Could you also share how to build an example with this? I wanted to see the pin configurations required.
Thanking you
Yashraj
2025-10-14 2:21 AM
Hello @Yashraj
On the link below you find the list of examples using SDIO driver:
STM32CubeF4/Projects/STM324x9I_EVAL/Examples/SDIO at master · STMicroelectronics/STM32CubeF4
2025-10-14 2:46 AM - edited 2025-10-14 2:47 AM
Hi Saket,
This does not seem to have any example for FreeRTOS. Is there any example for it? Or is FatFs_uSD_RTOS example using FreeRTOS?
Thanking you
Yashraj
2025-10-14 2:55 AM
2025-10-15 6:27 AM
Okay, thank you!
