2017-01-23 04:00 AM
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.)
2017-06-18 10:57 PM
on the same page, could you resolve the problem? the CDC_Receive_FS gets called the number of packets X / 64 .