Content originally posted in LPCWare by elmira.n.f on Fri Jul 25 22:25:25 MST 2014
Hi
I try to use USBHostLite for communicate flash with lpc1754, but unfortunately I'm not successful!
when I debug this project, I saw infinite loop:
while (!HOST_RhscIntr);
this while called in Host_EnumDev() function after Host_Init().
Have you any idea why this infinite loop occurs?