<?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>How to use RTC Clock with Softdevices</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13587/how-to-use-rtc-clock-with-softdevices</link><description>Hi everyone!. I am beginner for Nordic Devices 
 I want to use RTC Clock with softdevices 
 so I loaded the project ble_uart_s130 from examples. 
 and I changed code like below in nrf_drv_config.h in order to use RTC clock 
 /* CLOCK */
#define CLOCK_ENABLED</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 30 Apr 2016 10:52:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13587/how-to-use-rtc-clock-with-softdevices" /><item><title>RE: How to use RTC Clock with Softdevices</title><link>https://devzone.nordicsemi.com/thread/51826?ContentTypeID=1</link><pubDate>Sat, 30 Apr 2016 10:52:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0afab210-0afc-494e-8083-c32c745ea4d4</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;You need to add nrf_drv_clock.c to the project so it gets compiled. And you don&amp;#39;t need to copy the headers to the drive folder either, it should find them if you fix the include paths properly.&lt;/p&gt;
&lt;p&gt;The error message reasonably clearly tells you there&amp;#39;s no definition of those functions, you only have the declaration in the header file. This is just a standard C build issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>