<?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>JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/100640/jedec-id-00-00-00-expect-c2-28-17-in-matter-template-sample</link><description>Hi, 
 I&amp;#39;m developing my custom board with nrf52840 to work with Matter. I designed the board to make it as similar as possible to the development kit so I used the same external flash (mx25r6435f). When flashing Matter template sample (sdk v2.3.0) I see</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Jul 2023 09:26:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/100640/jedec-id-00-00-00-expect-c2-28-17-in-matter-template-sample" /><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/434134?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2023 09:26:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8c9ed26-a6be-4c80-90fe-146f7b217911</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the update. Yes, it&amp;#39;s best to set CONFIG_GPIO_AS_PINRESET=n as the default configuration. This ensures that all images, including child images such as MCUBoot, won&amp;#39;t attempt to enable the pinreset functionality on P0.18.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/434132?ContentTypeID=1</link><pubDate>Mon, 03 Jul 2023 09:21:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9efdcf13-96da-4d08-be0e-aa0b4889f335</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;sorry for late response, I was out of the office and I tried to investigate it a little bit more and I found the problem. Due to the external flash SCK pin is connected to pin P0.18 (which is also reset pin) I had in my prj.conf CONFIG_GPIO_AS_PINRESET=n. However I had to add this configuration to the board file structure to file {board_name}_defconfig. This solved my problem and the error doesn&amp;#39;t occure at the boot anymore.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your time.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/431204?ContentTypeID=1</link><pubDate>Thu, 15 Jun 2023 10:05:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ab0cdd5-d2ab-4063-ade1-fe25474c7c92</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Could you please try to compare the register configurations when you run the SPI flash sample and the Matter sample to see if anything is different? Relevant registers to&amp;nbsp;compare&amp;nbsp;are:&lt;/p&gt;
&lt;p&gt;-&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/gpio.html?cp=5_0_0_5_8_1_9#register.PIN_CNF-0-31"&gt;PIN_CNF[n]&lt;/a&gt;&amp;nbsp;for all pins assigned to QSPI&lt;/p&gt;
&lt;p&gt;- QSPI registers:&amp;nbsp;&lt;a title="Registers" href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/qspi.html?cp=5_0_0_5_18_9#topic"&gt;Registers&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;It is also recommended to configure the GPIOs in high drive mode. You can do this by using the &amp;#39;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/pinctrl/nordic,nrf-pinctrl.html"&gt;nordic,drive-mode&lt;/a&gt;&lt;span&gt;&amp;#39;&lt;/span&gt;&amp;nbsp;property in your pinctrl overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	qspi_default: qspi_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(QSPI_SCK, 0, 18)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO0, 0, 20)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO1, 0, 24)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO2, 0, 22)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO3, 0, 15)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_CSN, 0, 13)&amp;gt;;
				nordic,drive-mode = &amp;lt;NRF_DRIVE_H0H1&amp;gt;;
		};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/431079?ContentTypeID=1</link><pubDate>Wed, 14 Jun 2023 15:54:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d417dbdb-70db-44c6-8746-95a7580026a6</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Thank you for explaning me why these settings were disabled for my board.&lt;/p&gt;
&lt;p&gt;Yes, I still see the same log form the application. How can I enable logging from the bootloader, please?&lt;br /&gt;&lt;br /&gt;PS: my external flash is connected to nrf52840 as follows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	qspi_default: qspi_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(QSPI_SCK, 0, 18)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO0, 0, 20)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO1, 0, 24)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO2, 0, 22)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_IO3, 0, 15)&amp;gt;,
				&amp;lt;NRF_PSEL(QSPI_CSN, 0, 13)&amp;gt;;
		};
	};&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430780?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 13:15:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29e9ee90-bd45-47ce-9781-4af357678692</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;The reason the CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16 and CONFIG_CHIP_QSPI_NOR=y settings were not enabled by default is that the default settings are not applied when building for another board:&lt;/p&gt;
&lt;div&gt;&lt;a title="https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/kconfig.defaults#l179" href="https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/Kconfig.defaults#L179" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/Kconfig.defaults#L179&lt;/a&gt; and &lt;a title="https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/kconfig.features#l49" href="https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/Kconfig.features#L49" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-connectedhomeip/blob/master/config/nrfconnect/chip-module/Kconfig.features#L49&lt;/a&gt;.&lt;/div&gt;
&lt;p&gt;&lt;span&gt;Are you still seeing the same log from the application, and do you have logging from the bootloader enabled?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430756?ContentTypeID=1</link><pubDate>Tue, 13 Jun 2023 12:31:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96489810-136f-4787-8d24-35dea685f811</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks for confirming. I have reached out to our Matter team to see if they have any thoughts on what the problem could be. Will let you know when as soon as I&amp;#39;ve heard back from them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430547?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 14:41:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:38b28a88-d383-4da0-a7e4-34e07fbda006</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I tried to reduce clock speed 4 times to&amp;nbsp;&lt;span&gt;sck-frequency &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;lt;&lt;/span&gt;&lt;span&gt;2000000&lt;/span&gt;&lt;span&gt;&amp;gt; but the error is still there.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430447?ContentTypeID=1</link><pubDate>Mon, 12 Jun 2023 11:22:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73b081cd-06dd-4bc8-a498-bd57af9bf61d</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello Filip,&lt;/p&gt;
[quote user="filipmrazek"]The qspi section of the .dts file is same except used pins.[/quote]
&lt;p&gt;Even though&amp;nbsp;your HW works with the SPI flash sample, could you please try to reduce the QSPI clock speed to see if it makes any difference. The QSPI is not guaranteed to work at higher frequencies when not using the recommended &lt;a title="Pin assignments" href="https://infocenter.nordicsemi.com/topic/ps_nrf52840/pin.html?cp=5_0_0_6_0"&gt;Pin assignments&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430322?ContentTypeID=1</link><pubDate>Sun, 11 Jun 2023 15:31:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3614ddc3-c356-433e-a846-c249ad47a540</guid><dc:creator>filipmrazek</dc:creator><description>&lt;p&gt;Hello Vidar,&lt;/p&gt;
&lt;p&gt;I compared .config and zephyr.dts files of my custom board with dk board. The qspi section of the .dts file is same except used pins. However, in .config file I found two keys related to qspi memory, which were missing in my .config (CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16 and CONFIG_CHIP_QSPI_NOR=y).&lt;/p&gt;
&lt;p&gt;I added them to my prj.conf but the same error is still there.&lt;/p&gt;
&lt;p&gt;Do you have any other idea what could be wrong?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Filip&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: JEDEC id [00 00 00] expect [c2 28 17] in Matter template sample</title><link>https://devzone.nordicsemi.com/thread/430208?ContentTypeID=1</link><pubDate>Fri, 09 Jun 2023 11:40:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3906e15-5784-4fe0-ba65-b88bf0f7399e</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Could you please compare (diff) the .config and zephyr.dts file in &amp;lt;build dir&amp;gt;/zephyr when built for the &amp;#39;nrf52840dk_nrf52840&amp;#39; and when built for your custom board to see if anything stands out? The fact that the spi flash example runs OK is a good sign.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>