FatFs F_Open Fails when Long File Name is enabled
Setup:STM32H743FreeRTOSFatFs8G SD card on SDMCC1 (FAT32 formatted)Hi,I have a problem with f_open which does not work when Long File Name is enabled (_USE_LFN = 2).f_open(&MyFile, "TEST.TXT", FA_CREATE_ALWAYS | FA_WRITE) == FR_OK) returns FR_INT_ERR....