<?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>nRF51822 SPI interrupt based communication</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/489/nrf51822-spi-interrupt-based-communication</link><description>Hi, 
 does a code example or app-note exists that describes how to configure the SPI peripheral to use an ISR to transmit data to a SPI slave? 
 Thank you in advance!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 19 Sep 2013 11:45:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/489/nrf51822-spi-interrupt-based-communication" /><item><title>RE: nRF51822 SPI interrupt based communication</title><link>https://devzone.nordicsemi.com/thread/2558?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2013 11:45:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2d752eb-977a-48bd-90f6-bcf18190941a</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;At what frequency do you want to use the SPI?&lt;/p&gt;
&lt;p&gt;Unless you plan to run the SPI at a slow rate using an ISR will just slow down the transaction.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51822 SPI interrupt based communication</title><link>https://devzone.nordicsemi.com/thread/2559?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2013 10:24:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e42694c-4348-440c-87e5-d662019e6c91</guid><dc:creator>Matthieu Tardivon</dc:creator><description>&lt;p&gt;I have recently coded it, the easiest way is to inspire yourself from the file found at this path:
C:\Nordic Semiconductor\nRF51 SDK_v4.4.0.30888\Nordic\nrf51822\Source\app_common\app_uart.c
it uses interrupts for UART communication which is transposable to SPI.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>