Hi PRAMOD:
I assume you are using usb full speed mode, you can try the following steps
1.- Open the USB libraries project, located on the following path: \...\Freescale MQX 4.0\usb\host\build\cw10\
2.- On this project, search the file “khci.c“ file, in line 964: _mqx_int delay_const = 10;
3.- Change to _mqx_int delay_const = 1;
4.-Search now the file “host_cnfg.h“, and go to line 89: #define USBCFG_DEFAULT_MAX_NAK_COUNT (15)
5.-Change to #define USBCFG_DEFAULT_MAX_NAK_COUNT (150)
6.- Recompile the USB libraries, and then, the BSP and the PSP
Hope it helps
Have a great day,
Daniel
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------