Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
LPC1768,KL25Z
Hi,
I have a strange problem with tickers. I try to run a ticker at a frequency of 20Hz and only sending some small string and a random integer through USB UART. The ticker stops running after some minutes of tickig. This occures on an KL25z.
On LPC1768 I send 1 byte of data via CAN (DLC 1) every 0.05s (20Hz). The data is allways the same (I jsut trigg an event on my piece of HW). And the ticker stops running after some minutes <- this was the very first time, I noticed the issue.
Is there any time limit (how much time does a Ticker run)? Should I try to detach and attach a new instance of ticker? I have to run this ticker for at least 30min at a 20Hz rate and the ticker falling out is quite annoying.
Any help would be very appreciated.
RGDS
1 Answer
10 years ago.
Hi,
there has been similar reports lately, like this one https://developer.mbed.org/questions/5301/TICKER-handbook-example-FAILS-after-appr/. They might answer your question.
Try to use revision 88 if the problem persists.
Regards,
0xc0170