I am doing the usb on dm6437, and have downloaded the the pspdriver's example of tusb6020, but it can not work, the USB disk has no response after I plugin. And when I called the read or write procedure, it will be halted here as follows in the function OTGC_FsDeviceRead of the file otg_hfi.c
/* TODO: a sector is FS_SEC_SIZE */
eStatus = pDevice->pfReadDevice(pDevice->pPrivateData, dwSector, 0,
dwNumSectors, (Uint8*)pBuffer, OTGC_FsTransferComplete, FALSE);
It's seem that the example is not same with the one refered by the document slau242a.pdf. So how can I get the example refered in slau242a.pdf, and where I can get more information about tusb6020. With the tusb6020.pdf I can not debug the example. There are not registers nformation in it.