<?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 interface with SD card</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/30468/spi-interface-with-sd-card</link><description>Hello all, 
 Do you advise to have 2 SPI interfaces - one for the sensors we&amp;#39;re using (accelero/ gyro) and another one for the SD card? if so, when adding an SD card to our board we have to change pins, is that correct? thanks for your quck answers</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 13 Feb 2018 09:54:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/30468/spi-interface-with-sd-card" /><item><title>RE: SPI interface with SD card</title><link>https://devzone.nordicsemi.com/thread/120690?ContentTypeID=1</link><pubDate>Tue, 13 Feb 2018 09:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1c5b968-21ab-465a-90d6-bfe03452631e</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;It depends. If you do not need to have transfers at the same time you can use only one SPI instance.&lt;/p&gt;
&lt;p&gt;When using one instance you also have a choice. If you wish to save some GPIOs both slaves can share MOSI, MISO and CLK lines and only have sparate PINs for SS.&lt;/p&gt;
&lt;p&gt;You can take a closer look to nrf_spi_mngr (&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_nrf_spi_mngr.html?cp=4_0_0_3_44"&gt;http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.2.0/lib_nrf_spi_mngr.html?cp=4_0_0_3_44&lt;/a&gt;) functionality, it allows to schedule transfers with different PIN configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>