<?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>how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20759/how-many-timers-can-i-open-in-nrf51822-qfaa-with-sdk9-0</link><description>hello everyone： 
 how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS&amp;#39;s max value 
 #define APP_TIMER_MAX_TIMERS 13 /**&amp;lt; Maximum number of simultaneously created timers. */</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 24 Mar 2017 10:39:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20759/how-many-timers-can-i-open-in-nrf51822-qfaa-with-sdk9-0" /><item><title>RE: how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/thread/81041?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 10:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef18cb73-9e47-4d9c-8a6e-454426c158ce</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;both &amp;quot;APP_TIMER_MODE_SINGLE_SHOT&amp;quot;  and  &amp;quot;APP_TIMER_MODE_REPEATED&amp;quot; will occupy RAM.
ok. i see .thank you my friend&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/thread/81040?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 10:36:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f7bbfd7-cd5c-4841-bcf1-df041508e2d4</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Yes, it will occupy RAM. When the app timer is declared, ~4 bytes of RAM is reserved for the timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/thread/81039?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 10:32:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c2d31a3-8c3b-4407-bcf0-2f3d2406226b</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;uint32_t app_timer_create(app_timer_id_t *            p_timer_id,
app_timer_mode_t            mode,
app_timer_timeout_handler_t timeout_handler)&lt;/p&gt;
&lt;p&gt;we use the function to init timers.it can set
&amp;quot;APP_TIMER_MODE_SINGLE_SHOT&amp;quot; or &amp;quot;APP_TIMER_MODE_REPEATED&amp;quot;&lt;/p&gt;
&lt;p&gt;you say that only limited by the available RAM..i want to know if i set it to APP_TIMER_MODE_SINGLE_SHOT,when i not use or use use up it , it will also occupy the RAM??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/thread/81038?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 10:27:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c16a66de-4515-469d-a39b-1aad95923325</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;ok，i see .thank you very much&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how many timers can i open in nrf51822(QFAA) with SDK9.0?</title><link>https://devzone.nordicsemi.com/thread/81037?ContentTypeID=1</link><pubDate>Fri, 24 Mar 2017 08:36:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30e7a891-5eef-41b5-a2ae-bb79811c2b1c</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>