<?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>alternative for chunk in FDS module in sdk15</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40148/alternative-for-chunk-in-fds-module-in-sdk15</link><description>Hi to all, 
 i have a project that was based on SDK 13 and in that version i had a bility to call fds_record_write with multiple data chunk, but in softdevice 14 and sdk15 this feature is removed and this is an incompatibilite with previous version. there</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Nov 2018 15:18:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40148/alternative-for-chunk-in-fds-module-in-sdk15" /><item><title>RE: alternative for chunk in FDS module in sdk15</title><link>https://devzone.nordicsemi.com/thread/156003?ContentTypeID=1</link><pubDate>Mon, 05 Nov 2018 15:18:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd07270f-0850-4f7b-b00f-ee3a5ab31b16</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are correct, that functionality has been removed. The reasoning is that it adds unnecessary complexity (and code size) to the FDS library, for a feature that is seldom used, and for which you can easily implement the necessary functionality in the application itself when needed.&lt;/p&gt;
&lt;p&gt;If you need to collect data from multiple locations and store them as one record, then you now have to collect it into a contiguous buffer area yourself before you use &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fgroup__fds.html&amp;amp;anchor=ga0114083241dc287c7145fe113c9adc2c"&gt;fds_record_write()&lt;/a&gt; to write the data.&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></channel></rss>