2023-03-07 12:50 AM
Hi Team,
there is requirement that my board has to receive 256 bytes of data. but according to USB spec there is limit of 64 bytes, I am looking for solution/example how to handle more than 64 bytes through USB.
2023-03-07 03:21 AM
I guess it would be possible to write some code that can receive 4 packets with 64 bytes each.
;)
2023-03-07 06:37 AM
Also 2,3 ... 5,6,7 packets and so on.
2023-03-07 06:43 AM
"receive 256 bytes of data. but according to USB spec there is limit of 64 bytes,"
1) make your own USB standard. Just name it different ;)
2) receive 4 times 64 bytes.
second method is easier for sure.