<?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>QSPI read fail.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/38156/qspi-read-fail</link><description>Hi Sir 
 I try to write/read/earse any address with length 32. 
 but some bytes shows zero &amp;quot;0x0&amp;quot; when I use , it should be 0xff after erasing... 
 Do you know what&amp;#39;s the problem ? Thanks. 
 
 
 [00:00:30.151,791] &amp;lt;info&amp;gt; app: 0xFF [00:00:30.151,798] &amp;lt;info</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 31 Oct 2018 14:12:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/38156/qspi-read-fail" /><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/155359?ContentTypeID=1</link><pubDate>Wed, 31 Oct 2018 14:12:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4fbf3607-6f84-4f33-9954-3cefd527c957</guid><dc:creator>Florian Zierer</dc:creator><description>&lt;p&gt;@haakonsh would it be possible to add an ASSERT in the SDK to check if the address is word aligned to e.g. nrfx_qspi_write and nrfx_qspi_read?&lt;/p&gt;
&lt;p&gt;I had right now the same problem and it was really hard to find the cause of the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/149424?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 11:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0daf8c83-2059-4d5b-a8a5-8c1eb9178d99</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;From&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52840.ps/qspi.html?cp=2_0_0_5_18"&gt;QSPI — Quad serial peripheral interface&lt;/a&gt;:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Listed here are the main features for the QSPI peripheral:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Single/dual/quad SPI input/output&lt;/li&gt;
&lt;li&gt;2–32 MHz configurable clock frequency&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Single-word read/write access from/to external flash&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;EasyDMA for block read and write transfers&lt;/li&gt;
&lt;li&gt;Execute in place (XIP) for executing program directly from external flash&lt;/li&gt;
&lt;li&gt;XIP execution speed: Up to 8 million instruction fetches per second for 16 bit instructions, up to 4 million instruction fetches per second for 32 bit instructions.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I think word-aligned address access is the standard for external flash chips.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/149378?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 09:34:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e162bc6a-ef1d-4a88-b930-c260d93de643</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Yes, that&amp;#39;s the root cause, Why data buffer must be aligned ? Could you help to explain this QSPI mechanism ?&lt;/p&gt;
&lt;p&gt;Is this platform bug ? Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/149248?ContentTypeID=1</link><pubDate>Tue, 18 Sep 2018 13:23:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4d5d348-3601-4719-989b-fcbc142b0ff1</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I think this is an issue where the addresses of your data are not word-aligned.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I need access to your source code if I am to review it.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/148698?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 02:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:185dbbd2-760a-4416-9f58-3109c171f0cb</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;We found the root cause, if&amp;nbsp; transmission data uses uint8_t, not the uint32_t, system will insert 24 bit zero at first, Could you help to explain why ? Thanks.&lt;/p&gt;
&lt;p&gt;:020000041200E8&lt;br /&gt;:10000000000000A5A5A5A5A5A5A5A5A5A5A5A5A58F&lt;br /&gt;:10001000A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A590&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/148590?ContentTypeID=1</link><pubDate>Thu, 13 Sep 2018 11:10:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c29cebb-9840-4d0e-b9c7-85771145058d</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;Hey Justin,&lt;br /&gt;&lt;br /&gt;Sorry for the late reply. I&amp;#39;ve not been able to reproduce the issue. I&amp;#39;m going to ask the developers/IC designers what they think.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Håkon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147910?ContentTypeID=1</link><pubDate>Mon, 10 Sep 2018 02:16:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d6a0ad4-9037-44f9-8de9-da88071069ce</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Hi, Do you have any update ? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147559?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 11:00:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21cd6abe-41e2-4695-878a-15da7c3c9338</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Case 2&amp;nbsp;&lt;/p&gt;
&lt;p&gt;uart_cli:~$ extflash earse 0&lt;br /&gt;done&lt;br /&gt;uart_cli:~$ extflash write 0 4&lt;br /&gt;done&lt;br /&gt;[00:00:22.271,534] &amp;lt;info&amp;gt; app: test pattern is&lt;/p&gt;
&lt;p&gt;0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 uart_cli 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5&lt;br /&gt;0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 uart_cli 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5&lt;br /&gt;done&lt;br /&gt;uart_cli:~$ extflash read 0 32&lt;br /&gt;0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 uart_cli 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5&lt;br /&gt;0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 0xA5 uart_cli 0xA5 0xA5 0xA5 0x0 0x0 0x0&lt;br /&gt;done&lt;/p&gt;
&lt;p&gt;---------------------------------------&lt;/p&gt;
&lt;p&gt;the&amp;nbsp;&lt;span&gt;nrfjprog&amp;nbsp;log.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;:020000041200E8&lt;br /&gt;:10000000000000A5A5A5A5A5A5A5A5A5A5A5A5A58F&lt;br /&gt;:10001000A5A5A5A5A5A5A5A5A5A5A5A5A5A5A5A590&lt;br /&gt;:10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0&lt;br /&gt;:10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147556?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 10:54:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c77dd305-567d-4314-b726-b361c4408576</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;my test steps...&lt;/p&gt;
&lt;p&gt;uart_cli:~$ extflash init&lt;br /&gt;done&lt;br /&gt;[00:00:20.095,334] &amp;lt;info&amp;gt; app: QSPI init started.&lt;br /&gt;uart_cli:~$ extflash earse 0&lt;br /&gt;done&lt;br /&gt;uart_cli:~$ extflash read 0 32&lt;br /&gt;0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF uart_cli0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF&lt;br /&gt;0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF uart_cli0xFF 0xFF 0xFF 0x0 0x0 0x0&amp;nbsp;&lt;br /&gt;done&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And the&amp;nbsp;&lt;span&gt;nrfjprog&amp;nbsp;log.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;:020000041200E8&lt;br /&gt;:10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00&lt;br /&gt;:10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0&lt;br /&gt;:10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0&lt;br /&gt;:10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;.....&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147511?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 08:53:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b28b0a3-856d-4ca6-85d9-212d550d2c1a</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;&lt;span&gt;I want to replicate your issue on my end. I need a detailed description of your process and the file generated by nrfjprog when reading the ext flash.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147452?ContentTypeID=1</link><pubDate>Thu, 06 Sep 2018 01:26:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90ac563d-d1b9-4612-9fe9-1dd8b57011f8</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Hi haakonsh&lt;/p&gt;
&lt;p&gt;Do you find any issue on my file ? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147341?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 10:11:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b21a493-6592-4fc7-a359-83e049ae6db1</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;please give me your mail box, I send file to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147340?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 10:06:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6c9f477-6e2a-4ffe-a7a8-147d4870cca7</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;I want to replicate your issue on my end. I need a detailed description of your process and the file generated by nrfjprog when reading the ext flash.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147330?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 09:33:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:060c2eb8-0ebb-407e-b78a-d3c90eb2fb06</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;I write 0x00, 0x01 ~ 0x1F to address 0 to 31, but it not match to&amp;nbsp;&lt;span&gt;nrfjprog.exe result.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;:020000041200E8&lt;br /&gt;:10000000000000000102030405060708090A0B0CA2&lt;br /&gt;:100010000D0E0F101112131415161718191A1B1C98&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;it should be..&lt;/p&gt;
&lt;p&gt;:020000041200E8&lt;br /&gt;:10000000&amp;nbsp;00~0F&lt;br /&gt;:10001000 10~1F&lt;/p&gt;
&lt;p&gt;Do you know why ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147326?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 09:20:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9acf81df-688e-4eb7-ac58-043b151bf151</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;I checked by&amp;nbsp;&lt;span&gt;nrfjprog.exe, read/write always lost the last 3~5 bytes.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147299?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 08:08:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e5b8114-d2e9-4171-88fc-324d3a324ea1</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;This is wierd, do you mind sending me the file you generated?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Also have you tried to erase the ext flash with&amp;nbsp;&lt;span&gt;--qspieraseall ?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147292?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 07:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38335214-9eb8-41f7-a92c-dc93095b2de3</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin&amp;gt;nrfjprog.exe --readqspi ./&lt;br /&gt;log&lt;br /&gt;WARNING: An operation that can take up to several minutes is being executed.&lt;br /&gt;WARNING: Please remain patient.&lt;br /&gt;Initializing the QSPI peripheral.&lt;br /&gt;Reading from the QSPI-connected memory.&lt;br /&gt;Uninitializing the QSPI peripheral.&lt;br /&gt;Storing data in &amp;#39;./log&amp;#39;.&lt;/p&gt;
&lt;p&gt;:020000041200E8&lt;br /&gt;:10000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00&lt;br /&gt;:10001000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0&lt;br /&gt;:10002000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE0&lt;br /&gt;:10003000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFD0&lt;br /&gt;:10004000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0&lt;br /&gt;:10005000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFB0&lt;br /&gt;:10006000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA0&lt;br /&gt;:10007000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF90&lt;br /&gt;:10008000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF80&lt;br /&gt;:10009000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF70&lt;br /&gt;:1000A000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF60&lt;br /&gt;:1000B000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF50&lt;br /&gt;:1000C000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40&lt;br /&gt;:1000D000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF30&lt;br /&gt;:1000E000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF20&lt;br /&gt;:1000F000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF10&lt;br /&gt;:10010000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF&lt;br /&gt;:10011000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEF&lt;br /&gt;:10012000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDF&lt;br /&gt;:10013000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFCF&lt;br /&gt;:10014000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFBF&lt;br /&gt;:10015000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAF&lt;br /&gt;:10016000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF9F&lt;br /&gt;:10017000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF8F&lt;br /&gt;:10018000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF7F&lt;br /&gt;:10019000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF6F&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147287?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 07:42:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76805fab-4cc4-4f22-81ba-66fd33fec838</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;See&amp;nbsp;&lt;a title="nrfjprog commands" href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.tools/dita/tools/nrf5x_command_line_tools/nrf5x_nrfjprogexe_reference.html?cp=5_1_3_0"&gt;nrfjprog commands&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;You can use --memrd to read out the content of the XiP memory region of the external flash, but you will have to use&amp;nbsp;&lt;span&gt;--readqspi if you want to read data stored outside of the XiP memory region.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147267?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 04:10:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:893c70ae-87e7-483d-9919-6148dec3d0ae</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;I don&amp;#39;t sure how to check external flash content by nrfjprog, the read back data look are nrf52840 internal flash content. ??&lt;/p&gt;
&lt;p&gt;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin&amp;gt;nrfjprog.exe --memrd 0 --n&lt;br /&gt; 128&lt;br /&gt;0x00000000: 20000400 00000999 0000062D 00000979 |... ....-...y...|&lt;br /&gt;0x00000010: 00000637 00000641 0000064B 00000000 |7...A...K.......|&lt;br /&gt;0x00000020: 00000000 00000000 00000000 000009BD |................|&lt;br /&gt;0x00000030: 00000655 00000000 0000065F 00000669 |U......._...i...|&lt;br /&gt;0x00000040: 00000673 0000067D 00000687 00000691 |s...}...........|&lt;br /&gt;0x00000050: 0000069B 000006A5 000006AF 000006B9 |................|&lt;br /&gt;0x00000060: 000006C3 000006CD 000006D7 000006E1 |................|&lt;br /&gt;0x00000070: 000006EB 000006F5 000006FF 00000709 |................|&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147266?ContentTypeID=1</link><pubDate>Wed, 05 Sep 2018 04:01:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b58e5c1-1a20-4178-9aee-c1d10dd432dd</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;like this ?&lt;/p&gt;
&lt;p&gt;nrfjprog.exe --memrd 0 --w&amp;nbsp;32&lt;/p&gt;
&lt;p&gt;0x00000000: 20000400&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |... |&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147201?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 13:42:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eeeeeff6-73bf-4198-9e7c-c63778f7a0bb</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;By verifying I mean comparing what you read out with nrfjprog with what the uart log prints.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147183?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 13:01:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2490df6e-7ff0-4707-8c83-f926572a7f34</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Could you teach me how to verify content by nrfprog ? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: QSPI read fail.</title><link>https://devzone.nordicsemi.com/thread/147172?ContentTypeID=1</link><pubDate>Tue, 04 Sep 2018 12:26:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b63e691a-477f-47e3-864a-148c189708d5</guid><dc:creator>haakonsh</dc:creator><description>&lt;p&gt;We need to verify that the content of the external flash has changed. Can you read out and verify the the content of the external memory with nrfjprog after you have erased it?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>