<?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>why is this code not running in nrfjprog tool</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21931/why-is-this-code-not-running-in-nrfjprog-tool</link><description>the code is
nrfjprog -f nrf52 --snr --memwr 0x10001080 --val 0xabcd0102 
 I am doing the example infocenter.nordicsemi.com/index.jsp 
 I am able to get everything up to step 2 of the second part and the command above is not being executed in the command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 May 2017 08:02:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21931/why-is-this-code-not-running-in-nrfjprog-tool" /><item><title>RE: why is this code not running in nrfjprog tool</title><link>https://devzone.nordicsemi.com/thread/86099?ContentTypeID=1</link><pubDate>Fri, 19 May 2017 08:02:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcdebf75-325b-4248-be68-446c2e0b5c5d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;code&gt;0x10001080&lt;/code&gt; is the memory location for the UICR (User Information Configuration Register). When the flag &lt;code&gt;USE_UICR_FOR_MAJ_MIN_VALUES&lt;/code&gt;  is used, the application will read the UICR register to find the Major and Minor values it should use when setting up the advertising packet.&lt;/p&gt;
&lt;p&gt;You want to dynamically change the advertising packet? How often do you want to change the advertising packet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why is this code not running in nrfjprog tool</title><link>https://devzone.nordicsemi.com/thread/86098?ContentTypeID=1</link><pubDate>Thu, 18 May 2017 16:07:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c0a6e9f-9034-43d7-8b28-9c7849a6ad89</guid><dc:creator>binhnguyens</dc:creator><description>&lt;p&gt;hey sigurd, just curious... what does the 0x10001080 represent?&lt;/p&gt;
&lt;p&gt;would you be able to change the memwr allocation to change the ad packs too?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why is this code not running in nrfjprog tool</title><link>https://devzone.nordicsemi.com/thread/86097?ContentTypeID=1</link><pubDate>Wed, 10 May 2017 14:32:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dcad468-1aed-4ae0-9eb3-50e7d231ef8c</guid><dc:creator>binhnguyens</dc:creator><description>&lt;p&gt;you&amp;#39;re a gem! I&amp;#39;ll try it out :) would it be possible to get your contact?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: why is this code not running in nrfjprog tool</title><link>https://devzone.nordicsemi.com/thread/86096?ContentTypeID=1</link><pubDate>Wed, 10 May 2017 08:48:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65fb51d8-99c5-4a84-96f7-c1fc4c52fc39</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You need to use the serial number found on the on-board Segger programmer/debugger(The big chip on the DK) when you use the --snr parameter. The serial number on a nRF52-DK starts with &lt;strong&gt;682&lt;/strong&gt;. Note that you only need to use the &lt;code&gt;--snr &amp;lt;SN&amp;gt;&lt;/code&gt; parameter when you have multiple programmers connected. If you only have one connected you can use &lt;code&gt;nrfjprog -f nrf52 --memwr 0x10001080 --val 0xabcd0102&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>