2020-10-29 03:47 PM
I have tried several online tutorials. I succeed with the implementation of the sample code MSC_RTOS included with STM32CubeIDE installation, but when I try to configure the Disco Board on a CubeIDE-TouchGFX integrated project to interact with a USB Memory Stick the MX_USB_HOST_Process procedure is not automatically created in the usb_host.c routine (as with a Cube "alone" project configuration). Even if I "force" the "missing" code in the user sections of main.c, this does not work.
At this point I am attempting just the basic USB device connect - disconnect detection.
I will appreciate any suggestions.
Luis