<?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>nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122285/nrf7002-with-nrf54-custom-board-issues</link><description>Hey everyone, 
 
 I have designed a custom board with a bunch of nordic IC&amp;#39;s (nRF54L15, nRF9151, nRF7002 &amp;amp; nPM1300) 
 I have tested the basic functionality so far, including Hello World and Blink via npm. 
 Also bit more advanced so SLM on the nrf9151</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Sep 2025 12:26:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122285/nrf7002-with-nrf54-custom-board-issues" /><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/549172?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2025 12:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:895c4d4c-c6da-4c08-ad3d-2cb681ab26a7</guid><dc:creator>Application Ninja</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/jackt"&gt;JackT&lt;/a&gt;&amp;nbsp; I see you&amp;#39;re trying to connect the nrf54l15 with the nrf7002. It is stated from Nordic that antenna&amp;nbsp;coexisting is not support, had you proved this otherwise, does it in fact work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/540172?ContentTypeID=1</link><pubDate>Mon, 23 Jun 2025 09:47:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f42442d-091a-4bf4-9e1d-45e97ae62d2f</guid><dc:creator>JackT</dc:creator><description>&lt;p&gt;I think it is working consistently for now. It was likely related to the problem you mentioned but instead I used CONFIG_WIFI_RANDOM_MAC_ADDRESS, as I was unsure about which MAC address to assign to the OTP, since it is for development purposes for now. And the five times I have tried so far, it has kept working on both the shell and scan samples.&lt;/p&gt;
