Hello to one and all! I am making a USB Host using LPC2468... I a using Hostlite for LPC24xx by NXP..In my application, I first read contents of a file MSREAD.TXT, display its contents on 16X2 LCD Display..Then I write some data in a file MSWRITE.TXT...It works fine till this.. After one cycle is over, in the next consecutive cycle, when I again read the same file, also same contents,call Hostlite, But it goes in it, displays "Reading...." as log message but does not come out of that.... the application does not further progresses on its own as it happens in first cycle... File written has a size of 168 bytes, the contents are also stored in FATBuffer(area defined by Hostlite)....Please suggest me the probable problem and the remedy... Regards, Rahul.
Hi! I solved that problem.... So don't waste your efforts....BTW, thi splatform is really a boon for veginners like me....