Using FatFS with freeRTOS
Can you recommend me any link showing how to configure it in CubeMX and what I have to do to write and read the SD card.
I have checked this https://controllerstech.com/interface-sd-card-with-sdio-in-stm32/ and it's working but no with freeRTOS. Not only when I move the code to taksa, but also if I leave it before starting tasks. It is enough to generate a code for freertos. I have also tried this https://www.programmersought.com/article/85814787223/ and this time it's mounting outside the task, but inside it's hanging out. And akso a lot of others site.