<?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>about ANCS in SDK 9.0 ,the problem of SPI crash</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9232/about-ancs-in-sdk-9-0-the-problem-of-spi-crash</link><description>Hi: 
 I am using the ANCS from SDK9.0 ,SoftDevice8.0 and iOS8.1.3. 
 Every time when I run ANCS, SPI will often crash.and error codes is:NRF_ERROR_BUSY. 
 Don&amp;#39;t know if you have encountered the same problem, personal think is ANCS with SPI caused by</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 15 Sep 2015 11:51:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9232/about-ancs-in-sdk-9-0-the-problem-of-spi-crash" /><item><title>RE: about ANCS in SDK 9.0 ,the problem of SPI crash</title><link>https://devzone.nordicsemi.com/thread/34077?ContentTypeID=1</link><pubDate>Tue, 15 Sep 2015 11:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0aa2cf24-b25f-4104-8637-116def5fa2dd</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Do you get an error busy when you calling spi_master_send_recv?
Then why don&amp;#39;t you try to call it again, may be like below&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;while (spi_master_send_recv(spi_master_hw_instance, p_tx_data, len, p_rx_data, len) == NRF_ERROR_BUSY);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>