<?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 do I get the latest datas from FDS?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51685/how-do-i-get-the-latest-datas-from-fds</link><description>Based on nRF5_SDK_15.3.0_59ac345, 
 a. fds_stat(&amp;amp;stat), and stat.valid_records=8, It means that the records are written in 
 b. err = fds_record_find(WK_UDM_FDS_FILE, WK_UDM_FDS_REC_NAME, &amp;amp;_fds_desc, &amp;amp;_fds_token) , and err=NRF_SUCCESS, It means that the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 03 Sep 2019 07:07:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51685/how-do-i-get-the-latest-datas-from-fds" /><item><title>RE: How do I get the latest datas from FDS?</title><link>https://devzone.nordicsemi.com/thread/207551?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 07:07:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f51dacc3-879f-4c6f-a94c-1e6ab55c4e79</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;span&gt;Do you have any checks in your code to ensure that&amp;nbsp;fds_record_write() is only called if there aren&amp;#39;t any existing records with this particular ID?&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get the latest datas from FDS?</title><link>https://devzone.nordicsemi.com/thread/207550?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 07:02:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a857f15c-59d3-448d-9499-53ab11666555</guid><dc:creator>Hansome</dc:creator><description>&lt;p&gt;Yes, one fds_record_write, others&amp;nbsp;&lt;span&gt;fds_record_update.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How do I get the latest datas from FDS?</title><link>https://devzone.nordicsemi.com/thread/207541?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 06:47:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ef91cfc-9767-47d7-9a90-23c7e9315ba7</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You&amp;nbsp;will likely&amp;nbsp;need to call &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/group__fds.html#ga15112e682cc2c4771945fcf5816e3b1b"&gt;fds_record_find()&lt;/a&gt;&amp;nbsp;several times to find the most recent record if you have multiple records with the same record ID. In your case, is it possible to just use write once, then keep updating the same record with&amp;nbsp;&lt;span&gt;fds_record_update()?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>