Content originally posted in LPCWare by Andrea Colombo on Fri Mar 23 09:22:56 MST 2012
Hello, I'm trying to use the MassStorage device example of nxpUSBlib with an operating system putting te following functions
MS_Device_USBTask(&Disk_MS_Interface);
USB_USBTask();
in a task and calling them cyclically from 10 to 100ms. The presence of this delay produce problems with the possibilities to be connected with a PC (delays and complete connection failures). In particular windows XP seems much more critical than windows seven.
Someone has some suggestion to modify the project to use it with operating systems?
Regards
Andrea