hello everyone:
how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS's max value
#define APP_TIMER_MAX_TIMERS 13 /**< Maximum number of simultaneously created timers. */
hello everyone:
how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS's max value
#define APP_TIMER_MAX_TIMERS 13 /**< Maximum number of simultaneously created timers. */
Hi,
There is no fixed max limit. You are only limited by the available RAM. So you should be able to create a couple of hundred timers.
both "APP_TIMER_MODE_SINGLE_SHOT" and "APP_TIMER_MODE_REPEATED" will occupy RAM. ok. i see .thank you my friend
both "APP_TIMER_MODE_SINGLE_SHOT" and "APP_TIMER_MODE_REPEATED" will occupy RAM. ok. i see .thank you my friend