Skip to main content
slaviuspan
Associate
January 23, 2017
Question

USB CDC Receiving

  • January 23, 2017
  • 1 reply
  • 609 views
Posted on January 23, 2017 at 13:00

Hello.

I transmit from PC to STM32F4 big packets through USB CDC FS. There aare more than 64 bytes. In this case funtion CDC_Receive_FS () is called more than one time. I want to know, can I know if the receiving frame is a single message or part of big packet, can I know the size of such big packet? (Maybe there is some flag or smth else.)

    This topic has been closed for replies.

    1 reply

    Nicolas Felipe
    Associate II
    June 19, 2017
    Posted on June 19, 2017 at 07:57

    on the same page, could you resolve the problem? the CDC_Receive_FS gets called the number of packets X / 64 .