<?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>MPC5xxxのトピックMPC5748G Clock Problem</title>
    <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Clock-Problem/m-p/640873#M6323</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know how to configure the MPC5748G clock.I changed the external crystal of 40M to 16M,and i&amp;nbsp;multiplied the clock into 160M according to the documents shown in the attachment.I modified the code as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14373iC496F491C6C98546/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #7f0055;"&gt;But the board can not be debugged successfully，the debugging information is shown below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #7f0055;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14515i50DAE74133919323/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Apr 2017 07:04:45 GMT</pubDate>
    <dc:creator>yankuang1</dc:creator>
    <dc:date>2017-04-25T07:04:45Z</dc:date>
    <item>
      <title>MPC5748G Clock Problem</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Clock-Problem/m-p/640873#M6323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know how to configure the MPC5748G clock.I changed the external crystal of 40M to 16M,and i&amp;nbsp;multiplied the clock into 160M according to the documents shown in the attachment.I modified the code as shown below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 11.0pt;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14373iC496F491C6C98546/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #7f0055;"&gt;But the board can not be debugged successfully，the debugging information is shown below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #7f0055;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/14515i50DAE74133919323/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:04:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Clock-Problem/m-p/640873#M6323</guid>
      <dc:creator>yankuang1</dc:creator>
      <dc:date>2017-04-25T07:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5748G Clock Problem</title>
      <link>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Clock-Problem/m-p/640874#M6324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Set PLL0 to 160MHz (16MHz XTAL)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // VCO Frequency Range 600 - 1280 MHz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // RFDPHI1 = 10, RFDPHI = 1, PREDIV = 1, MFD = 0x28h (40)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLLDIG.PLLDV.R = 0x50000000 |0x00010000 |0x00001000 |0x0028 ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;XTAL = 16MHz&lt;/P&gt;&lt;P&gt;PREDIV = 1 -&amp;gt; 16/1 = 16MHz&lt;/P&gt;&lt;P&gt;MFD = 40 -&amp;gt; 40 x 16 = 640&lt;/P&gt;&lt;P&gt;RFDPHI = 1 -&amp;gt; 640/4 = 160MHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 07:26:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/MPC5748G-Clock-Problem/m-p/640874#M6324</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2017-04-25T07:26:33Z</dc:date>
    </item>
  </channel>
</rss>

