<?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>Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41156/correct-handling-of-flash-manager-required</link><description>Dear Support 
 I’m having a problem erasing the network configuration data in the flash. 
 We are using nrf5_SDK_for_Mesh_v2.0.1 with the flash manager according to this post: 
 storing-values-using-flash-manager 
 Now I need to: 
 
 add production parameters</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Dec 2018 06:24:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41156/correct-handling-of-flash-manager-required" /><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/161114?ContentTypeID=1</link><pubDate>Tue, 11 Dec 2018 06:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a13ffce-8213-4622-bd33-551246d228c9</guid><dc:creator>ThomasH</dc:creator><description>&lt;p&gt;Investigations and many tests showed, that the reported problem is &lt;span style="text-decoration:underline;"&gt;not&lt;/span&gt; the root cause of the problem we have, but just a side effect.&lt;/p&gt;
&lt;p&gt;Basically the procedure for deleting the network configuration and restarting the device:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;em&gt; mesh_stack_config_clear()&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;flash_manager_remove()&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;&lt;em&gt;mesh_stack_device_reset()&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;works in principle when using mesh SDK.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;nbsp;&lt;strong&gt;Therefore I propose you remove this ticket&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;Still we have problems in the area of&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;provisioning in interaction with flash&lt;/li&gt;
&lt;li&gt;coexistence of Mesh with BLE and DFU&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;... but these issues we handle in other tickets if we can&amp;rsquo;t solve them.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/160661?ContentTypeID=1</link><pubDate>Fri, 07 Dec 2018 06:14:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22cbd877-b177-4977-95e3-15fc037d0e67</guid><dc:creator>ThomasH</dc:creator><description>&lt;p&gt;I will answer you within the next days as I would like to make some more tests and investigations before keeping you busy.&lt;/p&gt;
&lt;p&gt;Nevertheless I will need some more information about correct parameters and usage of the flash manager.&lt;/p&gt;
&lt;p&gt;I will let you know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/160414?ContentTypeID=1</link><pubDate>Wed, 05 Dec 2018 14:34:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c56297c-16cb-4adf-963d-e5622777ec68</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Where/how do you store the node address list, etc? Can you post your project showing how you are doing things?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/160325?ContentTypeID=1</link><pubDate>Wed, 05 Dec 2018 09:44:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56030d70-aef8-4645-8a41-9be8717ed1cb</guid><dc:creator>ThomasH</dc:creator><description>&lt;p&gt;That&amp;#39;s what we are already doing.&lt;/p&gt;
&lt;p&gt;mesh_stack_config_clear();&lt;br /&gt;then&lt;br /&gt;mesh_stack_device_reset();&lt;/p&gt;
&lt;p&gt;The problem is: This is not deleting the values we store (node address list , ...)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/160231?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 14:31:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:105130d2-8e4b-47d0-b297-a55776e3bc11</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can use&amp;nbsp;&lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/Mesh_SDK/v2-1-1/group__MESH__STACK#gaabcc23d48f359c375ba3e89105c578c7"&gt;mesh_stack_config_clear&lt;/a&gt;() API if you want to clear network data.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What &lt;a href="https://devzone.nordicsemi.com/members/mttrinh"&gt;Mttrinh&lt;/a&gt; meant is that you should not call flash_manager_init(), as this is already called by the stack. You should still be able to call flash_manager_add() to add your own instance of the flash manager to store production data.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/159976?ContentTypeID=1</link><pubDate>Mon, 03 Dec 2018 13:30:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0614e12c-7e5b-4f50-8806-a4a45b9a6484</guid><dc:creator>ThomasH</dc:creator><description>&lt;p&gt;There is quite a lot of data and we would not like to store it in these registers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Correct handling of flash manager required</title><link>https://devzone.nordicsemi.com/thread/159967?ContentTypeID=1</link><pubDate>Mon, 03 Dec 2018 13:10:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f3e1d83-c25a-4e28-88f8-efa23a500c52</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;How much production data are you storing? Have you considered storing it in the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/uicr.html?cp=2_1_0_13_0_27#register.CUSTOMER-0"&gt;UICR CUSTOMER registers&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>