1
NXPTM LPC2XXX and LPC17XX / Re: Receiving UDP packets at a rate of 10ms
« on: November 06, 2014, 03:27:30 PM »
Hi Mark,
thanks to your explanation I could solve the problem.
The reason was that I use µTasker in a bit a different way. I manually activate a task and than call uTaskerSchedule() at a time when it cannot interfere with the sampling process for instance.
Now I call uTaskerSchedule() in the mainloop exactly when I need the data and the listener callback function provides the most recent results.
ETHERNET_RELEASE_AFTER_EVERY_FRAME and ETHERNET_RELEASE_LIMIT do not exist in my version of µTasker.
Thank you very much for your immediate response. That was very helpful!
Kind regards,
Martin
thanks to your explanation I could solve the problem.
The reason was that I use µTasker in a bit a different way. I manually activate a task and than call uTaskerSchedule() at a time when it cannot interfere with the sampling process for instance.
Now I call uTaskerSchedule() in the mainloop exactly when I need the data and the listener callback function provides the most recent results.
ETHERNET_RELEASE_AFTER_EVERY_FRAME and ETHERNET_RELEASE_LIMIT do not exist in my version of µTasker.
Thank you very much for your immediate response. That was very helpful!
Kind regards,
Martin