<?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>Why the ESB PTX Example does&amp;#39;t have any clock config</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5425/why-the-esb-ptx-example-does-t-have-any-clock-config</link><description>The Enhanced ShockBurst PTX Project just inits the ESB and start transmitting without ever configing either of the 16MHz or 32kHz clocks (none that I can see at least). 
 Questions: 
 
 
 Seems like both the 16MHz and the 32kHz clocks are disabled</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Feb 2015 15:27:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5425/why-the-esb-ptx-example-does-t-have-any-clock-config" /><item><title>RE: Why the ESB PTX Example does't have any clock config</title><link>https://devzone.nordicsemi.com/thread/18927?ContentTypeID=1</link><pubDate>Thu, 05 Feb 2015 15:27:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f96b5ae-2c4e-4285-b8c4-93fbd161bb53</guid><dc:creator>Asbj&amp;#248;rn</dc:creator><description>&lt;ol&gt;
&lt;li&gt;No, the 16 Mhz will be started by the ESB library when needed. It&amp;#39;s hidden inside the library functions, but if you probe on the crystal, you&amp;#39;ll see that it&amp;#39;s started when the radio is transmitting. The 32 kHz is not needed for radio operation and will only be started if you need it from your application.&lt;/li&gt;
&lt;li&gt;Internal 16 Mhz RC oscillator for the MCU and external 16 MHz will be enabled when radio need it.&lt;/li&gt;
&lt;li&gt;Yes, SPI requires 16 MHz. You can request it to be started when you need it.&lt;/li&gt;
&lt;li&gt;You want to power down as soon as possible to save power. Powering down also means shutting down the clock sources. If you want to use the 32 kHz as a RTC source, that would be the lowest power consuming way to implement wakeup on timer.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>