cancel
Showing results for 
Search instead for 
Did you mean: 

FATFS +SDIO and Free RTOS / FR NOT READY issue

Abin
Associate III

Hai all,

I am using ST Discovery Board (STM32f407) for SDIO based SD card interfacing and using Free RTOS.

Here I already verified that SDIO with FatFs functions are working without Free RTOS.

But whenever we enable free RTOS, that moment onwards FatFs getting hanged.Cannot able to open file or even not able to access the SD card properties.

Here Stack is 128 and Heap is 26000.HCLK is 168 MHz.

Please help me to solve this iussue.

2 REPLIES 2
SofLit
ST Employee

Hello,

Related threads:

https://community.st.com/t5/mems-sensors/how-can-i-write-and-read-on-sd-using-freertos-e-fatfs/td-p/143664

https://community.st.com/t5/stm32cubemx-mcus/using-fatfs-with-freertos/td-p/211020

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
Abin
Associate III

I have referred the link.But here while going to access files using FatFs, the problem is arising. Have you checked that SDIO+FatFs and Free RTOS will work smoothly?

Here DMA is not a solution for that.It is not woking.

Can anybody help me?