<?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 peripheral receive interrupt processing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16488/spi-slave-peripheral-receive-interrupt-processing</link><description>SPI Slave configuration On nRF52 
 Hi, 
 I am trying to configure the SPI slave peripheral for interrupt based communicaton with a SPI master
In previous work with ARM based chips, the typical sequence I have followed would be : 
 
 
 configure</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 19 Sep 2016 13:21:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16488/spi-slave-peripheral-receive-interrupt-processing" /><item><title>RE: SPI slave peripheral receive interrupt processing</title><link>https://devzone.nordicsemi.com/thread/63116?ContentTypeID=1</link><pubDate>Mon, 19 Sep 2016 13:21:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff70e5ed-62ee-4885-9cd2-674357a89e59</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;First of all you should use SDK 12 (link to infocenter is for SDK 0.9.2, which is old and not production release version).&lt;/p&gt;
&lt;p&gt;The event handler is called when the transaction is done (CSN goes high after valid transaction) or when the buffers are configured (semaphore is released -&amp;gt; SPIS peripheral is ready for transaction). There is no way to get event when CS goes low. See the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/spis.html?cp=2_2_0_31_2#concept_abk_lbf_wr"&gt;Product Specification&lt;/a&gt; for the SPIS peripheral.&lt;/p&gt;
&lt;p&gt;I did not quite understand what you aim to do and why you are uncertain if the SPIS driver from the SDK can be used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>