<?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 config</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19654/spi-config</link><description>I am using SDk 11. S130 V2.0
What is the equivalent of spi_master_evt_handler_reg ?
I just want to configure my handler to receive the interrupt of the SPI master.
Please help
I don&amp;#39;t want to use the driver API ( &amp;quot;nrf_drv_spi.h&amp;quot; &amp;quot;nrf_drv_spi.c&amp;quot; )</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Feb 2017 15:57:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19654/spi-config" /><item><title>RE: SPI config</title><link>https://devzone.nordicsemi.com/thread/76473?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 15:57:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50872b89-eb33-487a-956a-a54f71acb7d4</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Here is the answer.  In this &lt;a href="https://devzone.nordicsemi.com/question/115226/spi-configuration-how-to-define-the-interrupt-handler/?answer=115419#post-id-115419"&gt;link&lt;/a&gt; and thanks for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI config</title><link>https://devzone.nordicsemi.com/thread/76476?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 13:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10c26dcb-8e57-4330-b960-9b53f883bc55</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Something like SPI0_TWI0_IRQHandler..  Can you confirm my undesting,, all i need is to difine my callback under the name SPI0_TWI0_IRQHandler : like&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void SPI0_TWI0_IRQHandler (void)
{
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI config</title><link>https://devzone.nordicsemi.com/thread/76475?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 13:05:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:091453cc-116b-4fe9-8ae7-57a1d624b3da</guid><dc:creator>ToTo</dc:creator><description>&lt;p&gt;Kristin, how can i link the interrupt handler to the function i want to be executed when the interrupt is generated, that&amp;#39;s my exact question. I checked that example, and it is a little bit complicated so i didn&amp;#39;t understand how to do that without using the driver layer defined by Nordic.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI config</title><link>https://devzone.nordicsemi.com/thread/76474?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2017 12:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8651f19-e4c2-4539-8d5b-77757ca26d13</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;The &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Fspi_master_example.html&amp;amp;cp=4_0_3_4_5_25"&gt;&amp;quot;spi&amp;quot;&lt;/a&gt; example shows how to use the use the event handler, I would recommend you to take a look at it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>