<?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>nrfx timer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49524/nrfx-timer</link><description>Hi, 
 I have a problem with timer and nrfx. I use the migration guide: 
 
 So I r emove the old configuration entries related to the nrf_drv_* drivers from my sdk_config.h and I enable *_ENABLED entry for a particular driver in sdk_config.h. But I still</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jul 2019 07:23:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49524/nrfx-timer" /><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197279?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 07:23:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1326877e-604d-4567-bdb8-cfeb16c798e6</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;It compiles out. Thank you!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197277?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 07:18:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aea9bc77-e7d0-45e8-b208-80aae8d75556</guid><dc:creator>niebert</dc:creator><description>&lt;p&gt;if you do not modify it (and you do not modify sdk_config.h), it should compile out of the box. If that is not the case, then there is a problem with your environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197266?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 06:15:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dede8e1-9cd3-433d-b4b5-ffa1d372ead2</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;If i include nrfx_timer.h instead of nrf_drv_timer.h in the file app_simple_timer.c, this file doesn&amp;#39;t compile because it depends of nrf_drv_timer_t. I tried to replace it with nrfx_timer_t but it&amp;#39;s the same problem: unknown type name. I&amp;nbsp;don&amp;#39;t understand why the original example doesn&amp;#39;t work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197254?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 04:45:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7da7fd6-fb2f-4249-8f04-b4978fbdec7f</guid><dc:creator>niebert</dc:creator><description>&lt;p&gt;I am not sure I understand what you are trying to do. The example uses a library component that does use nrf_drv_timer.h, so it would seem normal that it breaks if you do not give it the definitions required for that file.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;./components/libraries/simple_timer/&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If understanding the porting is your aim, you might just want to get rid of that component dependency in your project, copy the files (simple_timer_app.h and simple_timer_app.c) to your project directory and port them NOT to include nrv_drv_timer.h but to include nrfx_timer.h directly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197250?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 03:42:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:30c29ed6-daf4-42aa-aa98-43a81955981f</guid><dc:creator>lydie</dc:creator><description>&lt;p&gt;it doesn&amp;#39;t work, the error is the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfx timer</title><link>https://devzone.nordicsemi.com/thread/197249?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2019 03:33:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8d27238-ae3a-442e-a7b7-be95b39929dc</guid><dc:creator>tomoki_yashiro</dc:creator><description>&lt;p&gt;try to comment out the below line in nrfx_glue.h at SDK_DIR/integration/nrfx.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;lt;legacy/apply_old_config.h&amp;gt;&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>