I have created file timer_init.h / c. I make the timer settings in this file and include it in main.c.
I create the timers in the timers_init () function. However, the 2 timers I show below do not stop when I call app_timer_stop ().
But if I define these timers in main.c, it works fine. What could be the problem?