<?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>How to switch between using Softdevice and serialisation?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17204/how-to-switch-between-using-softdevice-and-serialisation</link><description>My main App must be able to use the soft device directly or serialisation when a external Connectivity chip is used. How can this be done? In the examples it&amp;#39;s done at compilation time, can this also be done at runtime?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Oct 2016 17:51:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17204/how-to-switch-between-using-softdevice-and-serialisation" /><item><title>RE: How to switch between using Softdevice and serialisation?</title><link>https://devzone.nordicsemi.com/thread/66091?ContentTypeID=1</link><pubDate>Thu, 20 Oct 2016 17:51:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51f11b7f-0622-407d-a40c-e2543b874e5b</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;both of them have the exact same API. Softdevice API translates to direct SVC calls, while the serialization API translates to serial data by the codecs. I am not sure if this can be done runtime because the same API cannot translate differently at runtime AFAIK. You need to modify the serialization codecs to do this in a way that a global settings to make this codecs choose which call they make.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>