Hi devs,
It is not a real issue it is about a possible misconception about app_timer
For my application, I am using multiples timers using app_timer_create. From my understanding, the app_timer runs over RTC1, and each instance (timers created) depends on RTC1 and RTC1's interruptions.
My question: is there any chance when using multiples timers based on app_time it increases the power consumption?
Regards,
Arepa