Skip to main content
Abin
Associate III
November 8, 2024
Question

FATFS +SDIO and Free RTOS / FR NOT READY issue

  • November 8, 2024
  • 1 reply
  • 813 views

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.

    1 reply

    mƎALLEm
    Technical Moderator
    November 8, 2024
    "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
    AbinAuthor
    Associate III
    November 9, 2024

    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?