<?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>ESB after S132 disable</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14786/esb-after-s132-disable</link><description>I am having trouble with using shockburst (based on microesb from github) after disabling S132. 
 When I use microesb with no SD, i just do nrf_drv_clock_init(), start lfclk and hfclk - after that just uesb_init and I can transfer/receive data succesfully</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 29 Jun 2016 09:18:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14786/esb-after-s132-disable" /><item><title>RE: ESB after S132 disable</title><link>https://devzone.nordicsemi.com/thread/56450?ContentTypeID=1</link><pubDate>Wed, 29 Jun 2016 09:18:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba2302ee-bf4e-49d8-806f-d49675dc4a61</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;I was almost 100% sure that my HFCLK is working but it seems it was not. Now my radio is transmitting :) Thanks Anders!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ESB after S132 disable</title><link>https://devzone.nordicsemi.com/thread/56449?ContentTypeID=1</link><pubDate>Wed, 29 Jun 2016 08:53:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6c0bc63-619d-475f-a3d1-dec250c275bf</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The driver is (for some unknown reason)  designed to be used together with a softdevice. It will be fixed in a future version.&lt;/p&gt;
&lt;p&gt;In the meantime, you can follow the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/examples_esb.html?cp=5_0_0_4_7_1"&gt;ESB example&lt;/a&gt; (now included in the SDK), and start the timer manually&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void clocks_start( void )
{
    // Start HFCLK and wait for it to start.
    NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED = 0;
    NRF_CLOCK-&amp;gt;TASKS_HFCLKSTART = 1;
    while (NRF_CLOCK-&amp;gt;EVENTS_HFCLKSTARTED == 0);
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>