<?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>ColdFire/68K Microcontrollers and ProcessorsのトピックMCF52236 and PLL</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187195#M7937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with PLL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uC works with Crystal 25MHz and PLL multiply by two (devide 8 [predivider] and then multiply by 16[MRD]) , so should be 50MHz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes The uC wakes up in correct&amp;nbsp; frequency(50MHz) but sometimes runs faster...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have that problem with this uC?&lt;/P&gt;&lt;P&gt;The same program on MCF52234 works perfect - always wakes up with 50MHz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Crystal works properly - 25MHz on EXTAL, PCB is correct, all peripheral capacitors are correct...&lt;/P&gt;&lt;P&gt;I think it must be problem of uC...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Nov 2011 19:18:51 GMT</pubDate>
    <dc:creator>Opalek</dc:creator>
    <dc:date>2011-11-30T19:18:51Z</dc:date>
    <item>
      <title>MCF52236 and PLL</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187195#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with PLL:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;uC works with Crystal 25MHz and PLL multiply by two (devide 8 [predivider] and then multiply by 16[MRD]) , so should be 50MHz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes The uC wakes up in correct&amp;nbsp; frequency(50MHz) but sometimes runs faster...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anybody have that problem with this uC?&lt;/P&gt;&lt;P&gt;The same program on MCF52234 works perfect - always wakes up with 50MHz&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Crystal works properly - 25MHz on EXTAL, PCB is correct, all peripheral capacitors are correct...&lt;/P&gt;&lt;P&gt;I think it must be problem of uC...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 19:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187195#M7937</guid>
      <dc:creator>Opalek</dc:creator>
      <dc:date>2011-11-30T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52236 and PLL</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187196#M7938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What frequency is the CPU running at? Measure the CLKOUT pin. If you can't get to that, start a timer running and have it toggle a pin at a known rate, then measure that on different boards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you reprogramming the PLL while running of the bypass clock?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 7-4. SYNCR Field Descriptions (continued)&lt;/P&gt;&lt;P&gt;Clock Source. Determines whether the PLL output clock or the PLL reference clock is to drive the system&lt;BR /&gt;clock. This bit is ignored when the PLL is disabled, in which case the PLL reference clock drives the system&lt;BR /&gt;clock. &lt;STRONG&gt;Having this separate bit allows the PLL to first be enabled, and then the system clock can be switched&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;to the PLL output clock only after the PLL has locked.&lt;/STRONG&gt; When disabling the PLL, the clock can be switched&lt;BR /&gt;before disabling the PLL so that a smooth transfer is ensured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 07:27:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187196#M7938</guid>
      <dc:creator>TomE</dc:creator>
      <dc:date>2011-12-01T07:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52236 and PLL</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187197#M7939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I switched a signal to the pin (rectangle, 50% duty, period 1second) - if the PLL works properly (50MHz)&lt;/P&gt;&lt;P&gt;If PLL works faster the period is circa 600ms....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried SYNCR in each mode.... I set this register by Processor Initialization in Code Warrior, so I think, that the CLKSRC bit is set in properly moment...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pawel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 07:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52236-and-PLL/m-p/187197#M7939</guid>
      <dc:creator>Opalek</dc:creator>
      <dc:date>2011-12-02T07:14:11Z</dc:date>
    </item>
  </channel>
</rss>

