<?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>topic Re: FMPLL configuration for MPC5644A in MPC5xxx</title>
    <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494313#M2695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="211604" data-objecttype="3" href="https://community.nxp.com/people/davidtosenovjan" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #017bba;"&gt;David Tosenovjan&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks..i solved it..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 10:22:28 GMT</pubDate>
    <dc:creator>chandrasekarkri</dc:creator>
    <dc:date>2016-02-09T10:22:28Z</dc:date>
    <item>
      <title>FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494307#M2689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;pls help anyone how to configure fmpll in mpc5644a by Fref =40 MHZ for Fsys=120MHZ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;i configured but it not working in EVT board ..my configuration is &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;void FMPLL_config() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;{ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;ECSM.MUDCR.R = 0x40000000; /* 1 SRAM waitstate for fsys above 98MHz */ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;FMPLL.ESYNCR2.R = 0x00000002; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;FMPLL.ESYNCR1.R = 0xF0020024; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;while (FMPLL.SYNSR.B.LOCK != 1) {}; /* Wait for FMPLL to LOCK */ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;FMPLL.ESYNCR2.R = 0x00000001; /* Fsys =120Mhz */ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;SIU.ECCR.R = 0x00001003; /* CLKOUT to /4 because of 66MHz limit */ &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 13.3333px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 12:34:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494307#M2689</guid>
      <dc:creator>chandrasekarkri</dc:creator>
      <dc:date>2016-02-08T12:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494308#M2690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* Set sysclk = 120MHz running from PLL with 40 MHz crystal reference. */&lt;/P&gt;&lt;P&gt;void initSysclk (void) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMPLL.ESYNCR1.B.CLKCFG = 0X7;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Change clk to PLL normal mode from crystal */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMPLL.SYNCR.R = 0x22880000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Fsys =60Mhz */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (FMPLL.SYNSR.B.LOCK != 1) {}; /* Wait for FMPLL to LOCK&amp;nbsp; */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FMPLL.SYNCR.R = 0x22800000;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Fsys =120Mhz */&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:34:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494308#M2690</guid>
      <dc:creator>martin_kovar</dc:creator>
      <dc:date>2016-02-08T16:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494309#M2691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Hi Martin Kovar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I tested your code in&amp;nbsp; XPC564A 324BGA MINIMODULE BOARD(MPC5644A), but board is not responding..do you have any suggestions for this..&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt; any jumper settings in this board or anything..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Chandrasekar K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 05:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494309#M2691</guid>
      <dc:creator>chandrasekarkri</dc:creator>
      <dc:date>2016-02-09T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494310#M2692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, pay attention to following example code, function FMPLL_init:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-101455"&gt;https://community.freescale.com/docs/DOC-101455&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code selects used board at the beginning of main function by following macros:&lt;/P&gt;&lt;P&gt;#define XPC564AKIT176S 0&lt;/P&gt;&lt;P&gt;#define XPC564AKIT208S 1&lt;/P&gt;&lt;P&gt;#define XPC564AKIT324S 2&lt;/P&gt;&lt;P&gt;/* Choose one of 3 options above according to your configuration */&lt;/P&gt;&lt;P&gt;#define USED_BOARD XPC564AKIT324S&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Possible issues are:&lt;/P&gt;&lt;P&gt;- XPC564AKIT176S and XPC564AKIT208S use 8MHz crystal&lt;/P&gt;&lt;P&gt;- XPC564AKIT324S uses 40MHz crystal&lt;/P&gt;&lt;P&gt;- 1 SRAM waitstate for fsys above 98MHz&lt;/P&gt;&lt;P&gt;- CLKOUT frequency must be 66MHz at most&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 06:50:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494310#M2692</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2016-02-09T06:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494311#M2693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="27521" data-externalid="" data-online="false" data-presence="null" data-userid="211604" data-username="davidtosenovjan" href="https://community.nxp.com/people/davidtosenovjan" style="font-weight: bold; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: inherit;"&gt;David Tosenovjan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply..i looked my board is &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;XPC564AKIT324S uses 40MHz crystal.still it is not working..if there any jumper settings in that board for working Fmpll?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;chandrasekar k&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 07:01:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494311#M2693</guid>
      <dc:creator>chandrasekarkri</dc:creator>
      <dc:date>2016-02-09T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494312#M2694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check jumpers J16 whether there aren't removed.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60341i9183A2FB83C2966E/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 09:32:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494312#M2694</guid>
      <dc:creator>davidtosenovjan</dc:creator>
      <dc:date>2016-02-09T09:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: FMPLL configuration for MPC5644A</title>
      <link>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494313#M2695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hi &lt;/SPAN&gt;&lt;A _jive_internal="true" data-containerid="-1" data-containertype="-1" data-objectid="211604" data-objecttype="3" href="https://community.nxp.com/people/davidtosenovjan" style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #017bba;"&gt;David Tosenovjan&lt;/A&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks..i solved it..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 10:22:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/FMPLL-configuration-for-MPC5644A/m-p/494313#M2695</guid>
      <dc:creator>chandrasekarkri</dc:creator>
      <dc:date>2016-02-09T10:22:28Z</dc:date>
    </item>
  </channel>
</rss>

