<?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>nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/22555/nrf52840-spi-slave</link><description>I am trying to use peripheral/spis as a reference for configuring my nRF52840 DK as a slave. The SPI clock frequency is 1 MHz. The SPI master is another micro-controller. 
 On the first call to nrf_drv_spis_buffers_set(...), I get an interrupt event</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 Nov 2020 10:42:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/22555/nrf52840-spi-slave" /><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/279669?ContentTypeID=1</link><pubDate>Thu, 12 Nov 2020 10:42:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91f9afe0-b7b8-4cfb-9ee3-aa3cd51269bc</guid><dc:creator>kyh-ly</dc:creator><description>&lt;p&gt;I want to know the number of SPI device of nrf52840DK, if there has only one SPI GPIO.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/223433?ContentTypeID=1</link><pubDate>Tue, 03 Dec 2019 20:49:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a45a3b4-4cd0-421e-be73-7d9a58d56b9b</guid><dc:creator>jaraya</dc:creator><description>&lt;p&gt;I have the same problem, could you tell me how you solved it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/152782?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 01:42:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c789fcd7-80a5-47c6-bc1b-811ddaf3df0e</guid><dc:creator>Saili</dc:creator><description>&lt;p&gt;Hi KV,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I see the same issue. I see the CS go low, clock signals as well as data that my Master MCU is supposed to send out on the MOSI line, but the MISO line is always the default char (255) and I do not get to the&amp;nbsp;&lt;span&gt;NRF_DRV_SPIS_XFER_DONE. Did you resolve your issue? If yes then how?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/152781?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 01:35:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:718137c6-bdb3-4e0a-b964-9a7292eee9b0</guid><dc:creator>Saili</dc:creator><description>&lt;p&gt;Hi Sylvain,&lt;br /&gt;&lt;br /&gt;Where in the SPI master code did you put the delay? After the master had sent a byte? Please let me know, I am having the same issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/152780?ContentTypeID=1</link><pubDate>Mon, 15 Oct 2018 01:34:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d99e349-14ac-45ce-b48f-912537210c8d</guid><dc:creator>Saili</dc:creator><description>&lt;p&gt;Hi KV,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I see the same issue. I see the CS go low, clock signals as well as data that my Master MCU is supposed to send out on the MOSI line, but the MISO line is always the default char (255) and I do not get to the&amp;nbsp;&lt;span&gt;NRF_DRV_SPIS_XFER_DONE. Did you resolve your issue? If yes then how?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/124530?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 09:15:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1335fe1-3254-4c0f-8d31-f6a526e618c7</guid><dc:creator>Sylvain</dc:creator><description>&lt;p&gt;Now it works, I had to put a delay on my master SPI Nucleo board ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/124525?ContentTypeID=1</link><pubDate>Thu, 15 Mar 2018 09:09:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21c184c3-a170-4326-a3e4-90831402f612</guid><dc:creator>Sylvain</dc:creator><description>&lt;p&gt;I have the same problem and I use the SPIS_PCA10056 example. Here&amp;#39;s my definition of pin : &lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#ifndef APP_SPIS_SCK_PIN
#define APP_SPIS_SCK_PIN 47
#endif

#ifndef APP_SPIS_MISO_PIN
#define APP_SPIS_MISO_PIN 46
#endif

#ifndef APP_SPIS_MOSI_PIN
#define APP_SPIS_MOSI_PIN 45
#endif

#ifndef APP_SPIS_CS_PIN
#define APP_SPIS_CS_PIN 44
#endif

#ifndef APP_SPIS_IRQ_PRIORITY
#define APP_SPIS_IRQ_PRIORITY 7
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t undertsand why it doesn&amp;#39;t work ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 SPI Slave</title><link>https://devzone.nordicsemi.com/thread/88745?ContentTypeID=1</link><pubDate>Tue, 06 Jun 2017 12:46:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e0b19c-44c2-455f-9eec-b629ac0ebc30</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It should work. Which pins are you using? Are you using the SPIS driver?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>