<?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>S332 V2.0.0 with SDK 12.2.0 - Hangs at 0x000025c0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/20590/s332-v2-0-0-with-sdk-12-2-0---hangs-at-0x000025c0</link><description>I have a simple application which pretty much consists of the following main function: 
 int main(void)
{
 SOFTDEVICE_HANDLER_INIT(&amp;amp;clock_lf_cfg, NULL);

 ble_enable_params_t ble_enable_params;
 err_code = softdevice_enable_get_default_config(1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Mar 2017 17:38:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/20590/s332-v2-0-0-with-sdk-12-2-0---hangs-at-0x000025c0" /><item><title>RE: S332 V2.0.0 with SDK 12.2.0 - Hangs at 0x000025c0</title><link>https://devzone.nordicsemi.com/thread/80250?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 17:38:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e7d72cb-519f-4f64-be15-48faf01f45ce</guid><dc:creator>koniho</dc:creator><description>&lt;p&gt;Thank you for the answer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S332 V2.0.0 with SDK 12.2.0 - Hangs at 0x000025c0</title><link>https://devzone.nordicsemi.com/thread/80249?ContentTypeID=1</link><pubDate>Wed, 29 Mar 2017 10:43:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07b0926e-050f-4b64-9727-8ae14fa53cdf</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;Since it works to initialize the RTC after the softdevice initialization with S132 but not with S332, the problem is most likely related to the ANT part of the softdevice. We don&amp;#39;t have the source code for the ANT part, so to find  the reason for the problem/behavior you will have contact Dynastream.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S332 V2.0.0 with SDK 12.2.0 - Hangs at 0x000025c0</title><link>https://devzone.nordicsemi.com/thread/80248?ContentTypeID=1</link><pubDate>Mon, 27 Mar 2017 14:42:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59dc0a80-0346-4579-ab75-025fb0175362</guid><dc:creator>koniho</dc:creator><description>&lt;p&gt;After a bit more experimentation I was able to determine that the cause of the hang is due to not having the RTC initialized before calling &lt;code&gt;SOFTDEVICE_HANDLER_INIT()&lt;/code&gt; - I&amp;#39;m not exactly sure why this wasn&amp;#39;t an issue with previous SDK or SD versions or why the S132 was not affected in the same way.&lt;/p&gt;
&lt;p&gt;I had thought that the Soft Device performs initialization of the required RTC (&lt;code&gt;RTC0&lt;/code&gt;) by itself.&lt;/p&gt;
&lt;p&gt;In my &amp;#39;fix&amp;#39;, I simply have initialized &lt;code&gt;RTC2&lt;/code&gt; before calling &lt;code&gt;SOFTDEVICE_HANDLER_INIT()&lt;/code&gt; which seemed to solve the issue.&lt;/p&gt;
&lt;p&gt;I do not fully understand the interdependencies here.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: S332 V2.0.0 with SDK 12.2.0 - Hangs at 0x000025c0</title><link>https://devzone.nordicsemi.com/thread/80247?ContentTypeID=1</link><pubDate>Wed, 22 Mar 2017 14:44:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63ab4fae-d2b8-44ef-a014-0aea624025ce</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Have you tried the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v12.2.0/examples_ant_ble_hrm_relay.html?cp=4_0_1_4_1_0"&gt;ble_ant_app_hrm&lt;/a&gt; example? Does it work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>