2022-02-13 09:48 AM
2022-02-13 08:14 PM
The 64-byte data packet size is a limitation of the USB FS protocol and can't be changed. You can create a buffer and add bytes as they come in, but they need to be received 64 bytes at a time or less.
USB HS has a 512-byte data packet size limit.
Not sure about the 2kB limit. The RM says it has a 1.25kB hardware FIFO.
2022-02-14 03:58 AM
Thank you for your rapid answer.
Best regards.
Ilson
2022-02-14 05:31 AM
You'll need to create your own larger buffers behind the hardware provided ones. If you generate data faster than you can offload it you'll need to throttle the generation to allow the transfer to catch up.
2022-02-14 07:00 AM
Thank you for your attention. This is a thing that I didn't know how to do. C'est la vie !!!
Mais , Je remercie beaucoup pour votre aide.