This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC1768 USB HOST LITE File Open problem

Hi........ I m using LPC1768 controller. I used USB HOSTLite code supplied by NXP. The code fine for some pen drive(FAT 16) but the same code will not work for other pen drive(which is also FAT 16). After initialization it goes to open MSREAD file in read mode, but if fails to open the file("Could not open file %s\n", FILENAME_R).

while checking entry type in function called FAT_ChkEntType it always switch to LAST_ENTRY and fail to open the file.

so please anyone tell me the problem.............

0