<?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>nrf51822: Interfacing external flash memory using SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/6457/nrf51822-interfacing-external-flash-memory-using-spi</link><description>We have a custom board on which we have NRF51822 SOC. We also have a small external flash memory(From Spansion) on our board. I&amp;#39;m trying to figure out the ways to use this external non-volatile flash memory as SPI slave. NRF51822 would act as master and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Apr 2015 09:43:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/6457/nrf51822-interfacing-external-flash-memory-using-spi" /><item><title>RE: nrf51822: Interfacing external flash memory using SPI</title><link>https://devzone.nordicsemi.com/thread/22527?ContentTypeID=1</link><pubDate>Thu, 23 Apr 2015 09:43:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1cf539b-0d29-4f72-83e0-e5240a704725</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;I really appreciate you coming back and posting your progress. This practice makes this devzone more efficient. Thank you sidekick&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822: Interfacing external flash memory using SPI</title><link>https://devzone.nordicsemi.com/thread/22525?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a457e82f-4cf1-44b1-9bd1-eb9139f33e99</guid><dc:creator>sidekick</dc:creator><description>&lt;p&gt;Thank you for your inputs. For our application, the speed is not of much importance, hence the normal SPI master-slave configuration works for us.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822: Interfacing external flash memory using SPI</title><link>https://devzone.nordicsemi.com/thread/22526?ContentTypeID=1</link><pubDate>Wed, 22 Apr 2015 11:29:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f580fd56-9922-4d92-8643-2dda2334e718</guid><dc:creator>sidekick</dc:creator><description>&lt;p&gt;I&amp;#39;ve been able to successfully write to this external NVRAM memory block as SPI slave. Hence closing this thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf51822: Interfacing external flash memory using SPI</title><link>https://devzone.nordicsemi.com/thread/22524?ContentTypeID=1</link><pubDate>Sat, 11 Apr 2015 02:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf7830ca-65c3-477e-85a8-6f60312845b8</guid><dc:creator>Clem Taylor</dc:creator><description>&lt;p&gt;For the typical SPI flash the nrf51 is the master and the spi flash is the slave.&lt;/p&gt;
&lt;p&gt;The nrf51 SPI slave is mostly intended for BLE serialization, where you are using the nrf51 with an external processor (which acts as the SPI master).&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not using the SDK SPI driver, but I am using NRF_SPI0 (spi master) to talk to both a GigaDevice GD25LQ16 2MB and a SSD1306 based OLED display. I wish the nrf51 SPI interface was lower overhead (DMA or tx/rx FIFO would be nice). The software overhead means I can&amp;#39;t quite keep up with a 4mbit interface. For flash writes I spend more time transferring the data then doing the actual write.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>