<?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>which pin can be configured to analog input?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12396/which-pin-can-be-configured-to-analog-input</link><description>HI,EVERYONE, 
 in the document &amp;#39;nRF51422_PS_v3.0.pdf&amp;#39; ,Page 167, there is such statement 
 &amp;#39;The selected analog pin will be acquired by the ADC when it is enabled through the
ENABLE register, see GPIO chapter for more information on how analog pins</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Mar 2016 10:38:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12396/which-pin-can-be-configured-to-analog-input" /><item><title>RE: which pin can be configured to analog input?</title><link>https://devzone.nordicsemi.com/thread/46872?ContentTypeID=1</link><pubDate>Tue, 08 Mar 2016 10:38:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4508ac8-1aa9-4793-a98f-26c4b37ccca7</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Which pin is used is set in the PSEL field in the ADC config register. With the SDK driver this is done with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_adc_input_select(..)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;AIN0 to AIN7 can be used which corresponds to NRF_ADC_CONFIG_INPUT_0 to NRF_ADC_CONFIG_INPUT_7 in the SDK. Which pin numbers that corresponds to AIN0 to AIN7 can be seen in &amp;quot;pin assignments&amp;quot; chapter (2.2) in the Product Specification.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>