<?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 read/write with template nrf52810</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/77097/flash-read-write-with-template-nrf52810</link><description>Hello All, 
 i my project there are 2 ble services now i want to add Flash read/write application i tried with fds as well as flash_write example from the SDK 15.3.0 
 i added all the drivers and libraries and its path to template example, but i am getting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 Jul 2021 11:48:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/77097/flash-read-write-with-template-nrf52810" /><item><title>RE: Flash read/write with template nrf52810</title><link>https://devzone.nordicsemi.com/thread/318620?ContentTypeID=1</link><pubDate>Mon, 05 Jul 2021 11:48:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0824b8fd-3287-4a80-92c2-bde7493fbd2c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;If you have added all the required files to the project, you probably lack some sdk_config.h configuration macros. You can typically check this by seeing which function there is a undelacredreference to. If for instance you see that&amp;nbsp;fds_init() is undeclared, you can search and find that it is implemented in fds.c. And looking at the beginning of that file you can see:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#if NRF_MODULE_ENABLED(FDS)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;This means that the file content of the file is only&amp;nbsp;included if you have&amp;nbsp;FDS_ENABLED set to 1 in your sdk_config.h. The same method can be applied to other modules.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>