This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28379S: USB transfer data

Part Number: TMS320F28379S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi ti experts,

i have some questions need to ask help from you when i am using USB in TMS320F28379S mcu.

i want to use USB to transfer control data results to PC and the data length is very large, about 10k 16-bit words. 

i used CAN bus before but its speed is very slow and takes about ~10 seconds to complete all data transfer.

as you know, USB speed is more faster than CAN. which can reach to 12M bps. so i plan to use USB.

however, i am a new user to use development. 

i have looked at usb user manual and ti example code from controlsuit. Now i can run the demo "usb_dev_bulk" successfully communicating with PC. but the data length is limited to 255 bytes under the bulk mode.

my question is: what mode should be taken for my application described in upper? is there any related example code for my reference? thanks a lot.

Feng