2018-12-21 06:42 AM
Hi,
I generated a project for STM32F429 in CubeMX 4.27.0 using USB_OTG_FS and USB_OTG_HS (internal) as Mass Storage Host Class. But in the generated project, USB_OTG_HS does not work in (FS) mode. While searching for the error, I noticed that in the ffconf.h file, the hUSB_Host tag is assigned only to hUsbHostFS. In the projects generated in CubeMX 5.0, this is the same.
How to fix the error? I need to work with both USB_OTG_HS and USB_OTG_FS simultaneously.
Thank you in advance.