Question
FatFs in LFN Mode: I get always FR_NOT_ENOUGH_CORE on f_open()
Hi
I've configured FatFs for SD 4Bit Bus and using FreeRTOS. I've set USE_LFN = 3 (dynamic working buffer on the HEAP)
When I call f_open() it always returns FR_NOT_ENOUGH_CORE.
The SD card calls are made in a seperate Task.
When USE_LFN = 0 then all works well.
Did I forget to set something?
Regards
Dejan