<?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>NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87235/ncs-read-flash-gd25lq32eeigr</link><description>Hi, 
 
 NCS1.9.1, VSCode, nRF52840 
 i want to read flash GD25LQ32EEIGR ,using qspi_flash (that in \v1.9.1\zephyr\tests\boards\altera_max10\qspi) 
 
 
 
 
 
 log:flash devece not found! 
 
 i don&amp;#39;t know how to write overlay file, 
 
 
 writeoc = &amp;quot;pp4io</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Apr 2022 08:17:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87235/ncs-read-flash-gd25lq32eeigr" /><item><title>RE: NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/thread/365325?ContentTypeID=1</link><pubDate>Thu, 28 Apr 2022 08:17:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1463c02-51ae-4f99-a9d6-1694d9242dd4</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;The code I supplied should run as-is on the nRF52840-DK with no changes, does it work then?&lt;/p&gt;
&lt;p&gt;Are you trying to interface your flash device from the nRF52840-DK in this case? I can see the supply voltage is different, so I don&amp;#39;t know how this would work.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/thread/365282?ContentTypeID=1</link><pubDate>Thu, 28 Apr 2022 03:57:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:691d6876-a9f6-4073-b684-07f87d6c6cf3</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hello,Kenneth,&lt;/p&gt;
&lt;p&gt;thanks for your reply.&lt;/p&gt;
&lt;p&gt;i&amp;#39; have change the pin in overlay file.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	status = &amp;quot;okay&amp;quot;;
	label = &amp;quot;UART_0&amp;quot;;
	current-speed = &amp;lt; 0x1c200 &amp;gt;;
	tx-pin = &amp;lt; 0x08 &amp;gt;;
	rx-pin = &amp;lt; 0x28 &amp;gt;;
	rx-pull-up;
	rts-pin = &amp;lt; 0xFFFFFFFF &amp;gt;;
	cts-pin = &amp;lt; 0xFFFFFFFF &amp;gt;;
};
&amp;amp;uart1 {
	status = &amp;quot;disabled&amp;quot;;
	label = &amp;quot;UART_1&amp;quot;;
};
&amp;amp;spi2 {
	status = &amp;quot;disabled&amp;quot;;
	label = &amp;quot;UART_1&amp;quot;;
};
&amp;amp;egu2 {
	status = &amp;quot;disabled&amp;quot;;
};
&amp;amp;egu3 {
	status = &amp;quot;disabled&amp;quot;;
};
&amp;amp;egu4 {
	status = &amp;quot;disabled&amp;quot;;
};


