<?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>Other NXP ProductsのトピックMPC5643L Clock and PLL initialization problem</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147229#M367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanish ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to download sample code for clock and pll in the daughter card for MPC5643l using Trace 32 debugger. Sample code is for MPC5604P but register set is same for leopard and pictus MCU. Problem is Mode entry module is not entering in to RUN0 state and on giving the command to switch from SAFE mode to RUN0 mode it causes invalid mode request interrupt. I will be grateful if you can assist me on this problem. You can check the CW example codes for the sample code ( PLLSYSCLK) i am trying to download.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Redevil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Sep 2010 12:49:58 GMT</pubDate>
    <dc:creator>Redevil</dc:creator>
    <dc:date>2010-09-14T12:49:58Z</dc:date>
    <item>
      <title>MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147229#M367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stanish ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to download sample code for clock and pll in the daughter card for MPC5643l using Trace 32 debugger. Sample code is for MPC5604P but register set is same for leopard and pictus MCU. Problem is Mode entry module is not entering in to RUN0 state and on giving the command to switch from SAFE mode to RUN0 mode it causes invalid mode request interrupt. I will be grateful if you can assist me on this problem. You can check the CW example codes for the sample code ( PLLSYSCLK) i am trying to download.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Redevil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Sep 2010 12:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147229#M367</guid>
      <dc:creator>Redevil</dc:creator>
      <dc:date>2010-09-14T12:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147230#M368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also fought with the PLL setup (though I had no example sources).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you go step by step ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does the cpu come out of reset ? Mine comes in DRUN mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My steps:&lt;/P&gt;&lt;P&gt;- enable OSCX&lt;/P&gt;&lt;P&gt;- enable PLL1&lt;/P&gt;&lt;P&gt;- enable PLL0&lt;/P&gt;&lt;P&gt;- set&amp;nbsp; SYSCLK to 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All in the ME_DRUN_MC register.&lt;/P&gt;&lt;P&gt;All one after the other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I program the PLL.&lt;/P&gt;&lt;P&gt;Then I switch to DRUN mode (yes from DRUN mode)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now PLLs are locked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But: I currently have no way to check if the PLL is working correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 04:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147230#M368</guid>
      <dc:creator>bastian_schick</dc:creator>
      <dc:date>2010-09-15T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147231#M369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Trace 32 debugger in that i can directly check the MCU modes and after reset MCU comes out in SAFE mode&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of DRUN mode ... again strange.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try your steps ..&amp;nbsp;nevertheless&amp;nbsp;now there is one more issue ... when I am trying to download the source code using Trace 32 there is a error message "MMU translation error " do you have any idea regarding this error ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Redevil&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Sep 2010 10:33:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147231#M369</guid>
      <dc:creator>Redevil</dc:creator>
      <dc:date>2010-09-17T10:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147232#M370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Replying to my previous question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the MCU comes out of reset in SAFE mode then there is some hardware problem in the MCU.&lt;/P&gt;&lt;P&gt;Also MMU translation problem in Trace32 is also due to same reason.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Clock PLL testing I am waiting for a fresh sample of board with leopard MCU.Will update soon&lt;/P&gt;&lt;P&gt;after I have the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Redevil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Sep 2010 16:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147232#M370</guid>
      <dc:creator>Redevil</dc:creator>
      <dc:date>2010-09-20T16:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147233#M371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to initialize the clock and PLL&amp;nbsp; for MPC5643L.&lt;/P&gt;&lt;P&gt;I made some code but the PLL is not getting locked.....I means S_CLOCK is always showing 0.&lt;/P&gt;&lt;P&gt;It will be very helpful if u could&amp;nbsp;explain me the steps in breif......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;LG&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Nov 2010 20:33:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147233#M371</guid>
      <dc:creator>lingaraj</dc:creator>
      <dc:date>2010-11-23T20:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147234#M372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I would like to have the .prj for initialize sysclk....I use this board since 2 months and I didn't de able to initialize this features.... I have found breakfest was very poor little material on this board...&lt;/P&gt;&lt;P&gt;Please someone post sample code(that works)...&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 16:27:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147234#M372</guid>
      <dc:creator>zebra84</dc:creator>
      <dc:date>2011-09-05T16:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5643L Clock and PLL initialization problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147235#M373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all, I solved the problem with Freescale helping.&lt;/P&gt;&lt;P&gt;The problem was on daughter card.&lt;/P&gt;&lt;P&gt;The initial build of this card were populated with 4.7K R9 resistor, in bottom side.&lt;/P&gt;&lt;P&gt;You, only, have to remove it.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Fabio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 21:37:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC5643L-Clock-and-PLL-initialization-problem/m-p/147235#M373</guid>
      <dc:creator>zebra84</dc:creator>
      <dc:date>2011-09-20T21:37:26Z</dc:date>
    </item>
  </channel>
</rss>

