<?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>[nrf5340+nrf7002] Wifi:shell Unable to execute</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118172/nrf5340-nrf7002-wifi-shell-unable-to-execute</link><description>Good day. I&amp;#39;m working on a custom board that uses nRF5340 as the main MCU with a WIFI module, nRF7002. The nRF5340 and nRF7002 are wired based on the nRF7002DK. When I uploaded a shell example to that custom board, I received an error. 
 
 Unfortunately</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jan 2025 01:17:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118172/nrf5340-nrf7002-wifi-shell-unable-to-execute" /><item><title>RE: [nrf5340+nrf7002] Wifi:shell Unable to execute</title><link>https://devzone.nordicsemi.com/thread/519177?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 01:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b48065cf-82eb-4fcb-9f19-a60b24057ba9</guid><dc:creator>DDYD1</dc:creator><description>&lt;p&gt;Found the problem!&lt;br /&gt;The problem was the low level of the operating voltage.&lt;br /&gt;Raising the level of the operating voltage to 3.3V solved the problem!&lt;/p&gt;
&lt;p&gt;Now i have an issue with the MAC address, but i&amp;#39;ll create a new ticket for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nrf5340+nrf7002] Wifi:shell Unable to execute</title><link>https://devzone.nordicsemi.com/thread/519176?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 00:51:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c672a3e9-b69e-418e-ba2c-72e9d05362d0</guid><dc:creator>DDYD1</dc:creator><description>&lt;p&gt;Thanks to your advice!&lt;/p&gt;
&lt;p&gt;I tried that but I got a same error message except spi_nor error.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
[00:00:00.411,163] &amp;lt;err&amp;gt; wifi_nrf_bus: Error: RDSR2 failed
[00:00:00.411,224] &amp;lt;err&amp;gt; wifi_nrf: zep_shim_bus_qspi_dev_add: RPU enable failed with error -1
[00:00:00.411,285] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_bus_qspi_dev_add: nrf_wifi_osal_bus_qspi_dev_add failed
[00:00:00.411,376] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_bal_dev_add: Bus dev_add failed
[00:00:00.411,437] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_hal_dev_add: nrf_wifi_bal_dev_add failed
[00:00:00.411,560] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_dev_add: nrf_wifi_hal_dev_add failed
[00:00:00.411,590] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_dev_add_zep: nrf_wifi_fmac_dev_add failed
[00:00:00.411,590] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: nrf_wifi_fmac_dev_add_zep failed
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43 ***
*** Using Zephyr OS v3.6.99-100befc70c74 ***
Starting nrf7002dk with CPU frequency: 128 MHz
[00:00:00.413,848] &amp;lt;inf&amp;gt; wpa_supp: Successfully initialized wpa_supplicant
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It would be great if i could get information about this error!&lt;/p&gt;
&lt;p&gt;Thanks to your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nrf5340+nrf7002] Wifi:shell Unable to execute</title><link>https://devzone.nordicsemi.com/thread/519112?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2025 14:28:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:701196e6-3aa1-427b-a5aa-97ee581c0878</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It can be due to initialization of the external flash, which seems to fail:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.349,487] &amp;lt;err&amp;gt; spi_nor: Device id 00 00 00 does not match config c2 28 17&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you try to remove/disable the external flash?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi4 {
    status = &amp;quot;disabled&amp;quot;;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>