Dear Frnds,
I am using Cypress CY7C68013A USB Bulk transfer, where I am unable to copy the contents of the Endpoint buffers to a local array!!!
I have tried many times but still I am not able to copy the contents
How to flush allthe contents of the Enpoint after the data is sent by the host???
xdata volatile BYTE pBuff[64];
for(i=0;i<64;i++) { pBuff[j]=EP1INBUF[i]; j++; }
Rajesh