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/TM4C129ENCPDT: Increasing speed in USB transmision to get ADC data

Part Number: TM4C129ENCPDT

Tool/software: Code Composer Studio

I am using the DMA ADC to get the data as fastest as possible to the USB buffer, then the data is sended to the PC, The maximun sample rate that I can achieve without cuts of data is 64000 samples per second. I am using an ULPI module (USB3300) in order to achieve "High Speed", but as you can see, 64000 x 12 = 768000 bits per second, Is not even a Mega Bit per second. How can I increase the speed of my sistem?.