<?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>NVMC of NRF52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50076/nvmc-of-nrf52810</link><description>The NVMC writting functions hasn&amp;#39;t return values, 
 void nrf_nvmc_write_bytes(uint32_t address, const uint8_t * src, uint32_t num_bytes) 
 
 Does it mean that all internal FLASH writting operations will be successful? Except for erasing times to the upper</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 23 Jul 2019 07:02:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50076/nvmc-of-nrf52810" /><item><title>RE: NVMC of NRF52810</title><link>https://devzone.nordicsemi.com/thread/199927?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 07:02:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ff5e86c-f855-454e-9a21-cd3e3fde3289</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;It depends on your requirements. I would generally say FDS has it handles updates of existing data. The Peer manager module which is included in all examples that support pairing/bonding uses the FDS, so if you use those, you can simply register a new FDS user.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NVMC of NRF52810</title><link>https://devzone.nordicsemi.com/thread/199900?ContentTypeID=1</link><pubDate>Tue, 23 Jul 2019 00:54:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3563727e-28d0-4a9f-87c9-1731ba341183</guid><dc:creator>Hansome</dc:creator><description>&lt;p&gt;fstorage and fds, Which is better?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NVMC of NRF52810</title><link>https://devzone.nordicsemi.com/thread/199768?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 12:02:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d75455e0-df34-4a4b-bc9a-9358dcad53d7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Flash writes can&amp;nbsp;become corrupted if you experience unexpected resets due to power loss, etc.&amp;nbsp;&amp;nbsp;&amp;nbsp;You may consider appending a checksum to your data to have a way of verifying the integrity. Also note that you will not get direct access to the NVMC if you use the Softdevice (nordic bluetooth stack). In that case, you need to use the Softdevice flash API, preferably through the fstorage or &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_fds.html?cp=5_1_3_55"&gt;fds &lt;/a&gt;library.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>