<?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>Read flash data using FDS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/28822/read-flash-data-using-fds</link><description>Hi guys, 
 I am using FDS module in nrf51822, sdk 11 to store and read data from flash. I have a problem about reading the data. In the documents, the function: 
fds_record_open(&amp;amp;record_desc, &amp;amp;flash_record)
is used to read data from flash. However</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Jan 2018 13:50:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/28822/read-flash-data-using-fds" /><item><title>RE: Read flash data using FDS</title><link>https://devzone.nordicsemi.com/thread/114145?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2018 13:50:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a2f6ca8-2379-48d1-9a5b-1f635f29d224</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What about * (uint32_t *) flash_record.p_data?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read flash data using FDS</title><link>https://devzone.nordicsemi.com/thread/114146?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 15:31:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f3add82-3098-41ed-95f1-62e4c4727fcc</guid><dc:creator>Hust</dc:creator><description>&lt;p&gt;it&amp;#39;s error:  #70: incomplete type is not allowed :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Read flash data using FDS</title><link>https://devzone.nordicsemi.com/thread/114144?ContentTypeID=1</link><pubDate>Wed, 27 Dec 2017 12:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4a22d4c-09a1-4059-9c1e-701c9afc8a8b</guid><dc:creator>Ole Saether</dc:creator><description>&lt;p&gt;&lt;code&gt;flash_record.p_data&lt;/code&gt; is a pointer to the data. To print the first word try this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SEGGER_RTT_printf(0, &amp;quot;variable value: %u\n&amp;quot;, *flash_record.p_data);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>