<?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>Do I need to do something special to disable EasyDMA on an nRF52840?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124364/do-i-need-to-do-something-special-to-disable-easydma-on-an-nrf52840</link><description>I&amp;#39;m wanting to repetitively read the SPI buffer as a master to check a status bit. I figure there&amp;#39;s no sense in using the DMA when I can read the SPI RXD buffer directly. 
 Another Nordic DevZone question has an answer stating that I can just use the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 14 Sep 2025 17:44:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124364/do-i-need-to-do-something-special-to-disable-easydma-on-an-nrf52840" /><item><title>RE: Do I need to do something special to disable EasyDMA on an nRF52840?</title><link>https://devzone.nordicsemi.com/thread/548675?ContentTypeID=1</link><pubDate>Sun, 14 Sep 2025 17:44:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ea8bf3e-26ec-40be-996e-d7cea5f4c063</guid><dc:creator>Speedy1894</dc:creator><description>&lt;p&gt;I&amp;#39;m surprised I hadn&amp;#39;t noticed the &lt;code&gt;ENABLE&lt;/code&gt; register had 4 bits! After looking at it now, though, it looks like &lt;code&gt;SPIM&lt;/code&gt; is enabled by setting the bits to &lt;code&gt;0b0111&lt;/code&gt;, &lt;code&gt;SPIS&lt;/code&gt; with &lt;code&gt;0b0010&lt;/code&gt;, and &lt;code&gt;SPI&lt;/code&gt; with &lt;code&gt;0b0001&lt;/code&gt; (there are four specified bits)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Do I need to do something special to disable EasyDMA on an nRF52840?</title><link>https://devzone.nordicsemi.com/thread/548674?ContentTypeID=1</link><pubDate>Sun, 14 Sep 2025 17:39:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f574ba77-bb94-4d5c-ad90-48d9eee452ec</guid><dc:creator>hmolesworth</dc:creator><description>&lt;p&gt;(Unofficial answer) The Enable register is the key; there are 3 enable bits on the nRF52840 which are used 1 bit each for SPI enable, Rx DMA enable and Tx DMA enable. With the Enable register set to 0x0 all are disabled; 0x1 means SPI with no DMA; 0x7 SPIM with both Rx and Tx DMA. DMA-related registers are ignored if DMA enable bits are not set. &lt;span style="text-decoration:line-through;"&gt;Want only Rx DMA or only Tx DMA? Guess which Enable bits (0x3 or 0x5) and test.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>