CubeMX USB MSC code generation problem report
hello everyoneI'm working on a USB MSC application. Standalone works fine. When I create code with FreeRtos, the hal_delay () functions are left in the usbh_conf.c file. Replacing the hal_delay codes generated by cubemx with the following codes, ther...