<?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>About FLASH writing to &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52952/about-flash-writing-to-de-c0-ad-de-fe-01-1e-f1</link><description>SDK: 15.3.0 Example: ble_app_multirole_lesc Device: EYSHJNZWZ (nRF52832) 
 I called &amp;quot;pm_init&amp;quot; to do &amp;quot;PeerManager&amp;quot;. Then, a part of FLASH has been written to &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot;. Please tell me the cause of this. Also, please tell me the meaning</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 11 Oct 2019 01:43:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52952/about-flash-writing-to-de-c0-ad-de-fe-01-1e-f1" /><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214480?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 01:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92113e57-f51f-459f-963b-fe44a8086404</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;I confirmed using the examples/peripherals/blinky example.&lt;br /&gt;I have confirmed that programmer can program the application (and SoftDevice) correctly.&lt;br /&gt;As I said above, it seems that it was a program error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214327?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 10:17:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fee2bc70-c2b2-4cb5-abd3-c1f601a2257a</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="takashina hiroki"]What should I check with the examples/peripherals/blinky example?[/quote]
&lt;p&gt;Check to see that you are able to program the application (and SoftDevice) correctly with the programmer that you use. The blinky example is well suited for that, as it is very easy to confirm it works as expected (it blinks LEDs.)&lt;/p&gt;
&lt;p&gt;I see that you found out what was the issue. I am happy to see that!&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: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214254?ContentTypeID=1</link><pubDate>Thu, 10 Oct 2019 03:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a49cc7a5-fab2-4631-a3c0-6ce68b52c109</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;I am sorry.&lt;br /&gt;The conclusion was a program error.&lt;/p&gt;
&lt;p&gt;I confirmed that the program was running on different routes when debugging and writing HEX files.&lt;br /&gt;Also, the process of deleting FLASH was running only when writing a HEX file.&lt;br /&gt;This process removed &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot;.&lt;br /&gt;This problem was solved by correcting the processing of the program.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214240?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2019 23:44:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c302ee5-046a-4b78-b1fe-b2ba20bdb096</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;What should I check with the examples/peripherals/blinky example?&lt;br /&gt;I saw the source code, but FDS is not used.&lt;br /&gt;Since this ticket describes the behavior by FDS, this example has a different meaning.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214079?ContentTypeID=1</link><pubDate>Wed, 09 Oct 2019 08:58:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a5f82a4-a937-41c8-b883-65b2746e0437</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I recommend that you try with the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fgpio_example.html"&gt;examples/peripherals/blinky&lt;/a&gt; example first, as with that example it is very easy to see if everything is running as intended or not.&lt;/p&gt;
&lt;p&gt;Recommended tools are nRF Connect Programmer application or nrfjprog, see links in my previous post.&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: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/214020?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 22:49:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a978dae0-9570-4078-9082-888e2c8610b2</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;I have programmed both the application hex file and the correct SoftDevice by &amp;quot;nRFgo Studio&amp;quot;.&lt;br /&gt;But this is happening.&lt;br /&gt;If both the application HEX file and the correct SoftDevice are programmed, it will be the same phenomenon as when debugging with &amp;quot;SEGGER Embedded Studio&amp;quot;.&lt;br /&gt;Is my idea wrong?&lt;br /&gt;Please let me know if there are other causes.&lt;/p&gt;
&lt;p&gt;Also, &amp;quot;nRFgo Studio&amp;quot; is deprecated, what is the recommended program tool?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/213912?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 12:31:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56d4bd8f-3a2e-4937-80b2-79a0a72613ae</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For all of the SDK examples using a SoftDevice, the SES project is set up so that both the application and the SoftDevice gets programmed to the nRF. If you program the hex file through other tools, you must make sure to program both the application hex file and the correct SoftDevice.&lt;/p&gt;
&lt;p&gt;Please note also that nRFgo Studio is deprecated, as functionality is replaced by the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nc_programmer%2FUG%2Fnrf_connect_programmer%2Fncp_introduction.html"&gt;nRF Connect Programmer&lt;/a&gt; app or the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_nrfjprogexe.html"&gt;nrfjprog&lt;/a&gt; command line programming tool (part of &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_command_line_tools_lpage.html"&gt;nRF Command Line Tools&lt;/a&gt;).&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: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/213795?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 06:52:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1cbfeaa-22fe-4a1b-9177-0abc084eec92</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Let me ask additional questions.&lt;/p&gt;
&lt;p&gt;I am using &amp;quot;SEGGER Embedded Studio&amp;quot;.&lt;br /&gt;When debugging with &amp;quot;SEGGER Embedded Studio&amp;quot;, it was confirmed that &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot; was written.&lt;/p&gt;
&lt;p&gt;Next, I wrote the generated HEX file to the device using &amp;quot;nRFgo Studio&amp;quot;.&lt;br /&gt;After that, when I turned on the power and called &amp;quot;pm_init&amp;quot;, I thought that &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot; would be written.&lt;br /&gt;However, &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot; was not written.&lt;/p&gt;
&lt;p&gt;Please tell me the cause of this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/213761?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 23:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be4b1be7-aebe-4216-b929-c6670e6617d0</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Thank you for answering.&lt;br /&gt;I understood this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/213578?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 09:05:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9324c8d4-69d0-4586-a71e-280d20fd0142</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This is the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Flib_fds_format.html&amp;amp;anchor=lib_fds_format_page"&gt;page tag&lt;/a&gt; for &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Flib_fds.html"&gt;Flash Data Storage (FDS)&lt;/a&gt;, which is the library used by Peer Manager for storing peer information in flash. As you can see there are two possible values for the second word; one for swap pages and one for data pages. The pages reserved for FDS should not be used for other purposes.&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: About FLASH writing to "DE C0 AD DE FE 01 1E F1"</title><link>https://devzone.nordicsemi.com/thread/213532?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 04:09:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d0e3ed4-c4a7-41d1-b047-7313ace5d6dd</guid><dc:creator>takashina hiroki</dc:creator><description>&lt;p&gt;Please tell me in addition.&lt;/p&gt;
&lt;p&gt;Is there a case where a value different from &amp;quot;DE C0 AD DE FE 01 1E F1&amp;quot; is written?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>