<?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 master disable recieve</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7952/spi-master-disable-recieve</link><description>So I&amp;#39;ve been using the SPI master driver supplied via the SDK. I&amp;#39;m currently trying to use the nrf51822 to control an LCD screen so I can display some information. I don&amp;#39;t need to read anything from the LCD driver and my LCD refresh rate is slower than</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 27 Jul 2015 10:57:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7952/spi-master-disable-recieve" /><item><title>RE: SPI master disable recieve</title><link>https://devzone.nordicsemi.com/thread/28451?ContentTypeID=1</link><pubDate>Mon, 27 Jul 2015 10:57:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81a692dc-81b8-4a93-b3ef-4219ec1b8ed8</guid><dc:creator>Sebastian</dc:creator><description>&lt;p&gt;Look at SPI master driver in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/hardware_driver_spi_master.html?cp=4_1_0_2_6"&gt;SDK 9.0.0&lt;/a&gt; - it should support zero length RX buffer.&lt;/p&gt;
&lt;p&gt;In case you don&amp;#39;t want to connect MISO line, during initialization you may declare it as unused: NRF_DRV_SPI_PIN_NOT_USED.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI master disable recieve</title><link>https://devzone.nordicsemi.com/thread/28452?ContentTypeID=1</link><pubDate>Sun, 26 Jul 2015 21:58:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b24a2efc-4b51-4ece-8976-606d00ef70ed</guid><dc:creator>Francesco F</dc:creator><description>&lt;p&gt;Hi guys, I&amp;#39;m experiencing a similar problem: I&amp;#39;m working with a sharp memory lcd and my code for transmission was&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;spi_master_send_recv(SPI_MASTER_0, linebuff, linebuff_len, NULL, 0);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For the moment it&amp;#39;s not working.. Is that a bad idea to have put rx_buff to NULL and rx_buff_len to 0?&lt;/p&gt;
&lt;p&gt;Thanks in advance for the hint :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI master disable recieve</title><link>https://devzone.nordicsemi.com/thread/28450?ContentTypeID=1</link><pubDate>Wed, 08 Jul 2015 13:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:352f2ebf-fe45-47d1-9982-d60477a91f3a</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Did you set the SPI master frequency to the highest? You can change the frequency when you initialize the module. Please have a look at the documentation here: &lt;a href="https://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v8.x.x/doc/8.1.0/s110/html/a00012.html"&gt;developer.nordicsemi.com/.../a00012.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t think removing any use of the receive buffer will actually speed up anything.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>