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.
No actually in UART ISR i am receiving one packet and for checking the end of packet i want a delay of 5 ms. while i am receiving the packet i want to reset the timer count so when there is nothing in the UART ISR that time only i want to start the timer or in other words that timer count will start from 0 to 5ms and in the timer handler i will know that packet is received.
No actually in UART ISR i am receiving one packet and for checking the end of packet i want a delay of 5 ms. while i am receiving the packet i want to reset the timer count so when there is nothing in the UART ISR that time only i want to start the timer or in other words that timer count will start from 0 to 5ms and in the timer handler i will know that packet is received.