&lt;p&gt;On a side note:&lt;/p&gt;
&lt;p&gt;While I was testing with the radio_test sample (/nrf/samples/wifi/radio_test/single_domain) I was running into the issue that it could not find the path referenced in the Kconfig of the sample&lt;/p&gt;
&lt;p&gt;because of this error:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/home/jack/ncs/v3.0.1/zephyr/scripts/kconfig/kconfig.py: /home/jack/Documents/GST-FW/single_domain_1/Kconfig:9: &amp;#39;/home/jack/Documents/GST-FW/single_domain_1/../../../../samples/peripheral/radio_test/Kconfig&amp;#39; not found (in &amp;#39;rsource &amp;quot;../../../../samples/peripheral/radio_test/Kconfig&amp;quot;&amp;#39;). Check that environment variables are set correctly (e.g. $srctree, which is set to &amp;#39;/home/jack/ncs/v3.0.1/zephyr&amp;#39;). Also note that unset environment variables expand to the empty string.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This is because the Kconfig uses a relative path:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;rsource &amp;quot;../../../../samples/peripheral/radio_test/Kconfig&amp;quot;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;And this broke because I used the NRF Connect &amp;quot;create a new application&amp;quot; and &amp;quot;Copy a sample&amp;quot; steps, and put the code in another folder I use for projects.&lt;/p&gt;
&lt;p&gt;I fixed this by changing the path to:&lt;br /&gt;&lt;br /&gt;rsource &amp;quot;${ZEPHYR_BASE}/../nrf/samples/peripheral/radio_test/Kconfig&amp;quot;&lt;br /&gt;&lt;br /&gt;Not sure if this is worth changing, but something others might run into&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/540076?ContentTypeID=1</link><pubDate>Fri, 20 Jun 2025 16:01:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f21a008-9e51-4ae9-9216-2941dde9df35</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I see both sample logs have the following error message:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; mosh:~$ [00:20:41.364,818] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_fmac_otp_mac_addr_get: MAC addr not programmed in OTP
00&amp;gt; mosh:~$ [00:20:41.364,847] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_get_mac_addr: Invalid MAC address: 00:00:00:00:00:00&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You can refer to &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/103719/samples-wifi-scan-broken-without-programmed-otp/445799"&gt;this post&lt;/a&gt; and &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101820/how-to-configure-nrf7002-s-mac-manually/511778"&gt;this post&lt;/a&gt; to configure the MAC address.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If you&amp;#39;re unsure about the validity of your MAC address, you may want to consult with your network administrator or refer to the IEEE guidelines for MAC address assignments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539906?ContentTypeID=1</link><pubDate>Thu, 19 Jun 2025 14:02:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc832738-9bc8-48d1-81de-ea172557963b</guid><dc:creator>JackT</dc:creator><description>&lt;p&gt;Okay, we&amp;#39;ve got some progress!&amp;nbsp; I changed to SPI00. Now I have the WiFi-Scan sample working for the first scan, but I&amp;#39;m experiencing some issues. (expect for once where it kept working (1/8 tests)&lt;/p&gt;
&lt;p&gt;Most of the time, the Wifi Scan Output is this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; [00:49:38.350,074] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: freq = 8 MHz
00&amp;gt; [00:49:38.350,104] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: latency = 0
00&amp;gt; [00:49:38.420,419] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_fmac_otp_mac_addr_get: MAC addr not programmed in OTP
00&amp;gt; [00:49:38.420,449] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_get_mac_addr: Invalid MAC address: 00:00:00:00:00:00
00&amp;gt; [00:49:38.420,463] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: Failed to get MAC address
00&amp;gt; *** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
00&amp;gt; *** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
00&amp;gt; Starting gst with CPU frequency: 128 MHz
00&amp;gt; [00:49:39.420,900] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_stop_zep: rpu_ctx_zep is NULL
00&amp;gt; [00:49:39.423,290] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: freq = 8 MHz
00&amp;gt; [00:49:39.423,305] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: latency = 0
00&amp;gt; [00:49:39.613,018] &amp;lt;inf&amp;gt; scan: OTP not programmed, proceeding with local MAC: F6:CE:36:00:00:01
00&amp;gt; Scan requested
00&amp;gt; Num  | SSID                             (len) | Chan | RSSI | Security | BSSID
00&amp;gt; 1    |                                  0     | 6    | -36  | WPA2-PSK | 7A:45:58:90:8F:96
00&amp;gt; 2    | Internet of Things Lab           22    | 6    | -36  | WPA2-PSK | 78:45:58:D0:8F:96
00&amp;gt; 3    | Gyromotics 2-1                   14    | 1    | -48  | WPA2-PSK | C0:C1:C0:F4:DD:98
00&amp;gt; 4    | HyER=                            5     | 2    | -53  | WPA2-PSK | A2:64:CF:D7:EC:80
00&amp;gt; 5    |                                  0     | 2    | -55  | WPA2-PSK | A2:64:CF:D7:EC:81
00&amp;gt; 6    | DIRECT-3L-EPSON-ET-4700 Series   30    | 1    | -56  | WPA2-PSK | 52:57:9C:95:4F:8A
00&amp;gt; 7    | Fluxthor                         8     | 1    | -59  | WPA-PSK | 64:64:4A:25:B5:AB
00&amp;gt; 8    | DIRECT-76-HP M234 LaserJet       26    | 11   | -62  | WPA2-PSK | EE:91:61:80:E9:76
00&amp;gt; 9    | CiWi-Fi-B0.01                    13    | 1    | -62  | WPA2-PSK | 78:45:58:60:69:F9
00&amp;gt; 10   | Flexplekken                      11    | 11   | -63  | WPA2-PSK | F6:55:A8:1E:55:78
00&amp;gt; 11   | eduroam                          7     | 11   | -63  | EAP-TLS | EE:55:A8:1E:55:78
00&amp;gt; 12   |                                  0     | 11   | -64  | WPA2-PSK-SHA256 | DA:55:A8:1E:55:78
00&amp;gt; 13   | AG-84fce6076504                  15    | 1    | -64  | OPEN  | 84:FC:E6:07:65:05
00&amp;gt; 14   | LYLA                             4     | 11   | -65  | WPA-PSK | B0:BE:76:1A:A4:BB
00&amp;gt; 15   | LYLA-gast                        9     | 11   | -65  | WPA-PSK | B6:BE:76:1A:A4:BC
00&amp;gt; 16   | ADI-WLAN                         8     | 8    | -65  | WPA2-PSK | C2:BF:B8:4B:9F:C1
00&amp;gt; 17   | Hypersoniq                       10    | 7    | -65  | WPA2-PSK | AC:15:A2:92:F8:AB
00&amp;gt; 18   | VEMS                             4     | 10   | -66  | WPA2-PSK | 20:97:27:1B:24:90
00&amp;gt; 19   | DeNoize                          7     | 8    | -66  | WPA-PSK | 98:DA:C4:97:BB:17
00&amp;gt; 20   | ASUS                             4     | 2    | -69  | OPEN  | 04:92:26:3A:D5:A0
00&amp;gt; 21   | DIRECT-7E-HP OfficeJet Pro 7740  31    | 8    | -70  | WPA2-PSK | 9E:7B:EF:5C:0E:7E
00&amp;gt; 22   | GeoBirds                         8     | 3    | -70  | WPA2-PSK | CC:2D:21:24:C7:71
00&amp;gt; 23   | GA-BASF-AP                       10    | 1    | -72  | WPA2-PSK | 20:43:A8:4C:12:9D
00&amp;gt; 24   | Basecamp                         8     | 5    | -73  | WPA2-PSK | CC:40:D0:7A:33:B1
00&amp;gt; 25   | Ontzorgd                         8     | 5    | -74  | WPA2-PSK | 30:68:93:ED:7F:27
00&amp;gt; 26   | eduroam                          7     | 6    | -81  | EAP-TLS | EE:55:A8:1E:55:6F
00&amp;gt; 27   | YES!Delft Guest                  15    | 6    | -81  | OPEN  | E2:55:A8:1E:55:6F
00&amp;gt; 28   | YES!Delft                        9     | 6    | -82  | WPA2-PSK | E4:55:A8:1E:55:6F
00&amp;gt; 29   |                                  0     | 40   | -88  | WPA2-PSK | 7A:45:58:A0:8F:97
00&amp;gt; 30   | Internet of Things Lab           22    | 40   | -89  | WPA2-PSK | 78:45:58:D0:8F:97
00&amp;gt; 31   |                                  0     | 40   | -89  | WPA2-PSK | 7A:45:58:90:8F:97
00&amp;gt; Scan request done
00&amp;gt; Scan requested
00&amp;gt; [00:50:14.250,808] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_disp_scan_zep: Scan already in progress
00&amp;gt; [00:50:14.250,832] &amp;lt;err&amp;gt; scan: Scan request failed
00&amp;gt; [00:50:24.250,520] &amp;lt;err&amp;gt; scan: Scan request failed (-116)
00&amp;gt; Scan requested
00&amp;gt; [00:50:34.254,047] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_disp_scan_zep: Scan already in progress
00&amp;gt; [00:50:34.254,072] &amp;lt;err&amp;gt; scan: Scan request failed
00&amp;gt; [00:50:44.254,174] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_disp_scan_zep: Scan already in progress
00&amp;gt; [00:50:44.254,199] &amp;lt;err&amp;gt; scan: Scan request failed&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Together with this one, I also captured the power profiler output:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-from-2025_2D00_06_2D00_19-15_2D00_52_2D00_18.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;With the WiFi shell, I get a set of new errors now, and I cannot perform a wifi scan because interface is not up&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; kernel reboot
00&amp;gt; 
00&amp;gt; mosh:~$ [00:20:41.241,974] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: freq = 8 MHz
00&amp;gt; mosh:~$ [00:20:41.241,992] &amp;lt;inf&amp;gt; wifi_nrf_bus: SPIM spi@4a000: latency = 0
00&amp;gt; mosh:~$ [00:20:41.355,036] &amp;lt;inf&amp;gt; wifi_nrf: Configuring SLEEP CTRL GPIO control register
00&amp;gt; 
00&amp;gt; mosh:~$ [00:20:41.364,818] &amp;lt;inf&amp;gt; wifi_nrf: nrf_wifi_fmac_otp_mac_addr_get: MAC addr not programmed in OTP
00&amp;gt; mosh:~$ [00:20:41.364,847] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_get_mac_addr: Invalid MAC address: 00:00:00:00:00:00
00&amp;gt; mosh:~$ [00:20:41.364,860] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: Failed to get MAC address
00&amp;gt; mosh:~$ [00:20:41.367,391] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes
00&amp;gt; mosh:~$ [00:20:41.367,397] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fd0
00&amp;gt; mosh:~$ [00:20:41.367,402] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0
00&amp;gt; mosh:~$ *** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
00&amp;gt; mosh:~$ *** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
00&amp;gt; mosh:~$ Starting gst with CPU frequency: 128 MHz
00&amp;gt; mosh:~$ [00:20:41.368,212] &amp;lt;inf&amp;gt; wifi_supplicant: wpa_supplicant initialized
00&amp;gt; mosh:~$ [00:20:41.369,560] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,599] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ [00:20:41.369,629] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,660] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ [00:20:41.369,690] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,721] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ [00:20:41.369,751] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,782] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ [00:20:41.369,812] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,843] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ [00:20:41.369,872] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_wpa_supp_set_key: rpu_ctx_zep is NULL
00&amp;gt; mosh:~$ [00:20:41.369,904] &amp;lt;err&amp;gt; wpa_supp: _wpa_drv_zep_set_key: set_key op failed
00&amp;gt; mosh:~$ mosh:~$ mosh:~$ &lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Lastly, I also reran the bustest with this output:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; *** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
00&amp;gt; *** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
00&amp;gt; Running TESTSUITE bustest_suite
00&amp;gt; ===================================================================
00&amp;gt; D: GPIO configuration done...
00&amp;gt; 
00&amp;gt; D: Bucken = 1, IOVDD = 1
00&amp;gt; I: SPIM spi@4a000: freq = 8 MHz
00&amp;gt; I: SPIM spi@4a000: latency = 0
00&amp;gt; D: Written 0x1 to WRSR2
00&amp;gt; D: err: 0 -&amp;gt; 0 1 1 1 1 1
00&amp;gt; D: RDSR2 = 0x1
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR1 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR1 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR1 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR1 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 2 2 2 2 2
00&amp;gt; D: RDSR1 = 0x2
00&amp;gt; D: RPU Clocks ON...
00&amp;gt; I: Wi-Fi ON done
00&amp;gt; START - test_dataram
00&amp;gt;  PASS - test_dataram in 0.009 seconds
00&amp;gt; ===================================================================
00&amp;gt; START - test_peripbus
00&amp;gt;  PASS - test_peripbus in 0.001 seconds
00&amp;gt; ===================================================================
00&amp;gt; START - test_sysbus
00&amp;gt;  PASS - test_sysbus in 0.001 seconds
00&amp;gt; ===================================================================
00&amp;gt; TESTSUITE bustest_suite s&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539734?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 14:14:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc7bb46a-579c-4bdf-b8d0-0ed38331b18b</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please use&amp;nbsp;&lt;span&gt;SPIM00&amp;nbsp;because SPIM22 cannot be used on P2. See&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/spim.html#d1398e937"&gt;https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/spim.html#d1398e937&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539672?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 09:06:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b88e5aac-55c4-49c7-b342-daedc278a6ff</guid><dc:creator>JackT</dc:creator><description>&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;00&amp;gt; *** Booting nRF Connect SDK v3.0.1-9eb5615da66b ***
00&amp;gt; *** Using Zephyr OS v4.0.99-77f865b8f8d0 ***
00&amp;gt; Running TESTSUITE bustest_suite
00&amp;gt; ===================================================================
00&amp;gt; D: GPIO configuration done...
00&amp;gt; 
00&amp;gt; D: Bucken = 1, IOVDD = 1
00&amp;gt; I: SPIM spi@c8000: freq = 8 MHz
00&amp;gt; I: SPIM spi@c8000: latency = 0
00&amp;gt; D: Written 0x1 to WRSR2
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; D: err: 0 -&amp;gt; 0 0 0 0 0 0
00&amp;gt; D: RDSR2 = 0x0
00&amp;gt; E: RPU wakeup write ACK failed even after 10ms
00&amp;gt; E: Error: RDSR2 failed
00&amp;gt; E: wifi_on: RPU enable failed with error -1
00&amp;gt; START - test_dataram
00&amp;gt; E: memtest: failed (0), Expected 0x12345678, Read 0x0
00&amp;gt; E: memtest: failed (1), Expected 0x12345679, Read 0x0
00&amp;gt; E: memtest: failed (2), Expected 0x12345&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Here is the output from the bustest. I&amp;#39;m not 100% sure if this is correct, as it mentions QSPI, and my nRF7002 is only connected via SPI.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/shell_5F00_with_5F00_board_5F00_files.zip"&gt;devzone.nordicsemi.com/.../shell_5F00_with_5F00_board_5F00_files.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here are also the project I used with overlay and the custom board files.&lt;/p&gt;
&lt;p&gt;I was looking through the documentation again and I did notice one thing. it mentions in the supply sequencing that IOVDD should be applied 1ms after BUCKEN. But I didn&amp;#39;t see this at the time of design so I connected IOVDD straight to VDD with no switch. Not sure if this could be causing the issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539431?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 16:40:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7f8aeb5-d220-4807-9677-cec26ee13603</guid><dc:creator>Amanda Hsieh</dc:creator><description>[quote user=""]I have tried the nRF54 with both WiFi: Scan sample and WiFi: Shell. both seem to be running into the same issue related to&amp;nbsp;wifi_nrf_bus: Error: RDSR2 failed[/quote]
&lt;p&gt;&lt;span&gt;It is a generic error message, stating effectively &amp;quot;No connection towards the nRF7002&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you provide&amp;nbsp;board/overlay files?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Is it possible to run the bus-test: zephyr/tests/boards/nrf/nrf70/bustest and provide the result?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539387?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 12:43:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd05ec15-6890-42f2-8c54-15882aef24c6</guid><dc:creator>JackT</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/KiCAD_5F00_GST_5F00_Schematic.pdf"&gt;devzone.nordicsemi.com/.../KiCAD_5F00_GST_5F00_Schematic.pdf&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It should be okay to share because I have removed the last couple of irrelevant pages, as you can see in the overview sheet. It should be mostly reference circuitry anyway&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF7002 with nRF54 custom board issues</title><link>https://devzone.nordicsemi.com/thread/539385?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 12:37:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:872d862c-b778-4d60-b90f-6b364b5a4526</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]I have followed the reference circuitry for the nRF7002-CEAA and nRF54L15-CAAA[/quote]
&lt;p&gt;Could you provide a&amp;nbsp;&lt;span&gt;schematic? If it&amp;#39;s sensitive, I can set this case private, which would be shared only with Nordic.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>