<?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>SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25611/sdk-14-0-no-events-received</link><description>I am in the process of porting my code from SDK13.0 to 14.0 in order to use s332 v5.0 
 I can compile and run my application. While it&amp;#39;s running, I can see that it is sending out BLE advertisements and that it is sending out ANT messgaes (although at</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Oct 2017 06:52:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25611/sdk-14-0-no-events-received" /><item><title>RE: SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/thread/100945?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 06:52:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:efce705b-23e2-41e8-90d4-7d0674d9a73a</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Great that you solved the issue. And thanks for sharing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/thread/100943?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 02:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d11243c6-3b4f-443f-aae8-8758ab310965</guid><dc:creator>goldwake</dc:creator><description>&lt;p&gt;That is correct. However, when handling the NRF_SDH_EVT_STATE_ENABLE_PREPARE event, nrf_drv_clock disables POWER_CLOCK_IRQn. This means its free for the softdevice. Because I wasn&amp;#39;t receiving events, NRF_SDH_EVT_STATE_ENABLE_PREPARE wasn&amp;#39;t received and so the enabled POWER_CLOCK_IRQn meant  sd_softdevice_enable() returned NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/thread/100944?ContentTypeID=1</link><pubDate>Thu, 05 Oct 2017 02:26:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a07cd0fe-3def-4efa-ad91-62b66a89f961</guid><dc:creator>goldwake</dc:creator><description>&lt;p&gt;The issue was caused by having the &lt;a href="https://devzone.nordicsemi.com/question/170657/sdk14-undefined-symbol-sdh_req_observersbase/"&gt;--gnu compiler flag defined&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The observer sections were not being kept when the flag was defined and so, when my code was checking to see if any observers needed to be notified, there was nothing to do&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/thread/100942?ContentTypeID=1</link><pubDate>Wed, 04 Oct 2017 10:47:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7ebf2a8-7849-4f56-aa51-e373c710067a</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Do you have&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_SDH_STATE_OBSERVER(m_sd_state_observer, CLOCK_CONFIG_STATE_OBSERVER_PRIO) =
{
    .handler   = sd_state_evt_handler,
    .p_context = NULL,
};
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in nrf_drv_clock.c?&lt;/p&gt;
&lt;p&gt;sd_softdevice_enable() returns NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION when an enabled interrupt has an illegal priority level, or when a peripheral needed by the SoftDevice has its interrupt enabled.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SDK 14.0 no events received</title><link>https://devzone.nordicsemi.com/thread/100941?ContentTypeID=1</link><pubDate>Mon, 02 Oct 2017 11:38:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80c318eb-742c-49cc-a292-a3b0e7286940</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Are you seeing this behavior in the unmodified examples from the SDK as well?&lt;/p&gt;
&lt;p&gt;Have you called nrf_sdh_enable_request()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>