<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Max number of application timers</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17825/max-number-of-application-timers</link><description>For my application I need a lot of different timers. I dont use a soft device. Its a nRF52 Chip on board. 
 #define APP_TIMER_OP_QUEUE_SIZE 20 
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_OP_QUEUE_SIZE, false);
 
 What is the maximum size of APP_TIMER_OP_QUEUE_SIZE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 18 Nov 2016 14:40:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17825/max-number-of-application-timers" /><item><title>RE: Max number of application timers</title><link>https://devzone.nordicsemi.com/thread/68687?ContentTypeID=1</link><pubDate>Fri, 18 Nov 2016 14:40:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99fcc5dd-b1ae-46ed-a392-9f45a03f196e</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>