Need 1008 micro seconds timer sample application in nRF Connect SDK

Hi,

I need a micro second timer to send out our packets at 992Hz which translates to 1008 microseconds.

I found a sample code "ncs\v2.1.0\zephyr\samples\subsys\portability\cmsis_rtos_v1\timer_synchronization". But this sample code has a millisecond timer and I cannot use floating point value for the macro "TIMER_TICKS" in this code.

Please could you help me find a timer sample code in the nRF connect SDK which can use microseconds timer ticks. So that I could transmit my packet in the function call.

Thanks and regards,

Ajit

Parents Reply Children
Related