STM32l552 : Create a file in USB with FATFS
Hi the community,
I tried to use a STM32L552 to create file in a USB key with FatFS but without success.
I already create and write file in SD card with FatFS but my aim (after a USB key) is to do it on an external hard drive (so througth USB, the capacity storage of SD cards are too small).
Contrary to SD Card, I have to use user-defined and USB Device library.
My problem is that my f_open return me FR_NOT_READY, and it is impossible to found an exemple.
I tried to use this library ->
STM32Cube_FW_L5_V1.3.0\Projects\STM32L562E-DK\Applications\USB_Device\MSC_Standalone\readme.txt but I have the same problem.
Has anyone ever managed to do that?
Thanks!

