<?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>nrf52832 saadc bit resolution change</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46605/nrf52832-saadc-bit-resolution-change</link><description>now i work with nrf52832 saadc sample program. i have to change saadc resolution into 14bit. what changes i need to do?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Apr 2019 08:14:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46605/nrf52832-saadc-bit-resolution-change" /><item><title>RE: nrf52832 saadc bit resolution change</title><link>https://devzone.nordicsemi.com/thread/183975?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 08:14:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8667979a-826a-44ec-8a41-49f8e08a9b43</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;You shouldn&amp;#39;t have to do all that as the edits in sdk_config.h should be sufficient, but if it works for you I&amp;#39;m glad!&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 saadc bit resolution change</title><link>https://devzone.nordicsemi.com/thread/183923?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2019 04:25:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d89dc68-1303-477b-8af2-b31c04dec7e8</guid><dc:creator>sree</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nrf_drv_saadc_config_t saadc_config = NRF_DRV_SAADC_DEFAULT_CONFIG;&lt;br /&gt; saadc_config.resolution = NRF_SAADC_RESOLUTION_12BIT;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;err_code = nrf_drv_saadc_init(&amp;amp;saadc_config, saadc_callback);&lt;br /&gt; APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;add this in initialisation part ,then can change the SAADC resolution in nRF52832&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 saadc bit resolution change</title><link>https://devzone.nordicsemi.com/thread/183708?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2019 09:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:648f6075-a7fd-4ba6-b50e-5d4ee0a7e5bb</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;To change the SAADC resolution you will have to change the SAADC_CONFIG_RESOLUTION in sdk_config.h&lt;/p&gt;
&lt;p&gt;Please note that there are two SAADC_CONFIG_RESOLUTION defines. One NRFX and one legacy. Change both of these to the same thing just to make sure you change the correct one.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>