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.

Some problem about USB module

I have a problem about USB module on DM355.

I get some some pen drives and Identify them success.

I write 1MB data to lba 0 but HOST_TXCSR bit 2(ERROR) is always set.

When HOST_TXCSR bit 2(ERROR) was set and interrupt generated, I clear the flags according OUT Data Phase Flow Chart

and try to write data again, but it always fail.

Is there any way to write data success after HOST_TXCSR bit 2(ERROR) was set?