2020-11-21 02:10 PM
I have a USB MSC device project from CubeMX working with STM32L452 and I need to integrate that with FreeRTOS so that the device and the USB MSC are both able to access the storage,
What is the best place to "split" the USB MSC driver stack in order to have FreeRTOS manage access to the storage?
2024-09-10 01:18 AM
Did you solve it? I have the same problem.