<?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>nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20329/nrf-to-slave-master-device</link><description>Hi Sir, 
 I want to run the spi master example code with my nrf52832 board. In sdk11.0, have mentioned for pca 10036, the CS pin should be 29. If that was the condition, then what will be the other 3 pins to communicate in spi. In pca10036 header file</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 May 2017 10:41:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20329/nrf-to-slave-master-device" /><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79218?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 10:41:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d50da2f5-09e9-4473-9ca9-818bd9a4911c</guid><dc:creator>Sadasivam</dc:creator><description>&lt;p&gt;The data has comes from both master and slave. I got the configuration right for active. Thnak you sir&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79217?ContentTypeID=1</link><pubDate>Mon, 20 Mar 2017 05:30:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95478429-f9d3-4490-93dc-4a4f7c94be71</guid><dc:creator>Sadasivam</dc:creator><description>&lt;p&gt;Sir, i got the data shifted by one bit in msp430 from nrf52832. Please give me suggestion about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79213?ContentTypeID=1</link><pubDate>Mon, 13 Mar 2017 06:01:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4dec2a6-3098-4233-a8a9-a015150f74eb</guid><dc:creator>Sadasivam</dc:creator><description>&lt;p&gt;Sir,
I have interfaced nrf52832 with msp430 chip. When i am debugging, the tx_buf value(0x4E) is left shifted and stored in msp_rx_buf as 0x9C. And after transmitting 0x9C from msp_tx_buf, in nrf it received as 0x4E and 0x4E. The data is double buffered. Is this workflow correct sir.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79216?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 12:11:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c13260e2-c4cd-452f-9c59-9b7f0a15083c</guid><dc:creator>Sadasivam</dc:creator><description>&lt;p&gt;yeah sure.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79215?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 12:10:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e0afd27c-72c7-455a-a9ea-cbe5b1bf3b77</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Yes, feel free to ask new questions if you need more guidance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79214?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 12:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2a981ce-4224-4b65-98ff-b3fd357d5b2b</guid><dc:creator>Sadasivam</dc:creator><description>&lt;p&gt;Thank you sir for your guidance. It was working with those pins you have updated. We will get in touch with you for further doubts. Shall we.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf to slave/ master device</title><link>https://devzone.nordicsemi.com/thread/79212?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2017 11:44:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8856d47a-37db-4696-80f1-064fbf4978c5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;In SDK 11 you can find the default pins in &lt;code&gt;nrf_drv_config.h&lt;/code&gt;. For PCA10036 this file is located in the folder: &lt;code&gt;SDK_11_folder\examples\peripheral\spi\config\spi_pca10036&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;For SPI instance 0, the default pins are:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define SPI0_CONFIG_SCK_PIN 3
#define SPI0_CONFIG_MOSI_PIN 4
#define SPI0_CONFIG_MISO_PIN 28
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>