<?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>Using the DPPI on the nRF5340 to enable the ADC in Continuous mode</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96541/using-the-dppi-on-the-nrf5340-to-enable-the-adc-in-continuous-mode</link><description>Hi, 
 I am a newbie with Nordic and NCS so my problem was when I tried to enable ADC with timer and DPPI using the NRFX library. my code relied on the code that was written for nRF52 https://github.com/NordicPlayground/nRF52-ADC-examples/blob/master/nrfx_saadc_continuous_sampling</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 May 2023 11:31:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96541/using-the-dppi-on-the-nrf5340-to-enable-the-adc-in-continuous-mode" /><item><title>RE: Using the DPPI on the nRF5340 to enable the ADC in Continuous mode</title><link>https://devzone.nordicsemi.com/thread/426525?ContentTypeID=1</link><pubDate>Mon, 22 May 2023 11:31:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d2e15e6f-87b4-4331-af31-5ad3c3743880</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Not&amp;nbsp;with SAADC, but there is a &lt;a href="https://github.com/nrfconnect/sdk-zephyr/tree/v3.2.99-ncs2/samples/boards/nrf/nrfx"&gt;nrfx PPI/DPPI sample in the Zephyr repository&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the DPPI on the nRF5340 to enable the ADC in Continuous mode</title><link>https://devzone.nordicsemi.com/thread/426177?ContentTypeID=1</link><pubDate>Fri, 19 May 2023 00:23:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b05e166-7049-4094-88cb-3bef513814e5</guid><dc:creator>skim</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there any working example code for this? I am having the same issue.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Skim.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Using the DPPI on the nRF5340 to enable the ADC in Continuous mode</title><link>https://devzone.nordicsemi.com/thread/409359?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 13:07:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48a6b68e-f79b-47e9-8a6c-8d5062ff3f63</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to remove the inclusion of the old PPI peripheral driver from your main.c file, as PPI is not present/supported on nRF5340:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;//#include &amp;lt;nrfx_ppi.h&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You also need to change the nrfx_ppi APIs used in the application to use the nrfx_dppi driver APIs. Another option is to use the nrfx_gppi helper API (&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.2.0/nrfx/nrfx_api/gppi.html"&gt;Generic PPI Layer&lt;/a&gt;), which&amp;nbsp;provides a common API that can be used with both PPI and DPPI.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>