&amp;amp;qspi {
	status = &amp;quot;okay&amp;quot;;
	sck-pin = &amp;lt; 0x13 &amp;gt;;
	io-pins = &amp;lt; 0x15 &amp;gt;, &amp;lt; 0x14 &amp;gt;, &amp;lt; 0x18 &amp;gt;, &amp;lt; 0x17 &amp;gt;;// MISO=IO0  MOSI=IO1  IO2  IO3
	csn-pins = &amp;lt; 0x16 &amp;gt;;

	GD25LQ32E: GD25LQ32E_@0 {
		compatible = &amp;quot;nordic,qspi-nor&amp;quot;;
		reg = &amp;lt; 0x0 &amp;gt;;
		writeoc = &amp;quot;pp4io&amp;quot;;
		readoc = &amp;quot;read4io&amp;quot;;
		sck-frequency = &amp;lt; 0x7a1200 &amp;gt;;
		label = &amp;quot;GD25LQ32EEIGR&amp;quot;;
		jedec-id = [ C2 28 17 ];
		sfdp-bfp = [ E5 20 F1 FF FF FF FF 03 44 EB 08 6B 08 3B 04 BB EE FF FF FF FF FF 00 FF FF FF 00 FF 0C 20 0F 52 10 D8 00 FF 23 72 F5 00 82 ED 04 CC 44 83 68 44 30 B0 30 B0 F7 C4 D5 5C 00 BE 29 FF F0 D0 FF FF ];
		size = &amp;lt; 0x4000000 &amp;gt;;
		has-dpd;
		t-enter-dpd = &amp;lt; 0x2710 &amp;gt;;
		t-exit-dpd = &amp;lt; 0x88b8 &amp;gt;;
	};
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/337x371/__key/communityserver-discussions-components-files/4/pastedimage1651116037530v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/630x264/__key/communityserver-discussions-components-files/4/pastedimage1651116062970v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;the pin &lt;span style="color:#0000ff;"&gt;PWR_1V8&lt;/span&gt;&amp;nbsp; voltage is 1.8V.(Measure with a multimeter)&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/553x216/__key/communityserver-discussions-components-files/4/pastedimage1651116812177v4.png" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/thread/365196?ContentTypeID=1</link><pubDate>Wed, 27 Apr 2022 12:42:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81d04091-c7eb-45b8-91b7-dd785b18d65e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Can you try this one? You likely need to change the overlay file to work with your board.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/3513.qspi.zip"&gt;devzone.nordicsemi.com/.../3513.qspi.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/thread/364874?ContentTypeID=1</link><pubDate>Tue, 26 Apr 2022 09:08:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:009dae05-9068-4daf-8b01-78c815b09d89</guid><dc:creator>yoyou</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for reply, wo read your link.&lt;/p&gt;
&lt;p&gt;i can runing with&amp;nbsp;mx25r64 flash on DK,it&amp;#39;s work well.&lt;/p&gt;
&lt;p&gt;but change to&amp;nbsp;&lt;span&gt;GD25LQ32EEIGR&lt;span style="color:#ff0000;"&gt;,log:flash devece not found!&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;qspi {
	compatible = &amp;quot;nordic,nrf-qspi&amp;quot;;
	#address-cells = &amp;lt; 0x1 &amp;gt;;
	#size-cells = &amp;lt; 0x0 &amp;gt;;
	reg = &amp;lt; 0x40029000 0x1000 &amp;gt;, &amp;lt; 0x12000000 0x8000000 &amp;gt;;
	reg-names = &amp;quot;qspi&amp;quot;, &amp;quot;qspi_mm&amp;quot;;
	interrupts = &amp;lt; 0x29 0x1 &amp;gt;;
	status = &amp;quot;okay&amp;quot;;
	label = &amp;quot;QSPI&amp;quot;;
	sck-pin = &amp;lt; 0x13 &amp;gt;;
	io-pins = &amp;lt; 0x14 &amp;gt;, &amp;lt; 0x15 &amp;gt;, &amp;lt; 0x16 &amp;gt;, &amp;lt; 0x17 &amp;gt;;// MISO=IO0  MOSI=IO1  IO2  IO3
	csn-pins = &amp;lt; 0x11 &amp;gt;;	// CS#

	mx25r64: mx25r6435f@0 {
		compatible = &amp;quot;nordic,qspi-nor&amp;quot;;
		reg = &amp;lt; 0x0 &amp;gt;;
		writeoc = &amp;quot;pp4io&amp;quot;;
		readoc = &amp;quot;read4io&amp;quot;;
		sck-frequency = &amp;lt; 0x7a1200 &amp;gt;;
		label = &amp;quot;MA25R64&amp;quot;; //   GD25LQ32E
		jedec-id = [ C2 28 17 ];
		sfdp-bfp = [ E5 20 F1 FF FF FF FF 03 44 EB 08 6B 08 3B 04 BB EE FF FF FF FF FF 00 FF FF FF 00 FF 0C 20 0F 52 10 D8 00 FF 23 72 F5 00 82 ED 04 CC 44 83 68 44 30 B0 30 B0 F7 C4 D5 5C 00 BE 29 FF F0 D0 FF FF ];
		size = &amp;lt; 0x4000000 &amp;gt;;
		has-dpd;
		t-enter-dpd = &amp;lt; 0x2710 &amp;gt;;
		t-exit-dpd = &amp;lt; 0x88b8 &amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best Regards&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NCS read flash GD25LQ32EEIGR</title><link>https://devzone.nordicsemi.com/thread/364812?ContentTypeID=1</link><pubDate>Tue, 26 Apr 2022 06:21:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a6a7e03-8b79-45f7-9ccf-15d17f6690c7</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Can you take a look at this this case, which I think is somewhat similiar but with another qpsi flash device:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/85983/qspi-flash-sample-project-error/"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/85983/qspi-flash-sample-project-error/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The data in blue as specific for the flash device, so just keep them as-is.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>