SDMMC, FATFS AND FREERTOS
I am working on FATFS, SDMMC WITH FREERTOS on NUCLEOH743ZI2. I use STM32CUBEMAX to config the program. however, the program doesn't work properly. sometimes, I can mount sd card properly, but when I try to open file. the program always get failed result (FR_INT_ERR). After I track the program, the error comes function "dir_sdi" when program try to create the file name. and also I try to check "FR_INT_ERR" reason from FATFS, it shows "Work area (file system object, file object or etc...) has been broken by stack overflow or something. This is the reason in most case.". I wonder memory or cache for stack causes the issue with memory alignment. Does anybody know how to fix it?
Thx.
