<?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>nrf Timer with Zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63041/nrf-timer-with-zephyr</link><description>Hello, i have configured the Timer1 as follows 
 ISR_DIRECT_DECLARE(timer_handler){ 
 if (NRF_TIMER1-&amp;gt;EVENTS_COMPARE[0]){ NRF_TIMER1-&amp;gt;EVENTS_COMPARE[0] = 0; 
 gpio_pin_toggle(dev_GPIO1, DT_GPIO_LEDS_LED1_GREEN_GPIOS_PIN); } 
 
 ISR_DIRECT_PM(); return</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jun 2020 07:59:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63041/nrf-timer-with-zephyr" /><item><title>RE: nrf Timer with Zephyr</title><link>https://devzone.nordicsemi.com/thread/257283?ContentTypeID=1</link><pubDate>Mon, 29 Jun 2020 07:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e560768-3afa-45cb-b1b0-43fe7427b023</guid><dc:creator>haipas</dc:creator><description>&lt;p&gt;after some research the problem was at another place -&amp;gt; timer works as it should as described above.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>