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.............