<?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>How to build multiple executable files</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49860/how-to-build-multiple-executable-files</link><description>Hi, team I am trying to build a system with one master and multiple slaves using the mesh SDK. ( This is similar to the light_switch example. ) At this, I want to give each slave device an ID independent of the node address. This ID is linked to the installation</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2019 00:27:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49860/how-to-build-multiple-executable-files" /><item><title>RE: How to build multiple executable files</title><link>https://devzone.nordicsemi.com/thread/199379?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2019 00:27:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7832df3c-7124-4895-b91e-07affdb0095b</guid><dc:creator>wataru_m</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;thank you for your comment.&lt;br /&gt;I was able to confirm that I can write to UICR.&lt;br /&gt;&lt;br /&gt;The brackets were unnecessary, right.&lt;br /&gt;&lt;br /&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to build multiple executable files</title><link>https://devzone.nordicsemi.com/thread/199111?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 06:11:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6aa5ad54-3b34-457a-a297-40dc85579e1b</guid><dc:creator>RoyCreemers</dc:creator><description>&lt;p&gt;Yes, you can set it after the code is flashed. You don&amp;#39;t need to use brackets around &amp;quot;ID value&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to build multiple executable files</title><link>https://devzone.nordicsemi.com/thread/199097?ContentTypeID=1</link><pubDate>Thu, 18 Jul 2019 01:00:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:333d026e-13e1-4afd-ae88-f3096fb9ce5e</guid><dc:creator>wataru_m</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you for your reply.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The manufacturing address written to FICR is difficult to manage on the system, so I would like to set an arbitrary address if possible.&lt;br /&gt;&lt;br /&gt;As Mr. RayCreemers replied, it may be the easiest way to write an ID in UICR using the command line tool (nrfjprog).&lt;br /&gt;I will try to realize this method but, I have a question.&lt;br /&gt;Can I set the ID value to UICR after source code flashed?&lt;br /&gt;&lt;br /&gt;Actually, I have never used nrfjprog before.&lt;br /&gt;So I examined how to use.&lt;br /&gt;&lt;br /&gt;When trying to write a value to UICR, is it correct with the following command?&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt; nrfjprog --memwr 0x10001080 --val &amp;quot;ID value&amp;quot;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;I look forward to your answer.&lt;br /&gt;&lt;br /&gt;Best Regards,&amp;nbsp;&lt;br /&gt;Wataru&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to build multiple executable files</title><link>https://devzone.nordicsemi.com/thread/199054?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2019 15:29:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1b17cc30-32af-44c3-9425-4b9f23656390</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You may also have a look at the DEVICEID and DEVICEADDR registers in &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52832.ps.v1.1%2Fficr.html"&gt;FICR&lt;/a&gt;. Those values are written in production, and are for instance used for providing a random BLE address for the device. Those are well suited if you do not need to choose the specific values yourself.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to build multiple executable files</title><link>https://devzone.nordicsemi.com/thread/198695?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2019 12:07:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e25a358a-8e4d-4aa9-927f-02334dcc41df</guid><dc:creator>RoyCreemers</dc:creator><description>&lt;p&gt;Plenty of possible solutions. One possible solution would be to store your&amp;nbsp;ID in one of the UICR (User Information Configuration Register). You can do this by using the command line &amp;#39;nrfjprog&amp;#39; tool. You only have to compile a single image, and configure each board separately...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>