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

problem in timer

hi... 

i want to check my data for every minute , so i set the timer for one minute.

but its not working ....... how to do?

i have set the timer like below

i am finding difficult pls guide me

static void function1(void)
{
    //Start  timer if called
    app_timer_start(m_timer_id,60000, APP_TIMER_PRESCALER);
}

Related