<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>Zigbee &amp;amp; Timer</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/87781/zigbee-timer</link><description>zigbee stops working when I use timer 2 for asynchronous UARTE operation. Tell me where to see which stack uses which periphery. Or is it some kind of mistake on my part? With timer 3 all OK. 
 --- 
 
 CONFIG_ZIGBEE =y 
 CONFIG_ZIGBEE_APP_UTILS =y 
 CONFIG_ZIGBEE_ROLE_COORDINATOR</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Wed, 11 May 2022 12:31:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/87781/zigbee-timer" /><item><title>RE: Zigbee &amp; Timer</title><link>https://test-devzone.nordicsemi.com/thread/367402?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 12:31:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f21789e5-3689-4dce-88b0-26409c91d771</guid><dc:creator>user77782</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;TIMER2 is used by the Zigbee stack, so you should use another timer instance. You can see this in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/subsys/zigbee/osif/zb_nrf_timer_counter.c#L16"&gt;zb_nrf_timer_counter.c&amp;nbsp;(found in nrf/subsys/zigbee/osif)&lt;/a&gt;. Also, i&lt;/span&gt;&lt;span&gt;f you look at&amp;nbsp;&lt;/span&gt;&lt;a title="https://developer.nordicsemi.com/nrf_connect_sdk/doc/1.9.1/kconfig/config_zigbee.html#std-kconfig-config_zigbee" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_ZIGBEE.html#std-kconfig-CONFIG_ZIGBEE" rel="noopener noreferrer" target="_blank"&gt;CONFIG_ZIGBEE&lt;/a&gt;&lt;span&gt;&amp;nbsp;you can see that it implies&lt;/span&gt;&lt;span&gt;&amp;nbsp;COUNTER_TIMER2, so enabling Zigbee will enable counter on TIMER2.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>