What is best to use for consistent 100ms calls?
I heard OSAL timer can be not very consistent from some posts on here, so I am wondering what can I use.
I am trying to read received data from Nordic transceiver every 100ms.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What is best to use for consistent 100ms calls?
I heard OSAL timer can be not very consistent from some posts on here, so I am wondering what can I use.
I am trying to read received data from Nordic transceiver every 100ms.
Use the osal_start_reload_timer() API and you should achieve consistent intervals for a 100-msec interval.