Issue with read and write SD Card through SPI /(freertos+fatfs)
I'm facing an issue with reading and writing data on an SD card using SPI and FATFS on an STM32F767ZIT6 microcontroller. When I don't enable FreeRTOS, the SD card operations work fine. However, when I enable FreeRTOS, the SD card operations fail. During code generation, I receive a suggestion

I've referred to the following guide for implementing SD card read and write: https://www.micropeta.com/video29
Can anyone provide guidance on resolving this issue?
