<?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>flash data storage on nRF51822 using mbed online compiler?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26152/flash-data-storage-on-nrf51822-using-mbed-online-compiler</link><description>Anyone had a successful attempt at using the fds(flash data storage) module( http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v11.0.0%2Flib_fds.html&amp;amp;cp=4_0_0_3_30 ) on the nRF51822 on the mbed online compiler? I&amp;#39;ve been trying</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 24 Oct 2017 14:13:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26152/flash-data-storage-on-nrf51822-using-mbed-online-compiler" /><item><title>RE: flash data storage on nRF51822 using mbed online compiler?</title><link>https://devzone.nordicsemi.com/thread/103046?ContentTypeID=1</link><pubDate>Tue, 24 Oct 2017 14:13:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4449213b-8760-4a3a-9310-5e8917e2a2fb</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The FDS library included in your mbed project is from SDK v10.0.0, while the code you have put in your &lt;em&gt;main.cpp&lt;/em&gt; file is for FDS in SDK v11.0.0 or newer. &lt;code&gt;fds_evt_t&lt;/code&gt; is not declared in the old version, and this is the reason why you are getting these errors. If you need to keep the old libraries, you need to refer &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v10.0.0/lib_fds_usage.html?cp=4_0_8_3_28_2"&gt;this documentation&lt;/a&gt; for details on usage of the FDS library.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: flash data storage on nRF51822 using mbed online compiler?</title><link>https://devzone.nordicsemi.com/thread/103045?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 18:25:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c16ee43-ed2b-458d-8a2e-0c8487abfcb7</guid><dc:creator>Hari Charan</dc:creator><description>&lt;p&gt;I&amp;#39;m using mbed OS 2 with the online compiler.
&lt;a href="https://drive.google.com/open?id=0BwuM_CtKnmD7YTdWU2Jkdkx0MVU"&gt;drive.google.com/open&lt;/a&gt;
Here are the project files.I&amp;#39;m using older versions of the BLE_API and the nRF SDK for compatibility with another main project. Ignore the original.cpp in the project files.
The first error is &amp;quot;Error: Incomplete type is not allowed in &amp;quot;main.cpp&amp;quot;, Line: 50, Col: 7&amp;quot; where the event handler is being declared. The cause for the error seems to be &amp;quot;fds_evt_t not found&amp;quot;. Please point out if I missed any includes or if I did anything else wrong.
Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: flash data storage on nRF51822 using mbed online compiler?</title><link>https://devzone.nordicsemi.com/thread/103044?ContentTypeID=1</link><pubDate>Mon, 23 Oct 2017 13:56:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2aa8596-402d-44ed-b304-e685e9bf5ac8</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;FDS is used by Peer Manager, which is implemented in mbed for nRF5x devices. Which mbed OS version are you using, and how are you using the library? Could you share your project?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>