USB Bulk out packet size problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Bulk out packet size problem

Jump to solution
1,048 Views
eric_yp_chen
Contributor I

Hi 

I'm using rt1050 usb_device_cdc_vcom demo and trying to modify HS_CDC_VCOM_BULK_OUT_PACKET_SIZE from

64 to 2048 or larger.

It work's fine when the value is set to 1024.

After change it to 2048 , it sucked while transmit data out.

Is there any limitation ?

Labels (1)
0 Kudos
1 Solution
932 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello Eric,

If you check the Table 42-58 in the reference manual you will see that the maximum packet size the endpoint is capable to receive is 1024, if you want to receive transmission greater than this value I will suggest to partition the package.pastedImage_1.png

I hope this helps you.

Best Regards,

Alexis Andalon

View solution in original post

1 Reply
933 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hello Eric,

If you check the Table 42-58 in the reference manual you will see that the maximum packet size the endpoint is capable to receive is 1024, if you want to receive transmission greater than this value I will suggest to partition the package.pastedImage_1.png

I hope this helps you.

Best Regards,

Alexis Andalon