<?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 SPI Slave</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/60476/nrf52832-spi-slave</link><description>Hello, 
 I&amp;#39;m trying to use th nRF52832 as a slave SPI device but in the examples &amp;quot;spis&amp;quot; I see the firmware uses DMA. 
 Can I use it without DMA? 
 Also, what is the difference between SPIS1 and SPIS0?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Apr 2020 10:25:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/60476/nrf52832-spi-slave" /><item><title>RE: nRF52832 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/246205?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2020 10:25:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4bef5c2-0535-4298-ba52-83eccc8a88c3</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Sorry I didn&amp;#39;t answer your other question initially. SPIS0 and SPIS1 are identical, they are just different instances of the SPI slave interface, as you can configure multiple SPI instances to run simultaneously.&lt;/p&gt;
&lt;p&gt;The reason the SPI master and slave are different peripherals in the nRF52832 is that the SPIM contains multiple other key features, like transfer from PPI, and post-incrementation of buffer addresses and repeated transfers. You can read more on these differences in the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_spi_master.html"&gt;Master &lt;/a&gt;and &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/hardware_driver_spi_slave.html"&gt;Slave &lt;/a&gt;driver documentation respectively.&amp;nbsp;&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 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/246080?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 14:06:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a872308-5a93-4955-b1db-50dfc3dbeca1</guid><dc:creator>George555</dc:creator><description>&lt;p&gt;Thank you for your reply, Simonr.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m talking about SPI as a &lt;strong&gt;slave.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Aren&amp;#39;t SPIS0 and SPIS1 both &lt;strong&gt;slave&lt;/strong&gt; interfaces?&lt;/p&gt;
&lt;p&gt;EDIT: I see the master and slave are just two different peripherals which is not what I&amp;#39;m used to. That&amp;#39;s why I was surprised.&lt;/p&gt;
&lt;p&gt;But why is that? Why are master and slave different peripherals and not a &amp;quot;mode&amp;quot; in one peripheral?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52832 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/246030?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2020 12:27:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ebbe77a-fd20-489d-b7e7-e0fe859e28a5</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;There is no reason not to use DMA in the nRF52832.&lt;/p&gt;
&lt;p&gt;The reason we support both is that the older nRF51 devices didn&amp;#39;t support DMA in the SPIM interface. In the nRF52 devices, the SPIM interface supports DMA, and using DMA ensures less CPU utilization and lower current consumption, so I would recommend using it at all times.&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>