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?