cancel
Showing results for 
Search instead for 
Did you mean: 

USB CDC Receiving

slaviuspan
Associate II
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.)

1 REPLY 1
Nicolas Felipe
Associate II
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 .