<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPCXpresso IDE中的主题 Re: Disable PLL</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588820#M28325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Sun Dec 05 16:37:41 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course it is. Right after reset LPC1xxx operates from internal RC oscillator. You may switch to crystal oscillator without activating PLL. Read the section on clocking in your chip manual. So far in all my LPC1111 projects I use IRC clock without PLL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:26:19 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:26:19Z</dc:date>
    <item>
      <title>Disable PLL</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588819#M28324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cksa361 on Sun Dec 05 13:16:36 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to be in Active mode with the PLL disabled, so that the core is running straight off the 12Mhz Crystal?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588819#M28324</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disable PLL</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588820#M28325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by gbm on Sun Dec 05 16:37:41 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course it is. Right after reset LPC1xxx operates from internal RC oscillator. You may switch to crystal oscillator without activating PLL. Read the section on clocking in your chip manual. So far in all my LPC1111 projects I use IRC clock without PLL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588820#M28325</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable PLL</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588821#M28326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sun Dec 05 23:58:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Use something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
[LEFT]LPC_SYSCON-&amp;gt;PDRUNCFG &amp;amp;= ~(1 &amp;lt;&amp;lt; 5); //Power-up System Osc
LPC_SYSCON-&amp;gt;SYSOSCCTRL = 1; //bypass PLL[/LEFT]
 
[LEFT]LPC_SYSCON-&amp;gt;MAINCLKSEL = 1; //Select PLL Clock init
LPC_SYSCON-&amp;gt;MAINCLKUEN = 0x01; //Update MCLK Clock Source
LPC_SYSCON-&amp;gt;MAINCLKUEN = 0x00; //Toggle Update Register
LPC_SYSCON-&amp;gt;MAINCLKUEN = 0x01;[/LEFT]
while (!(LPC_SYSCON-&amp;gt;MAINCLKUEN &amp;amp; 0x01)); //Wait Until Updated
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:26:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Disable-PLL/m-p/588821#M28326</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:26:20Z</dc:date>
    </item>
  </channel>
</rss>

