<?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>Changing MAC address of nRF7002</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/104736/changing-mac-address-of-nrf7002</link><description>Hello, 
 I&amp;#39;m currently working on a custom board using nRF5340 and nR7002 and the nRF7002 MAC address is not yet set in the OTP. After reading this post , I&amp;#39;m now trying to use the NET_REQUEST_ETHERNET_SET_MAC_ADDRESS to change it manually before using</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Feb 2024 09:31:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/104736/changing-mac-address-of-nrf7002" /><item><title>RE: Changing MAC address of nRF7002</title><link>https://devzone.nordicsemi.com/thread/468174?ContentTypeID=1</link><pubDate>Fri, 09 Feb 2024 09:31:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed5995c2-f846-4a21-8f31-4857a9741661</guid><dc:creator>SynchronicIT</dc:creator><description>&lt;p&gt;As far as I can recall, the mac address that you use has to be available in static memory and not on the stack. As it is accessed later on.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Potentially that have caused the core dump. Just put &amp;quot;static&amp;quot; in front of uint8_t mac_addr[6] ... at line 3 and you&amp;#39;re good to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing MAC address of nRF7002</title><link>https://devzone.nordicsemi.com/thread/461461?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2023 14:33:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:47a2bcd0-8a48-4716-bc4a-accdc710e5ae</guid><dc:creator>BENBF</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;Thank you for your answer, I&amp;#39;m using SDK version 2.4.2.&lt;br /&gt;I finally managed to change the mac address using the net_if_set_link_addr() function.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;br /&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Changing MAC address of nRF7002</title><link>https://devzone.nordicsemi.com/thread/450926?ContentTypeID=1</link><pubDate>Wed, 18 Oct 2023 00:00:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:692cc9c8-c191-4a46-84ea-d9937f11ef76</guid><dc:creator>Joakim Jakobsen</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tested this myself, but I can test it and see what results I get.&lt;/p&gt;
&lt;p&gt;Which SDK version are you working with? Just to make sure we have the same setup, other than the fact that you are working with a custom board.&lt;/p&gt;
&lt;p&gt;From the post you linked to it seems to be working for others. Have you tested using a nRF7002-DK?&lt;/p&gt;
&lt;p&gt;Br, &lt;br /&gt;Joakim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>