<?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>High ADC sampling NRF51 Development kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14122/high-adc-sampling-nrf51-development-kit</link><description>Hi, 
 I have an NRF 51 DK and vs. 11 of the SDK and just recently learned how to write some basic code and now I am trying to learn how to use ADC on NRF51. I am trying to sample signals at a frequency of at least 1kHz (1ms). I am trying to use the NRF_DRV_ADC_DEFAULT_CONFIG</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 May 2016 17:06:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14122/high-adc-sampling-nrf51-development-kit" /><item><title>RE: High ADC sampling NRF51 Development kit</title><link>https://devzone.nordicsemi.com/thread/53968?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 17:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75bf9b13-49a0-41d1-b752-26ac60c388a4</guid><dc:creator>Sri_guy</dc:creator><description>&lt;p&gt;Awesome!, I didn&amp;#39;t realize you had to go into the header file itself and change the ADC_ENABLED 0 to ADC_ENABLED 1.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: High ADC sampling NRF51 Development kit</title><link>https://devzone.nordicsemi.com/thread/53967?ContentTypeID=1</link><pubDate>Fri, 27 May 2016 09:28:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9034a44d-189a-4253-beb7-4da1ccd02dac</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;ADC_CONFIG_IRQ_PRIORTY&lt;/code&gt; is defined in &lt;code&gt;nrf_drv_config.h&lt;/code&gt;, which is normally placed under &lt;code&gt;your_project\config&lt;/code&gt;. You can just copy the one from the ADC example. If &lt;code&gt;ADC_ENABLE&lt;/code&gt; is defined as 1, &lt;code&gt;ADC_CONFIG_IRQ_PRIORITY&lt;/code&gt; will be defined.&lt;/p&gt;
&lt;p&gt;About the -&amp;gt; symbol, it is the normal syntax for accessing variables in a structure via a pointer, see for example &lt;a href="http://www.programiz.com/c-programming/c-structures-pointers"&gt;this&lt;/a&gt; tutorial on structures and pointers.&lt;/p&gt;
&lt;p&gt;Ole&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>