is there a STM32(F7) usbd_core.c and FreeRTOS implementation or example anywhere?
I have a fairly large project and I am almost ready to begin beta testing but I have one problem left. The USB device code is still running in the IDLE thread. I haven't been able to find a version of usbd_core.c that has RTOS implemented like usbh_c...