cancel
Showing results for 
Search instead for 
Did you mean: 

stm32f407 USB CDC FS multi-packet transfer

DKola.1
Associate II

how to transmit data buffer without splitting? Im using HAL library and it says its allowed to send multi-packet without splitting, but when i try to send data to PC it splitts into max packet size that is 64 byte size

3 REPLIES 3
Pavel A.
Evangelist III

Only Chuck Norris could do this. But he's retired now...

TDK
Guru

Max packet size for FS is 64 bytes. HAL can send a buffer larger than 64 bytes in one command, but it does so by breaking them up. I don't think it's claiming otherwise.

If you feel a post has answered your question, please click "Accept as Solution".

screenshot from HAL lib user manual (UM1730)0693W000002lUn0QAE.png