<?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>Timer0, Timer2 value = ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71349/timer0-timer2-value</link><description>Dear Members, 
 NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3); NRF_LIBUARTE_ASYNC_DEFINE(libuarte1, 1, 2, 2, NRF_LIBUARTE_PERIPHERAL_NOT_USED, 255, 3); 
 as define on NRF_LIBUARTE_ASYNC_DEFINE(_name, _uarte_idx</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Feb 2021 17:18:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71349/timer0-timer2-value" /><item><title>RE: Timer0, Timer2 value = ?</title><link>https://devzone.nordicsemi.com/thread/293174?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 17:18:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:612dfd06-986f-4393-b88d-5adc53b1b661</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not see any reason this should be related to which timer you use. The instances are in principle identical. It sounds more like there may be an issue with perhaps a buffer being full or similar. I cannot say more though as I do not know anything about your code (&lt;span&gt;GPS_CallBack() is not a function in the SDK so I do not know what you do there).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer0, Timer2 value = ?</title><link>https://devzone.nordicsemi.com/thread/293132?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 14:23:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0cfded9-3c00-482f-855b-df8e5589c84c</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;Thanks for the reply Einar,&lt;/p&gt;
&lt;p&gt;Will the timer effect &amp;quot;Event handler&amp;quot; of my UART ?&lt;/p&gt;
&lt;p&gt;When I use callback function, the message from UART1 is cut .&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;case NRF_LIBUARTE_ASYNC_EVT_RX_DATA:&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; //nrf_libuarte_async_tx(&amp;amp;libuarte, p_evt-&amp;gt;data.rxtx.p_data, p_evt-&amp;gt;data.rxtx.length);--&amp;gt; with this function --&amp;gt; the messages are good&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; GPS_CallBack(); ---&amp;gt; with this function, a lot of messages in buffer are gone&lt;/p&gt;
&lt;p&gt;is it because of the timer ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer0, Timer2 value = ?</title><link>https://devzone.nordicsemi.com/thread/293089?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 13:03:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bf3fb30-ce69-43a9-88ee-4ea5a1d94ea1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The libuarte driver uses&amp;nbsp;NRFX_TIMER_DEFAULT_CONFIG for configuring the timer, and the prescaler is configured based on&amp;nbsp;NRFX_TIMER_DEFAULT_CONFIG_FREQUENCY. So whatever is configured in sdk_config.h will be used. Note that you should also&amp;nbsp; change&amp;nbsp;TIMER_DEFAULT_CONFIG_FREQUENCY in your sdk_config.h as that overwrites whatever&amp;nbsp;NRFX_TIMER_DEFAULT_CONFIG_FREQUENCY is set to.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Timer0, Timer2 value = ?</title><link>https://devzone.nordicsemi.com/thread/293075?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 11:49:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22e117a7-99bd-448d-8657-c4ccec150407</guid><dc:creator>RixtronixLAB</dc:creator><description>&lt;p&gt;where can I modify the timer value / prescaler ? thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>