<?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>Implicit declaration of SoftDevice API functions</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42558/implicit-declaration-of-softdevice-api-functions</link><description>Hi, 
 I try to implement the access to the SoftDevice functions in an application. I started with the TWI example and want to implement fstorage module from the SDK (SDK15.2). I added all header files and now I get a implicit declaration error of the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Jan 2019 07:53:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42558/implicit-declaration-of-softdevice-api-functions" /><item><title>RE: Implicit declaration of SoftDevice API functions</title><link>https://devzone.nordicsemi.com/thread/165872?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 07:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56770b8f-add7-45e1-829d-31e182516045</guid><dc:creator>Sascha Schmidt</dc:creator><description>&lt;p&gt;Hi, thanks for your reply and help!! I found out yesterday evening, that it is not a missing header file but misaligned header files. So the header files must be in the correct order (which was logical to me on closer consideration :))&lt;/p&gt;
&lt;p&gt;Sure it would be easier to take an example where BLE or the SoftDevice is already implemented, but then I won&amp;#39;t learn anything about that topic and how it&amp;#39;s implemented :) If I found out how the order of the header files must be, I will post it here. Perhaps it then helps other people with the same problems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Implicit declaration of SoftDevice API functions</title><link>https://devzone.nordicsemi.com/thread/165801?ContentTypeID=1</link><pubDate>Tue, 15 Jan 2019 15:26:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8772119c-8f1a-4e29-9d19-d5c53350e00b</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;As a general &amp;#39;C&amp;#39; thing - not specific to Nordic - an &amp;quot;&lt;span&gt;implicit declaration&amp;quot; error means that you have called a function without having previously &lt;em&gt;declared&lt;/em&gt; that function.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So that must mean that you haven&amp;#39;t #included the necessary header file(s).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The easiest way forward is to start with an example that has BLE working, and merge other stuff into that.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/merging-two-ble-examples-together"&gt;https://devzone.nordicsemi.com/b/blog/posts/merging-two-ble-examples-together&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>