Skip to main content
Visitor II
June 2, 2023
Question

Is the stm32 USB stack support Bulk transfer?

  • June 2, 2023
  • 1 reply
  • 1472 views

I want to perform a bulk transfer from the STM32 device to my host device. Is stm32 USB stack support it support.

    This topic has been closed for replies.

    1 reply

    Super User
    June 2, 2023

    You did not tell us which USB stack are you talking about, but probably all USB stacks support Bulk endpoints. They are for example used in the MSC and CDC classes.

    JW