Hello,
I was thinking of putting the USBTasks() inside a timer interrupt.
But i was wondering, if for some reason i am accepting data and the interrupt occurs, will this affect the data i am receiving? _________________ "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
Albert Einstein
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
Posted: Mon Mar 02, 2009 6:34 am
From what I saw when implementing the CCS C USB driver, USBTask() is surely not intended to be operated inside a timer interrupt function and most likely won't ever work in this mode. But you may want to try yourself.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum