This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

micro second timer handler

Hi,
I am using nRF51822. I need to create a timer interrupt handler, which can trigger at 1us (microsecond). I am using Keil. Now i am using the 1 ms (microsecond) timer interrupt handler. In this case i am using APP_TIMER_TICKS to get the number of ticks. I think the 32Khz crystal is used by the timer. In this case the minimum timer tick period will be approximately 30us. How can i implement a timer handler for 1 microsecond time out. I need both 1ms and i us timer handler in the same project.

Thanks in advance,
Shiju C G

Parents Reply Children
Related