Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit register.
Is there other proper way to get longer timer?
Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit register.
Is there other proper way to get longer timer?
Hi,
you can change APP_TIMER_CONFIG_RTC_FREQUENCY in sdk_config.h (for example, value 31 gives you 1024 ticks/sec and maximum time about 4.5 hours).
OK, I will test this setting.
But, is there any possibilty to impact on the other functionalities?
Currently I am using Mesh SDK 4.0.0 for developing.
OK, I will test this setting.
But, is there any possibilty to impact on the other functionalities?
Currently I am using Mesh SDK 4.0.0 for developing.