This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

max frame size USB BULK transmision/increase speed

Hello,

I need to transfer a lot of data over USB. I configured the USB as a USB_CDC_ACM on the nrf52840.

Everything works but the problem that i'm running into is that I can't get the speed over 2.5 Mbits/second.

If I analyse the USB i can see that the frame package is 4096bytes. I'm trying to increase this value to get rid of all the overhead. I hope to increase the speed this way. But I can't find anywhere where to define it.

Is this a possible/ a correct way or is there maybe an other way to increase the speed?

Related