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.
11 years ago.
Can a ticker call a function at a constantly varying time?
Hi
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi
You probably need to detach the ticker before selecting a new sample rate:
Are you sure that the 128 samples have not yet been collected before you attempt to select a new rate. In that case it would never get selected because the while loop has finished.
posted by Wim Huiskamp 15 Nov 2013Hi Wim
I have tried changing the size of the array and the length of time the sample function is being called which updates my ticker with a new time value but I cant seem to figure it out, have you any ideas as to why this is not working??
Thanks
posted by Alan Carson 18 Nov 2013I have used a ticker with a varying time with no problems, what you may need to look at is the rate value, to be sure it can be achieved.
posted by David Fletcher 09 Feb 2014