<?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>[nRF52811]Implement the FDS example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70948/nrf52811-implement-the-fds-example</link><description>Hi, 
 I got problem with Implementing the FDS example code as below, which I using is SDK nRF5_SDK_17.0.2, and always got error &amp;quot;FDS_ERR_UNALIGNED_ADDR&amp;quot;, Already searched this issue and found that &amp;quot;__ALIGN(4)&amp;quot; may be a solution for it, please help indicate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Jan 2021 13:39:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70948/nrf52811-implement-the-fds-example" /><item><title>RE: [nRF52811]Implement the FDS example</title><link>https://devzone.nordicsemi.com/thread/291510?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2021 13:39:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81dabf8e-347a-4f9a-a26b-7d7fc6a8af21</guid><dc:creator>Webber</dc:creator><description>&lt;p&gt;Got it. It&amp;#39;s working now,&lt;/p&gt;
&lt;p&gt;thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF52811]Implement the FDS example</title><link>https://devzone.nordicsemi.com/thread/291507?ContentTypeID=1</link><pubDate>Wed, 27 Jan 2021 13:33:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a88340f-10fc-4dd9-a9af-541ce6175bd9</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Depending on which compiler you are using, you should be able to align the data array (m_hello), using&amp;nbsp;__attribute__((aligned(4))) or&amp;nbsp;&lt;span&gt;__ALIGN(4):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;static char  __attribute__((aligned(4)))     const m_hello[]  = &amp;quot;Hello, world!&amp;quot;;
static char  __ALIGN(4)     const m_hello[]  = &amp;quot;Hello, world!&amp;quot;;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>