<?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>SPI Slave on nRF52840 under Zephyr</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84515/spi-slave-on-nrf52840-under-zephyr</link><description>I can not get the SPI Slave function working on nRF52840 (nrf52840dk_nrf52840 board) 
 In the nrf52840dk_nrf52840.overlay I wrote: &amp;amp;spi1 { compatible = &amp;quot;nordic,nrf-spi&amp;quot;; label = &amp;quot;SPI_1&amp;quot;; status = &amp;quot;okay&amp;quot;; sck-pin = &amp;lt;31&amp;gt;; mosi-pin = &amp;lt;30&amp;gt;; miso-pin = &amp;lt;40</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Feb 2022 10:29:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84515/spi-slave-on-nrf52840-under-zephyr" /><item><title>RE: SPI Slave on nRF52840 under Zephyr</title><link>https://devzone.nordicsemi.com/thread/351738?ContentTypeID=1</link><pubDate>Tue, 08 Feb 2022 10:29:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50a9ffb0-dc46-4a1c-b8b6-5d2253604272</guid><dc:creator>&amp;#216;ivind</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;in your overlay, put &amp;#39; compatible = &amp;quot;nordic,nrf-spis&amp;quot;; &amp;#39;. That should avoid the &amp;quot;Slave mode is not supported&amp;quot; error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>