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.

Davinci DM644x USB

hi~~

i have a problem about DM644X USB setting ,

I built data transfer interface by Davinci Dm644X USB  like under descripition :

(1) PC ---->USB endpoint4

(2)data packet size = 512Byte,

(3)PC data size > 1MByte , so total packets are PC data size / data packet size(512Byte)

that i can get the "first packet"(512Byte) data from PC,and saved  to DDR2",

but i can't received the second correctly  data packet  from PC,

my F.W setting is showed in folow descreption:

(1)get the first packet (512 byte) and save to DDR2

(2)clear 546h PERI_RXCSR(FIFOFULL)

(3)get the second packet (512 byte) and save to DDR2

how can i get  the continous  2nd . 3rd . 4th packets from PC????