This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

App timer interval

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.

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related