<?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>Re-program MAC ID</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1694/re-program-mac-id</link><description>Hi guys,
Is there any way that I can re program the MAC ID of the nRF51822 devices through the SWD interface? I was able to do this using the UART interface with the BL600 (Laird) module which is based on the nRF51822 SOC so I am thinking there has to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Mar 2014 11:36:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1694/re-program-mac-id" /><item><title>RE: Re-program MAC ID</title><link>https://devzone.nordicsemi.com/thread/7488?ContentTypeID=1</link><pubDate>Tue, 04 Mar 2014 11:36:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4013bf31-96fd-4378-b0a9-5b54b5ab58ab</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;You can&amp;#39;t change the address in FICR, but what you can do is to write a custom address somewhere else in flash, then read it out in your program and tell the stack to use it by calling &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/5.1.0/html/a00828.html#ga073bbb0a6e68fe0a0ef8bb59d829c986"&gt;sd_ble_gap_address_set()&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is the kind of data that is well suited to be written in the customer part of UICR, since it should never need to change while running. Take a look at chapter 7 of the nRF51 Reference Manual for which addresses can be used. You can write to UICR either with nrfjprog or as part of your application. Take a look at uicr_config_example for the latter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>