Hi All,
I am using nRF51822 for my application.
how to change the App timer Interval dynamically means i have to change the timer interval before timeout.
Hi All,
I am using nRF51822 for my application.
how to change the App timer Interval dynamically means i have to change the timer interval before timeout.
My question is I want to reset timer in UART ISR.
It is possible to reset the timer after start the timer for example i started 5 ms timer and when timer count reaches to 4 ms that time i need to do reset the timer with 5 ms count.
You can stop the timer and start a new one, which in practice will be the same as resetting.