Hi,
I am using App Timer for measuring time and at the same time while loop to check if the timer reached particular time.
I have noticed during while loop App Timer event doesn't seems to work. Is this correct?
Regards Siva
Hi,
I am using App Timer for measuring time and at the same time while loop to check if the timer reached particular time.
I have noticed during while loop App Timer event doesn't seems to work. Is this correct?
Regards Siva
In what interrupt priority do you check the timer value in a loop? If it is running in the same or higher priority than the application timer, your timeout event handler will never be called as it must wait for the other (same or higher priority) interrupt handler / event handler to finish first.
I found how to set IRQ priorities for Protocols now.
I found how to set IRQ priorities for Protocols now.