<?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>Cannot enable Gazell</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14138/cannot-enable-gazell</link><description>Hi
I have problem enabling gzll on my nRF51. Error diagnoses shows NRF_GZLL_ERROR_CODE_INTERNAL_ASSERT_OCCURRED (#15), every time I try to call nrf_gzll_enable();
Here is the related part of the code: 
 nrf_gzll_disable();
bool init_ok = nrf_gzll_init</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 May 2016 06:38:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14138/cannot-enable-gazell" /><item><title>RE: Cannot enable Gazell</title><link>https://devzone.nordicsemi.com/thread/54020?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 06:38:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cc85190-5711-45ed-9058-6180d9521e78</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you try waiting for the nrf_gzll_disabled() callback?
or doing like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gzll_disable();
while(nrf_gzll_is_enabled());
// Continue with re-configuration
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;And see if this works?&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>