2021-09-07 03:54 AM
I created new project using CubeMX and selected USB Host and FATFS. but ffconf.h is missing in the project it is giving error.
I treid to copy from STM32F769 example project but function is missing.
retFATFS = FATFS_LinkDriver(&FATFS_Driver, FATFSPath); in fatfs.c
this also missing - app_fatfs.h
Solved! Go to Solution.
2021-09-08 01:49 AM
Hello @HPATH.1 ,
Thank you for your post,
I cannot reproduce the issue using the latest release, could you please switch to the 6.3.0 version?
If you still face a problem, please share your ioc file to check it :)
Thanks, Khouloud
2021-09-08 01:49 AM
Hello @HPATH.1 ,
Thank you for your post,
I cannot reproduce the issue using the latest release, could you please switch to the 6.3.0 version?
If you still face a problem, please share your ioc file to check it :)
Thanks, Khouloud
2021-09-08 08:40 PM
Thank you @Khouloud ZEMMELI It worked. new FATFS directory added to the project. :)
After compiling I got the error "could not find hUSB_Host" in usbh_diskio.c
added #define hUSB_Host hUsbHostFS in usbh_diskio.c that cleared error.