<?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>INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39890/interface-external-2mb-flash-with-spi</link><description>I am working on nrf52832 and sdk11. I want to store my accelerometer and gyroscope data into external memory.Does anyone have code of it? or any one having .c and .h file. 
 I am using winbond W25Q16JV memory ic. 
 Any kind of help will be appreciable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Feb 2019 12:11:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39890/interface-external-2mb-flash-with-spi" /><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/169906?ContentTypeID=1</link><pubDate>Thu, 07 Feb 2019 12:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1107512e-9ffa-4b84-8794-bc47f5008e03</guid><dc:creator>Mannu</dc:creator><description>&lt;p&gt;Hey did you get solution. please help me if you already got solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/157832?ContentTypeID=1</link><pubDate>Sat, 17 Nov 2018 16:55:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3c22574-d34f-49fa-99bd-4904166d2c71</guid><dc:creator>vohra alihussain</dc:creator><description>&lt;p&gt;i am attaching my code, will you suggest what am i doing wrong..&lt;/p&gt;
&lt;p&gt;in main i first write and then after some delay i read.&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/memory.h"&gt;devzone.nordicsemi.com/.../memory.h&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/memory.c"&gt;devzone.nordicsemi.com/.../memory.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/157349?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 15:04:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:418c8145-49f0-4f59-986d-b3606d1e3bb9</guid><dc:creator>awneil</dc:creator><description>[quote userid="72270" url="~/f/nordic-q-a/39890/interface-external-2mb-flash-with-spi/157331"]means it is writting automatically[/quote]
&lt;p&gt;more likely, your addressing is wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/157331?ContentTypeID=1</link><pubDate>Wed, 14 Nov 2018 14:22:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64d5e490-c493-4079-bbd8-fe63e4b07aeb</guid><dc:creator>vohra alihussain</dc:creator><description>&lt;p&gt;i read the documentation...&lt;/p&gt;
&lt;p&gt;i am able to read jedec id and able to write and read data, but problem is i can read data where i haven&amp;#39;t write anything. means it is writting automatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/154702?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 14:24:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08d8c554-eaea-4c41-b1ae-06b9d87b406c</guid><dc:creator>awneil</dc:creator><description>[quote userid="72270" url="~/f/nordic-q-a/39890/interface-external-2mb-flash-with-spi/154701"]how to write in page of memory and how deal with adress[/quote]
&lt;p&gt;None of that has anything to do with Nordic or the nRF52832.&lt;/p&gt;
&lt;p&gt;The memory chip neither knows nor cares what microcontroller you use - it just behaves as described in its &lt;strong&gt;datasheet&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;So you need to study the memory &lt;strong&gt;documentation&lt;/strong&gt;, and do what it tells you.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.8052mcu.com/forum/read/160143"&gt;http://www.8052mcu.com/forum/read/160143&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/154701?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 14:13:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a49137af-657a-4c20-bc96-80abb281afcf</guid><dc:creator>vohra alihussain</dc:creator><description>&lt;p&gt;yes i have looked it, but it is good with spi master but how to write in page of memory and how deal with adress that i don&amp;#39;t know..&lt;/p&gt;
&lt;p&gt;if you have any library for it&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: INTERFACE EXTERNAL 2MB FLASH WITH SPI</title><link>https://devzone.nordicsemi.com/thread/154698?ContentTypeID=1</link><pubDate>Fri, 26 Oct 2018 14:07:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78d444a8-1f65-4126-9a30-35087672537f</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Have you looked at the SDK for the SPI driver &amp;amp; examples?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>