<?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>UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17162/uart-and-timer-functionality-in-single-makefile-in-eclipse</link><description>I am trying to modify make file of UART with make file of timer to give the functionality of UART and timer. I created the single code in main c file and added necessary source files and include files in make file of UART and also have given necessary</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Oct 2016 12:53:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17162/uart-and-timer-functionality-in-single-makefile-in-eclipse" /><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65930?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 12:53:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9381b743-7fc8-4556-823f-57aba351f394</guid><dc:creator>Swapnil</dc:creator><description>&lt;p&gt;Ok thanks, I used nrf_drv_timer_capture(), to get count of timer&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65927?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 14:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9c0e8697-3123-4839-ac8b-b563210e9e27</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can call &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/group__app__timer.html?cp=4_0_0_6_8_27_15#gae36265bac1480fbb1522f63f70ac369f"&gt;&lt;code&gt;app_timer_cnt_get()&lt;/code&gt;&lt;/a&gt; to get the value of RTC1. &lt;a href="https://devzone.nordicsemi.com/question/15811/how-to-use-timer-to-get-button-pushed-time/?answer=16108#post-id-16108"&gt;Here&lt;/a&gt; is a post with an example. The post is a bit old, but the same principle can be used with the lates SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65926?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 13:44:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b60ccdc3-a787-4957-930a-9f94026517d8</guid><dc:creator>Swapnil</dc:creator><description>&lt;p&gt;How can I use timer to get timestamping ? or there is any other way to get timestamping?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65929?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 12:53:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c6196d5-01d8-4b8d-906e-94edf2dc573c</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Happy to help! Please accept the answer if it solved your problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65928?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 12:29:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec090ab6-cb5c-4d83-a1df-5c23600e6d62</guid><dc:creator>Swapnil</dc:creator><description>&lt;p&gt;yes it works now, thanks for your help :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65931?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 12:13:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ceee1b25-c791-48fb-85cd-f6b79ae029de</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Yes, copy line 19-115 from sdk_config.h in timer example into line 106 of UART example sdk_config.h file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65925?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 12:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:654f5531-33f6-4f2a-98cb-ba949443870d</guid><dc:creator>Swapnil</dc:creator><description>&lt;p&gt;I am trying to merge the UART and TIMER examples. So do I need to copy the sdk_config.h file part from timer to sdk_config.h file of UART ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65924?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 11:59:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6729e6c8-1ac4-46ac-a4e2-711197be115e</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You have to copy the relevant fields from one file to the other. Which examples are you trying to merge?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65923?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 11:47:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1454670e-57b6-4ecc-8a59-1139e8e8f69b</guid><dc:creator>Swapnil</dc:creator><description>&lt;p&gt;How can I add correct config for UART and TIMER in sdk_config.h? I&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART and timer functionality in single makefile in Eclipse</title><link>https://devzone.nordicsemi.com/thread/65922?ContentTypeID=1</link><pubDate>Wed, 19 Oct 2016 10:34:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd493a62-5356-4498-aad5-f987c4f070dc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you using SDK v12.x.0? If so, have you added the correct config for UART and TIMER in the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.0.0/sdk_config.html?cp=4_0_0_1_6"&gt;sdk_config.h&lt;/a&gt; file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>