<?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>Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107315/setting-nrf700x-coex-ble-wifi-brings-error</link><description>Hi All, 
 
 I am trying to add the BLE Wifi Coexistence on the nrf7002DK to my project by following this. I am simply adding this to the overlay 
 
 / { 
 nrf_radio_coex: nrf7002-coex { 
 status = &amp;quot;okay&amp;quot; ; 
 compatible = &amp;quot;nordic,nrf700x-coex&amp;quot; ; 
 req</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 01 Feb 2024 10:11:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107315/setting-nrf700x-coex-ble-wifi-brings-error" /><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/467107?ContentTypeID=1</link><pubDate>Thu, 01 Feb 2024 10:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b79f06a5-b813-4161-848d-4edb6968f364</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon, I think that&amp;#39;s it, thank you,&lt;br /&gt;&lt;br /&gt;Sylvian&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/467073?ContentTypeID=1</link><pubDate>Thu, 01 Feb 2024 08:46:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:337de996-cb0f-46cf-a27d-f49193c65ecc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Sylvain&lt;/p&gt;
&lt;p&gt;Okay, but I&amp;nbsp;don&amp;#39;t see that you&amp;#39;ve also done &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/device_guides/wifi_coex.html#enabling-nrf70-series-wi-fi-coexistence"&gt;step 4 &lt;/a&gt;where you need to apply the same devicetree nodes to the network core as well as the application core. Can you please confirm you&amp;#39;ve done that as well?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466955?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 13:41:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0802507a-6289-432f-85a2-183db30c7434</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;Yes I am able to run the projects without this config though I added these config accroding to this:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/device_guides/wifi_coex.html#ug-radio-coex"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/device_guides/wifi_coex.html#ug-radio-coex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Because as I will use WiFi and BLE I want tothem to be able to work at the same time and avoid interference, ...&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466924?ContentTypeID=1</link><pubDate>Wed, 31 Jan 2024 12:06:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7d24e79-4bcc-402d-ab72-abf03d3295f2</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I tried on my end and I&amp;#39;m also able to reproduce this by setting these configs on my end, so it must be related to the MPSL.&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MPSL_CX&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MPSL_CX_NRF700X&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I&amp;#39;ve not been able to find out why, as the error reported refers to a &amp;quot;Broken Pipe&amp;quot; which I&amp;#39;m not able to find where would be. I have asked the developers that made the MPSL if they know why this could be and will get back to you when I hear something. Thank you for your patience.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;By removing these configs you will be able to run the project as expected I think. Is there a specific reason you&amp;#39;ve set these configs in your coex project?&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards,&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466714?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 10:28:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:864d3454-fd26-4480-8131-487da46e16e4</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon, you&amp;#39;re right,&amp;nbsp;&lt;br /&gt;I switch to&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;//Add for BLE/Wifi Coexistence&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;/&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;span&gt;nrf_radio_coex:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;nrf7002-coex&lt;/span&gt;&lt;span&gt; {&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;status&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;okay&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;compatible&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;nordic,nrf700x-coex&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;req-gpios&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;gpio0&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;28&lt;/span&gt;&lt;span&gt; (&lt;/span&gt;&lt;span&gt;GPIO_ACTIVE_HIGH&lt;/span&gt;&lt;span&gt;)&amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;status0-gpios&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;lt;&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;gpio0&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;30&lt;/span&gt;&lt;span&gt; (&lt;/span&gt;&lt;span&gt;GPIO_ACTIVE_HIGH&lt;/span&gt;&lt;span&gt;)&amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span&gt;grant-gpios&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &amp;nbsp; &amp;lt;&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;gpio0&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;24&lt;/span&gt;&lt;span&gt; (&lt;/span&gt;&lt;span&gt;GPIO_ACTIVE_HIGH&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;|&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;GPIO_PULL_UP&lt;/span&gt;&lt;span&gt;)&amp;gt;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&amp;nbsp;};&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;};&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;and the boot up errors are gone.&lt;br /&gt;Though I still have the NRF RPC error and the Interface 1 error.&lt;br /&gt;Do you know why?&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;OK&lt;br /&gt;[00:00:00.517,791] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes&lt;br /&gt;[00:00:00.517,822] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fb8&lt;br /&gt;[00:00:00.517,822] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, e4&lt;br /&gt;*** Booting nRF Connect SDK v2.5.0 ***&lt;br /&gt;[00:00:00.620,635] &amp;lt;err&amp;gt; nrf_rpc_ipc: IPC endpoint bond timeout&lt;br /&gt;[00:00:00.620,666] &amp;lt;err&amp;gt; NRF_RPC: Failed to initialize transport, err: -32&lt;br /&gt;[00:00:01.620,758] &amp;lt;err&amp;gt; NRF_RPC: Not all groups are ready to use.&lt;br /&gt;[00:00:01.620,819] &amp;lt;inf&amp;gt; net_config: Initializing network&lt;br /&gt;[00:00:01.620,849] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x200017d0) to be up...&lt;br /&gt;OK&lt;br /&gt;OK&lt;br /&gt;OK&lt;br /&gt;OK&lt;br /&gt;FAIL&lt;br /&gt;OK&lt;br /&gt;OK&lt;br /&gt;[00:00:31.621,978] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.165.100.150&lt;br /&gt;[00:00:31.622,070] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...&lt;br /&gt;[00:00:31.622,406] &amp;lt;err&amp;gt; net_config: Timeout while waiting network interface&lt;br /&gt;[00:00:31.622,406] &amp;lt;err&amp;gt; net_config: Network initialization failed (-115)&lt;br /&gt;&lt;br /&gt;Sylvain&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466685?ContentTypeID=1</link><pubDate>Tue, 30 Jan 2024 09:08:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c395267-9530-4eb7-bab7-475ef9cada76</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;On your side the interface seems to time out waiting because the network is down (error -115). I just checked the pin config of your overlay, and it seems you might have mixed up the configs here, as P0.24 should be the COEX_GRANT in HW, not P0.25, and P0.28 should be the &lt;strong&gt;COEX_REQ&lt;/strong&gt; pin. Also, the status pin you&amp;#39;re using is by default used for QSPI with the nRF7002, so that&amp;#39;s likely what you&amp;#39;re having trouble with. I&amp;#39;m sorry I missed that initially.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466424?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 09:30:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7cb20034-df33-4d5b-aae3-2a43acec4935</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;I did try the&amp;nbsp; coex example and here&amp;#39;s the logs (it seems to boot like it should)&lt;/p&gt;
&lt;p&gt;nRF Connect SDK v2.5.0 ***&lt;br /&gt;[00:00:00.420,288] &amp;lt;OK&lt;br /&gt;inf&amp;gt; net_config: Initializing network&lt;br /&gt;[00:00:00.420,288] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x20001b40) to be up...&lt;br /&gt;[00:00:00.420,410] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.99&lt;br /&gt;[00:00:00.420,471] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...&lt;br /&gt;[00:00:00.420,623] &amp;lt;inf&amp;gt; coex: Starting nrf7002dk_nrf5340_cpuapp with CPU frequency: 128 MHz&lt;br /&gt;[00:00:01.420,684] &amp;lt;inf&amp;gt; coex: test_wlan = 1 and test_ble = 1&lt;/p&gt;
&lt;p&gt;[00:00:01.420,715] &amp;lt;inf&amp;gt; wifi_nrf: GPIO P1.10 set to 0&lt;/p&gt;
&lt;p&gt;[00:00:01.433,593] &amp;lt;inf&amp;gt; coex: Connection requested&lt;br /&gt;[00:00:01.433,593] &amp;lt;inf&amp;gt; coex: Waiting for Wi-Fi Connection&lt;br /&gt;[00:00:31.433,685] &amp;lt;err&amp;gt; coex: Timeout waiting for Wi-Fi Connection -&amp;gt; -11&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;One thing that change is that on my side the&amp;nbsp;&amp;quot;&lt;span&gt;Waiting interface 1 (0x20001b40) to be up...&amp;quot; is always timing out, do you have an idea why?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sylvain&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466399?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 08:19:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f946aebe-ae67-4353-8f6b-9d4c3db63e73</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Hmm, this look perfectly fine to me. How are you powering the DK on your end exactly? And could you try using one of our Wi-Fi sample projects just to make sure if this isn&amp;#39;t an issue with the changes you made to the coex sample.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/466021?ContentTypeID=1</link><pubDate>Thu, 25 Jan 2024 13:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c70840d-0f80-4b1a-9a46-b63c6b6cae08</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;HI Simon,&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the picture:&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/PXL_5F00_20240125_5F00_133802668.jpg" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;&lt;br /&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/465786?ContentTypeID=1</link><pubDate>Wed, 24 Jan 2024 12:31:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8244b341-645f-47cf-999f-5cffe2458e7f</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Sylvain&lt;/p&gt;
&lt;p&gt;With that version of the DK NCS 2.5.0 should by default build for that chip revision, so that shouldn&amp;#39;t be the issue. Can you send a (high-res) picture of your DK, and some information on how you&amp;#39;re posing it and what the switches on the DK is set to?&lt;/p&gt;
&lt;p&gt;The error messages you get is telling you that you&amp;#39;re not able to communicate correctly with the nRF7002 chip for some reason, so I just want to see that the DK seems to be correctly set up.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/465627?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 14:49:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b440587-a04d-4b7a-a774-e83b3bf61ae0</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I tried to power off with the switch but it did not solved it.&lt;br /&gt;I am using the PCA10143 (1.0.2), the symbol&amp;nbsp;&lt;strong&gt;CONFIG_NRF700X_REV_A&amp;nbsp;&lt;/strong&gt;is unknown so I can&amp;#39;t set it.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you,&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/465538?ContentTypeID=1</link><pubDate>Tue, 23 Jan 2024 11:52:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7164437b-0a30-4600-a698-4da3e736504b</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hmm, that&amp;#39;s strange.&amp;nbsp;Does it also occur if you power the DK off and on with the power switch? I&amp;#39;ve seen this been a fix in the past at least. What revision of the nRF7002 DK are you using? You can try setting &lt;strong&gt;CONFIG_NRF700X_REV_A=n&lt;/strong&gt; in your prj.conf file if it isn&amp;#39;t already (I think it should be by default).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/465264?ContentTypeID=1</link><pubDate>Mon, 22 Jan 2024 10:42:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:594b7868-51e5-421b-aa72-19aca7cf20c4</guid><dc:creator>sguitton01</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;Yes the DK has the P22-P23 headers has jumpers.&lt;br /&gt;&lt;br /&gt;I just followed the OTP memory programming section, heres the logs:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;uart:~$ wifi_radio_ficr_prog otp_write_params 0x100 0x50FA50FA&lt;br /&gt;OTP Region is open for R/W&lt;/p&gt;
&lt;p&gt;Finished Writing OTP params&lt;br /&gt;[00:00:27.209,320] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT0 (0x100) : 0x50fa50fa&lt;/p&gt;
&lt;p&gt;[00:00:27.209,350] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT1 (0x104) : 0x50fa50fa&lt;/p&gt;
&lt;p&gt;[00:00:27.209,350] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT2 (0x108) : 0x50fa50fa&lt;/p&gt;
&lt;p&gt;[00:00:27.209,381] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT3 (0x10c) : 0x50fa50fa&lt;/p&gt;
&lt;p&gt;uart:~$&lt;/p&gt;
&lt;p&gt;*** Booting nRF Connect SDK v2.5.0 ***&lt;br /&gt;uart:~$ wifi_radio_ficr_prog otp_read_params&lt;br /&gt;OTP Region is open for R/W&lt;/p&gt;
&lt;p&gt;PRODTEST.FT.PROGVERSION = 0xff0200ff&lt;/p&gt;
&lt;p&gt;PRODTEST.TRIM0 = 0x0099040b&lt;br /&gt;PRODTEST.TRIM1 = 0x0099d407&lt;br /&gt;PRODTEST.TRIM2 = 0x0099d807&lt;br /&gt;PRODTEST.TRIM3 = 0x009f040c&lt;br /&gt;PRODTEST.TRIM4 = 0x009fd408&lt;br /&gt;PRODTEST.TRIM5 = 0x009fd808&lt;br /&gt;PRODTEST.TRIM6 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM7 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM8 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM9 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM10 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM11 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM12 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM13 = 0xffffffff&lt;br /&gt;PRODTEST.TRIM14 = 0xffffffff&lt;/p&gt;
&lt;p&gt;INFO.PART = 0x00007002&lt;br /&gt;INFO.VARIANT = 0x00423030&lt;/p&gt;
&lt;p&gt;INFO.UUID0 = 0xc468fd02&lt;br /&gt;INFO.UUID1 = 0x11ed7d66&lt;br /&gt;INFO.UUID2 = 0x75a701cc&lt;br /&gt;INFO.UUID3 = 0x02f0c3ce&lt;/p&gt;
&lt;p&gt;REGION.PROTECT0 = 0x50fa50fa&lt;br /&gt;REGION.PROTECT1 = 0x50fa50fa&lt;br /&gt;REGION.PROTECT2 = 0x50fa50fa&lt;br /&gt;REGION.PROTECT3 = 0x50fa50fa&lt;/p&gt;
&lt;p&gt;MAC0.ADDRESS0 = 0x0036cef4&lt;br /&gt;MAC0.ADDRESS1 = 0x0000dc17&lt;br /&gt;MAC0.ADDRESS = f4:ce:36:00:17:dc&lt;/p&gt;
&lt;p&gt;MAC1.ADDRESS0 = 0x0036cef4&lt;br /&gt;MAC1.ADDRESS1 = 0x0000dd17&lt;br /&gt;MAC1.ADDRESS = f4:ce:36:00:17:dd&lt;/p&gt;
&lt;p&gt;CALIB.XO = 0x29&lt;br /&gt;REGION_DEFAULTS = 0xfffffff1&lt;/p&gt;
&lt;p&gt;uart:~$ wifi_radio_ficr_prog otp_write_params 0x100 0x00000000&lt;br /&gt;OTP Region is open for R/W&lt;/p&gt;
&lt;p&gt;Finished Writing OTP params&lt;br /&gt;[00:02:47.825,988] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT0 (0x100) : 0x0000&lt;/p&gt;
&lt;p&gt;[00:02:47.826,019] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT1 (0x104) : 0x0000&lt;/p&gt;
&lt;p&gt;[00:02:47.826,019] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT2 (0x108) : 0x0000&lt;/p&gt;
&lt;p&gt;[00:02:47.826,049] &amp;lt;inf&amp;gt; otp_prog: Written REGION_PROTECT3 (0x10c) : 0x0000&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And if after I go back to my code I still have the issue:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;nrf_wifi_fw_load: nrf_wifi_fmac_fw_load failed&lt;br /&gt;[00:00:11.287,322] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_hal_fw_chk_boot: Boot_sig check failed for RPU(0), Expected: 0x5A5A5A5A, Actual: 0x88888888&lt;/p&gt;
&lt;p&gt;[00:00:11.287,414] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_fw_load: LMAC ROM boot check failed&lt;/p&gt;
&lt;p&gt;[00:00:11.291,809] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_fmac_dev_add_zep: nrf_wifi_fw_load failed&lt;/p&gt;
&lt;p&gt;[00:00:11.291,809] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_init_zep: nrf_wifi_fmac_dev_add_zep failed&lt;/p&gt;
&lt;p&gt;[00:00:11.292,449] &amp;lt;err&amp;gt; wifi_nrf: nrf_wifi_if_start_zep: Invalid MAC address: &amp;lt;unknown&amp;gt;&lt;/p&gt;
&lt;p&gt;[00:00:11.299,713] &amp;lt;inf&amp;gt; fs_nvs: 2 Sectors of 4096 bytes&lt;br /&gt;[00:00:11.299,743] &amp;lt;inf&amp;gt; fs_nvs: alloc wra: 0, fe8&lt;br /&gt;[00:00:11.299,743] &amp;lt;inf&amp;gt; fs_nvs: data wra: 0, 0&lt;br /&gt;*** Booting nRF Connect SDK v2.5.0 ***&lt;br /&gt;[00:00:11.402,343] &amp;lt;err&amp;gt; nrf_rpc_ipc: IPC endpoint bond timeout&lt;br /&gt;[00:00:11.402,374] &amp;lt;err&amp;gt; NRF_RPC: Failed to initialize transport, err: -32&lt;br /&gt;[00:00:12.402,496] &amp;lt;err&amp;gt; NRF_RPC: Not all groups are ready to use.&lt;br /&gt;[00:00:12.402,557] &amp;lt;inf&amp;gt; net_config: Initializing network&lt;br /&gt;[00:00:12.402,587] &amp;lt;inf&amp;gt; net_config: Waiting interface 1 (0x200017d0) to be up...&lt;br /&gt;[00:00:42.403,594] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.165.100.150&lt;br /&gt;[00:00:42.403,656] &amp;lt;inf&amp;gt; net_config: Running dhcpv4 client...&lt;br /&gt;[00:00:42.403,991] &amp;lt;err&amp;gt; net_config: Timeout while waiting network interface&lt;br /&gt;[00:00:42.404,022] &amp;lt;err&amp;gt; net_config: Network initialization failed (-115)&lt;br /&gt;[00:00:42.405,090] &amp;lt;inf&amp;gt; ble_module: State: STATE_INIT&lt;br /&gt;[00:00:42.406,219] &amp;lt;inf&amp;gt; ui_module: Registrated Button 0&lt;br /&gt;[00:00:42.406,250] &amp;lt;inf&amp;gt; wifi_module: State: STATE_INIT&lt;br /&gt;[00:00:42.406,921] &amp;lt;err&amp;gt; net_sock: invalid access on sock 536960896 by thread 0x20001c48&lt;br /&gt;[00:00:42.406,982] &amp;lt;inf&amp;gt; wifi_module: State: STATE_RUNNING&lt;br /&gt;[00:00:42.420,837] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)&lt;br /&gt;[00:00:42.420,898] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)&lt;br /&gt;[00:00:42.420,928] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 197.47763 Build 2370639017&lt;br /&gt;[00:00:42.506,500] &amp;lt;inf&amp;gt; bt_hci_core: No ID address. App must call settings_load()&lt;br /&gt;[00:00:42.506,530] &amp;lt;inf&amp;gt; ble_module: Wi-Fi provisioning service starts successfully.&lt;/p&gt;
&lt;p&gt;[00:00:42.507,751] &amp;lt;inf&amp;gt; bt_hci_core: Identity: D8:02:D1:80:10:C0 (random)&lt;br /&gt;[00:00:42.507,781] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.4 (0x0d) revision 0x2102, manufacturer 0x0059&lt;br /&gt;[00:00:42.507,812] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.4 (0x0d) subver 0x2102&lt;br /&gt;[00:00:42.529,327] &amp;lt;inf&amp;gt; ble_module: settings_load() return code 0&lt;br /&gt;[00:00:42.535,522] &amp;lt;inf&amp;gt; ui_module: ble_status_msg processed by CALLBACK ble_channel_cb: ble_central_status = 1&lt;/p&gt;
&lt;p&gt;[00:00:42.535,522] &amp;lt;inf&amp;gt; ui_module: ble_status_msg processed by CALLBACK ble_channel_cb: ble_peripheral_status = 1&lt;/p&gt;
&lt;p&gt;[00:00:42.535,583] &amp;lt;inf&amp;gt; ble_module: State: STATE_RUNNING&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sylvain&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Setting nrf700x-coex ble-WiFi brings error</title><link>https://devzone.nordicsemi.com/thread/464163?ContentTypeID=1</link><pubDate>Mon, 15 Jan 2024 12:15:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:346d0eae-6d1f-4745-8d65-f4176154fc27</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;First thing&amp;#39;s first, can you make sure P22 and P23 headers on the DK has jumpers on them, as this has been the issue when seeing this in the past.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2548.unnamed.jpg" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Another common issue that will result in logs like this is if you haven&amp;#39;t enabled the&amp;nbsp;&lt;span&gt;read/write access for the OTP memory locations in your nRF7002, please follow the OTP memory programming section of our Device Commissioning and Characterization application note&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/nan_043/APP/nan_043/otp_programming.html"&gt;available here&lt;/a&gt;&lt;span&gt;&amp;nbsp;to write a MAC address and set the OTP memory to protected state afterwards before usage.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>