<?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>problem including the adc driver</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28645/problem-including-the-adc-driver</link><description>I am having an issue including the adc drivers. I have added the path to both the nrf_drv_adc.h file and the nrf_adc.h file to the include path. I have also added both of these .c files to the nRF_Drivers folder in the project structure. 
 The compiler</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 19 Dec 2017 17:23:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28645/problem-including-the-adc-driver" /><item><title>RE: problem including the adc driver</title><link>https://devzone.nordicsemi.com/thread/113556?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 17:23:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95abaaab-8334-4278-a680-be5ef8b60fb5</guid><dc:creator>Cole</dc:creator><description>&lt;p&gt;thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem including the adc driver</title><link>https://devzone.nordicsemi.com/thread/113557?ContentTypeID=1</link><pubDate>Tue, 19 Dec 2017 11:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80699da1-3128-454c-98ac-18c17638d586</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As @matthewlai said, you need to use driver named &lt;em&gt;nrf_drv_saadc&lt;/em&gt; for nRF52832 IC, &lt;em&gt;nrf_drv_adc&lt;/em&gt; is for nRF51x22 IC.&lt;/p&gt;
&lt;p&gt;You might also have to enable the SAADC in &lt;em&gt;nrf_drv_config.h&lt;/em&gt; file:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define SAADC_ENABLED 1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: problem including the adc driver</title><link>https://devzone.nordicsemi.com/thread/113555?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2017 16:41:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aad60d96-ecca-4645-856a-110bb709f846</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;Better use saadc instead?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>