<?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 External Clock in Processor Expert in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142239#M2829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the CodeWarrior 3.1 with the MC9S08GB60. I wanto to configure the processor expert to use an external clock.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: How do I do so that when the MCU start, it uses the internal clock, until the external clock can be configured, and after that switch to the external clock?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2006 19:29:45 GMT</pubDate>
    <dc:creator>Alexandre_Mello</dc:creator>
    <dc:date>2006-07-06T19:29:45Z</dc:date>
    <item>
      <title>External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142239#M2829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using the CodeWarrior 3.1 with the MC9S08GB60. I wanto to configure the processor expert to use an external clock.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: How do I do so that when the MCU start, it uses the internal clock, until the external clock can be configured, and after that switch to the external clock?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 19:29:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142239#M2829</guid>
      <dc:creator>Alexandre_Mello</dc:creator>
      <dc:date>2006-07-06T19:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142240#M2830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi:&lt;BR /&gt;&lt;BR /&gt;Processor Expert does that for you automatically. Check the internal function _EntryPoint() in Cpu.c, and this will show the code that PE uses to wait until the External Clock is ready, before switching from the internal clock.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Alex&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 02:33:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142240#M2830</guid>
      <dc:creator>alex_spotw</dc:creator>
      <dc:date>2006-07-07T02:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142241#M2831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, but I still have a Problem. The problem is that the MCU have to initiate the external clock using the SPI, and so the MCU have to initiate with the internal clock, and then switch to the external. How could I do that?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 02:06:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142241#M2831</guid>
      <dc:creator>Alexandre_Mello</dc:creator>
      <dc:date>2006-07-12T02:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142242#M2832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT face="Helv" size="2"&gt;&lt;/FONT&gt;&lt;P&gt;&lt;FONT face="Helv" size="2"&gt;It is possible to use "User code before PE initialization" item at Build Options page in CPU Inspector. The second way is to use speed modes, to set internal clock as high speed and low mode as external clock.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Helv" size="2"&gt;Best Regards, Jan Pospisilik, Processor Expert Support&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jul 2006 14:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142242#M2832</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2006-07-13T14:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142243#M2833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I tried to use the speed modes, but CodeWarrior doesn't let me because the low speed mode is faster than the high speed. What can I do?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2006 21:30:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142243#M2833</guid>
      <dc:creator>Alexandre_Mello</dc:creator>
      <dc:date>2006-07-19T21:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: External Clock in Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142244#M2834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;I am sorry, but the current version doesn't support to have the low-speed mode clock higher that the high-speed mode.&lt;BR /&gt;There is only one option remaining - use the "User code before PE initialization" item from the cpu bean "Build options". This item enables to put a user defined code on the beggining of the EntryPoint function, before the cpu is switched to the external clock. However, because this code is executed before an initilization of the stack you cannot use method calls and you cannot use any bean to do SPI communication. The initialization of the external clock source has to be hand coded.&lt;BR /&gt;&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;BR /&gt;UNIS&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 15:23:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/External-Clock-in-Processor-Expert/m-p/142244#M2834</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2006-07-20T15:23:44Z</dc:date>
    </item>
  </channel>
</rss>

