2017-08-11 09:39 AM
Hi Everyone, recently I am trying uSdCard FATFS library configured and generated from cubemx tool(v4.22.0),
Only when I enable _USE_LFN parameter which is for long file name support I received compilation errors,
Below is the Error I received during compilation.
Error: L6218E: Undefined symbol ff_convert (referred from ff.o).
How could I resolve it ? and hope ST Cube MX developer will realize this and fix it too.
Thank You
Best Regards,
Manojkumar
#sdcard #cubemx-4.22 #stm32f7 #sdmmc #fatfs #stm322017-08-11 10:39 AM
the file ccsbcs.c is missing. Click here for more details:
https://community.st.com/0D50X00009XkecDSAR
Best regards,
Markus.
2017-08-11 12:30 PM
>>
How could I resolve it ?
Download the complete FatFs release that matches the one you're using, and pull the files?
2017-09-19 05:09 AM
Hello,
Please update the CubeMx version and use 4.22.1 which fix this issue about missing files.
Kind Regards
Imen