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

Questions about APP_TIMER of nrf52832_SDK_15.3.0?

Hi,

#define TIMEOUT_INTERVAL               2000            // Two second.

     Sometimes starting app_timer_start(motTimeout_trigger_time_id, APP_TIMER_TICKS(TIMEOUT_INTERVAL), NULL), the interrupt is executed immediately, 

and it does not take two seconds.How to solve this problem?

Parents Reply Children
Related