Skip to main content
Visitor II
November 21, 2020
Question

How to integrate FreeRTOS and USB MSC device

  • November 21, 2020
  • 1 reply
  • 767 views

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?

    This topic has been closed for replies.

    1 reply

    Visitor II
    September 10, 2024

    Did you solve it? I have the same problem.