2021-11-14 07:54 AM
Hello, I've a STM32 NUCLEO board (STM32F446RETx) with an SD card board connected to it.
Im using:
SDIO peripheral has been configured properly (DMA for both RX and TX).
I'm executing the following code:
When executed, this code works well and generate both the directory and the file on the SD card as long as FreeRTOS is disable.
If FreeRTOS is enabled " if(f_mount(&fileSystem, "/", 1) == FR_OK)" always fails.
Any known reason for this ? Is there anything that must be done (FreRTOS or FATFS configuration) to make these two modules coexisting ?
Thanks, Joel
Solved! Go to Solution.
2021-11-15 05:55 AM
2021-11-15 05:55 AM
Sorry false alarm... it was just a stack size problem.
Joel
2021-12-04 09:14 PM
Hi, I have the same problem on an STM32 F446VET, what was your solution? My minimum Stack size is 1000.