<?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>How can use multi channel saadc on nrf52832?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76039/how-can-use-multi-channel-saadc-on-nrf52832</link><description>Hi everyone, 
 I have a project that needs to use multiple saadc channels but I don&amp;#39;t want to use ppi but use app_timer. So is there any way I can change between saadc channels?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Jun 2021 09:16:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76039/how-can-use-multi-channel-saadc-on-nrf52832" /><item><title>RE: How can use multi channel saadc on nrf52832?</title><link>https://devzone.nordicsemi.com/thread/315055?ContentTypeID=1</link><pubDate>Mon, 14 Jun 2021 09:16:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66817d62-5144-46bf-9551-789b2930c5ff</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply. You need to call &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Fgroup__nrf__drv__saadc.html&amp;amp;anchor=gaf16a16c9de60276dd73cf1811c03ae73"&gt;nrf_drv_saadc_sample&lt;/a&gt;(). Set multiple channels with &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__nrf__drv__saadc.html?cp=8_1_6_8_0_30_0_4#gad032f5096978d3c3cd1fc8862af31404"&gt;nrf_drv_saadc_channel_init()&lt;/a&gt; and make sure you have a buffer size with N*enabled_channels with &lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/group__nrf__drv__saadc.html?cp=8_1_6_8_0_30_0_2#ga6df4cb98bb337d1fcd6d8cf7ff0d3670"&gt;nrf_drv_saadc_buffer_convert()&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For triggering the sampling with nrf_drv_saadc_sample() it&amp;#39;s the same if you use PPI or app timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>