<?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>Softdevice with SPI: Rx Byte replaced with 0x00</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7145/softdevice-with-spi-rx-byte-replaced-with-0x00</link><description>I have a program running with SD 7.2 and SPI on my nrF51822 talking to a SPI slave device. I use GPIOTE triggered on an edge to set a chip select line and read bytes from the slave. I do not use Timer 0 or PPI for my SPI implementation. 
 The method</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 May 2015 21:31:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7145/softdevice-with-spi-rx-byte-replaced-with-0x00" /><item><title>RE: Softdevice with SPI: Rx Byte replaced with 0x00</title><link>https://devzone.nordicsemi.com/thread/25256?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 21:31:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88fff287-bdec-4ab8-bec6-9c36fbd4abbf</guid><dc:creator>brandon</dc:creator><description>&lt;p&gt;I believe I identified my issue. I use GPIOTE to trigger a notification that I need to select an SPI slave but I am using a polling method to capture bytes over SPI instead of an interrupt driven method. Before I used SD the timer could run without problems. With SD, I may be able to get a couple messages alright, but the softdevice will eventually conflict and screw up my app if it takes control during a polled transfer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Softdevice with SPI: Rx Byte replaced with 0x00</title><link>https://devzone.nordicsemi.com/thread/25255?ContentTypeID=1</link><pubDate>Wed, 20 May 2015 00:03:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06f57b99-771c-49fb-97b1-480a046f7175</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Post code. Buffer definition, code which does the assignment, comments showing where you check what to find it zero/non-zero.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>