<?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>issuse abuout creating timer with nRF52 SDK_15.3.0 S112</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49365/issuse-abuout-creating-timer-with-nrf52-sdk_15-3-0-s112</link><description>Hi,I had a new project base on nRF52810. I watnted to created a timer, but the note mentioned &amp;quot; increase the value of the macro APP_TIMER_MAX_TIMERS by one &amp;quot;.I couldn&amp;#39;t find the APP_TIMER_MAX_TIMERS. If the APP_TIMER_MAX_TIMERS is necessary, where I can</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jul 2019 09:03:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49365/issuse-abuout-creating-timer-with-nrf52-sdk_15-3-0-s112" /><item><title>RE: issuse abuout creating timer with nRF52 SDK_15.3.0 S112</title><link>https://devzone.nordicsemi.com/thread/196767?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 09:03:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be18f9b3-6d17-47c2-8e76-3edb5453f454</guid><dc:creator>james</dc:creator><description>&lt;p&gt;Thanks Simonr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issuse abuout creating timer with nRF52 SDK_15.3.0 S112</title><link>https://devzone.nordicsemi.com/thread/196729?ContentTypeID=1</link><pubDate>Fri, 05 Jul 2019 08:02:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0eb21ace-ed1c-41f5-b375-9e3daa7dbfc0</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi James&lt;/p&gt;
&lt;p&gt;Sorry about the misunderstanding, APP_TIMER_MAX_TIMERS doesn&amp;#39;t exist anymore. You don&amp;#39;t need to modify any max timer parameter. Just create as many as timers you want using I.E. the example you refer to in your original post, and Bob&amp;#39;s your uncle.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issuse abuout creating timer with nRF52 SDK_15.3.0 S112</title><link>https://devzone.nordicsemi.com/thread/196541?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 12:28:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72efa731-69fd-470b-8acb-567412573995</guid><dc:creator>james</dc:creator><description>&lt;p&gt;Hi Simonr. I found&amp;nbsp;&lt;span&gt;max_timers below.But the&amp;nbsp;&lt;strong&gt;app_timer_rtx.c&lt;/strong&gt; is necessary.I had seen&amp;nbsp;some examples, but&amp;nbsp;both of them hadn&amp;#39;t included this file.I just wanted to know I created 4or5 timers,which&amp;nbsp; paramter I need to modify.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;/**@brief Store an array of timers with configuration. */&lt;br /&gt;typedef struct&lt;br /&gt;{&lt;br /&gt; uint8_t max_timers; /**&amp;lt; The maximum number of timers*/&lt;br /&gt; uint32_t prescaler;&lt;br /&gt; app_timer_info_t * app_timers; /**&amp;lt; Pointer to table of timers*/&lt;br /&gt;}app_timer_control_t;&lt;/p&gt;
&lt;p&gt;app_timer_control_t app_timer_control;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: issuse abuout creating timer with nRF52 SDK_15.3.0 S112</title><link>https://devzone.nordicsemi.com/thread/196498?ContentTypeID=1</link><pubDate>Thu, 04 Jul 2019 10:57:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39268f25-40f9-4c44-9973-bbe7b71c2e11</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi James&lt;/p&gt;
&lt;p&gt;You can find the max_timers; in the app_timer_rtx.c file in this path:&amp;nbsp;&lt;strong&gt;\nRF5_SDK_15.3.0_59ac345\components\libraries\timer\app_timer_rtx.c.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>