<?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>FDS initialization and SoftDevice</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93462/fds-initialization-and-softdevice</link><description>I am using nRF5 SDK v16.0.0 on nRF52832. IDE is SES. I am also using FreeRTOS 
 What order should the following methods be called in? Does it matter when fds_app_init is called, or can it be called 1st, 2nd, or last? Can you give a little insight as to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 02 Nov 2022 11:14:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93462/fds-initialization-and-softdevice" /><item><title>RE: FDS initialization and SoftDevice</title><link>https://devzone.nordicsemi.com/thread/393620?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2022 11:14:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88cd171f-04a7-4182-a9b7-ee8e0f4ab359</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The fds events come through softdevice sys events, the softdevice needs to initialize first and the softdevice task needs to start first. I have seen some threads here in devzone where some users have seen some issues with the order, but logically its best to initialize the softdevice, starts its event task and then initialize fds.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>