<?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>nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20350/nrf51822---app_timer---getting-compile-errors</link><description>Hello,
I duplicated the project example &amp;quot;nrf51-micro-esb-master&amp;quot; under &amp;quot;proprietary_rf&amp;quot; and got it up and running. I now need to incorporate some timer functionality. 
 I followed this tutorial on the app_timer:
 devzone.nordicsemi.com/.../ 
 However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 20 Mar 2017 08:30:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20350/nrf51822---app_timer---getting-compile-errors" /><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79312?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 08:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31651c26-af96-4b89-aaeb-b7980eaabdd1</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;There is no such example in SDK 11. Did you clone the example from GitHub into SDK 11 folder?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79315?ContentTypeID=1</link><pubDate>Sat, 11 Mar 2017 06:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d59d402d-5bd7-446d-837b-0150db9a80df</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;Kinda hard to know what you are doing wrong.&lt;/p&gt;
&lt;p&gt;Sounds like you added the necessary extra files to the project in Keil.&lt;/p&gt;
&lt;p&gt;Can you try using the latest stable SDK  ( SDK12.2 ) instead of 11.x ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79311?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 15:03:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:233120ac-9550-4f02-a6a5-cde69fce089f</guid><dc:creator>Mahonroy</dc:creator><description>&lt;p&gt;I&amp;#39;m using nRF5_SDK_11.0.0_89a8197. But yes that is the example I am using... only out of the SDK 11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79313?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 08:53:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3f64739-2895-4128-a704-90cc6caf6e0b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Which SDK version are you using? &lt;a href="https://github.com/NordicSemiconductor/nrf51-micro-esb"&gt;Is this the example you are using&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79320?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 05:11:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3dfc22ca-862d-46d4-9aee-e128e71ea2a9</guid><dc:creator>Mahonroy</dc:creator><description>&lt;p&gt;Ah gotcha. I&amp;#39;m using Keil.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79319?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 03:32:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28cf1d45-8fc6-4f27-82f0-2443076ccec4</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;I mean are you using GCC, IAR, or Keil etc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79318?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 03:24:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e8f68e1-c983-4202-a559-6c082b6a6d80</guid><dc:creator>Mahonroy</dc:creator><description>&lt;p&gt;I got a project working successfully by duplicating the &amp;quot;nrf51-micro-esb-master&amp;quot; under &amp;quot;proprietary_rf&amp;quot; if thats what you mean by &amp;quot;build environment&amp;quot; that I am using. All I am trying to do is add functionality to the project so I can get some elapsed time values. All the advice everyone gives online is to do the app_timer tutorial to incorporate this functionality, but this does not seem to work.&lt;/p&gt;
&lt;p&gt;I did add every include path that the tutorial told me to do. I kept getting build errors saying files weren&amp;#39;t found, so each file that was not found I added an include path to that until it finally compiled.... well mostly... now I am stuck with these last error messages that I don&amp;#39;t understand.&lt;/p&gt;
&lt;p&gt;Thanks again for your help.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79317?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 03:12:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31715679-ce75-4d63-977f-eb3bc788f6c6</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;umm&lt;/p&gt;
&lt;p&gt;Now I look at your compile listing, I can see you seem to be compiling those files&lt;/p&gt;
&lt;p&gt;What build environment are you using ?&lt;/p&gt;
&lt;p&gt;Its a long shot, but some features are disabled by default and need to be enabled in sdk_config.h , but I don&amp;#39;t think the APP Timer is one of those.&lt;/p&gt;
&lt;p&gt;Did you add the include path to libraries/timer ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79316?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 02:16:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70b45c58-dd8d-48ed-a769-b5c25e78fa10</guid><dc:creator>Mahonroy</dc:creator><description>&lt;p&gt;I followed the instructions of the tutorial exactly, and that included adding the app_util_platform.c source file. Are there any other files that it didn&amp;#39;t mention that I might need to add?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822 - app_timer - getting compile errors?</title><link>https://devzone.nordicsemi.com/thread/79314?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2017 01:53:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b68af79e-9ab8-4d5d-a598-ec8d10774620</guid><dc:creator>Roger Clark</dc:creator><description>&lt;p&gt;You can&amp;#39;t be compiling all the necessary source files&lt;/p&gt;
&lt;p&gt;Make sure you have&lt;/p&gt;
&lt;p&gt;SDK_V12.2.0\components\libraries\util\app_error.c
and
SDK_V12.2.0\components\libraries\util\app_util_platform.c&lt;/p&gt;
&lt;p&gt;in your project (or Makefile)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>