<?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>nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35901/nrf5-sdk-v15-0-0-fds---is-alignment-still-required</link><description>I saw this post for SDK v12.2: 
 
 
 The FDS requires data to be word-aligned 
 devzone.nordicsemi.com/.../how-to-force-word-alignment-for-fds 
 
 
 Is that still true for v15 ? 
 
 I didn&amp;#39;t see it mentioned in the documentation - am I just not looking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Jul 2018 09:13:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35901/nrf5-sdk-v15-0-0-fds---is-alignment-still-required" /><item><title>RE: nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/thread/138468?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 09:13:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a400c692-3fc8-4bef-ac7d-fa03f3aa443a</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I agree, I will report it internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/thread/138463?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 08:50:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d34db2e8-dfc3-42bb-a7c1-36827e1aae65</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Well, if you can&amp;#39;t find it, and I can&amp;#39;t find it - then I think that&amp;#39;s a pretty clear indication that it&amp;#39;s not&amp;nbsp;properly documented?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;A fundamental requirement like this needs to be clearly documented.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/thread/138430?ContentTypeID=1</link><pubDate>Mon, 02 Jul 2018 07:13:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d4f3a5a-76aa-4d26-9bd4-08fd68823dfc</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;I cannot find it in the documentation, but if the data is not word-aligned, fds_record_write() -&amp;gt; write_enqueue() will return FDS_ERR_UNALIGNED_ADDR:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;fds.c

if (!is_word_aligned(p_record-&amp;gt;data.p_data))
    {
        return FDS_ERR_UNALIGNED_ADDR;
    }&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/thread/138340?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 16:42:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:133515f0-1d64-4858-bc11-b8f1610cab93</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;and where is that stated in the documentation?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5 SDK v15.0.0: FDS - Is alignment still required?</title><link>https://devzone.nordicsemi.com/thread/138259?ContentTypeID=1</link><pubDate>Fri, 29 Jun 2018 11:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a78aeead-84dd-419b-a90b-096990365909</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Yes, FDS in SDK15 still requires data to be word-aligned.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>