ffconf.h is missing in stm32CubeMX generated code. STM32G0B0RE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-07 3: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.
- Labels:
-
FatFS
-
STM32CubeMX
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-09-08 8: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.
