<?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>Configuration issues with nrfx and SAADC</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33532/configuration-issues-with-nrfx-and-saadc</link><description>As per recommendations with SDK15 I&amp;#39;m using the nrfx drivers for peripherals. When I attempt to compile, the linker fails as it cannot find the function nrfx_saadc_sample_convert() . I have included nrfx_saadc.c in the project, where the missing function</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Apr 2018 13:53:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33532/configuration-issues-with-nrfx-and-saadc" /><item><title>RE: Configuration issues with nrfx and SAADC</title><link>https://devzone.nordicsemi.com/thread/128836?ContentTypeID=1</link><pubDate>Wed, 18 Apr 2018 13:53:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dde0bc8b-eac0-4e70-b74c-9246cf6ce304</guid><dc:creator>meshs</dc:creator><description>&lt;p&gt;Workaround:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;e&amp;gt; SAADC_ENABLED - nrf_drv_saadc - SAADC peripheral driver - legacy layer
//==========================================================
#ifndef SAADC_ENABLED
#define SAADC_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>