Hi.
I am currently working on a project utilizing the nRF5340 platform and have encountered an issue with the timing precision when using the k_timer_start()
function. I have noticed a deviation of approximately 3%, and I am reaching out to seek assistance in resolving this matter.
In my application, I am utilizing k_timer_start()
to trigger events at intervals of 20 milliseconds. However, during my analysis, I observed that the timing is not consistently accurate, leading to the aforementioned deviation.
Considering the precision requirements of my application, I am interested in exploring alternative high-precision timers available on the nRF5340 platform. Could you kindly provide guidance or recommend any specific timers that offer higher accuracy and stability compared to the standard k_timer_start()
function?