µTasker Forum

µTasker Forum => NXPTM LPC2XXX and LPC17XX => Topic started by: Manish on August 24, 2012, 12:03:59 PM

Title: New Task adding Error in USB MassstorageMa
Post by: Manish on August 24, 2012, 12:03:59 PM
Hi Mark,  
     After getting your  USB masstorage source code , while we add a new task in Taskconfig.h,  program does not start and same a when remove those added task then again USB massstorage code run again. so can you please check it. We use LPC23xx LPC2388 v1.4 with MCI sdcard.

Thanks
Manish DAbhi
Title: Re: New Task adding Error in USB MassstorageMa
Post by: mark on August 26, 2012, 09:16:06 PM
Hi

Have you tried the latest project version with USB_INTERFACE enabled?

When adding new code to general projects make sure that there is enough heap available for the USB interface since a uMalloc() failure would mean that the code can not run.

Regards

Mark