<?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>Kinetis MicrocontrollersのトピックRe: TWR-K70 won't start in PEE mode</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250575#M7057</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a quick test and it seems to work :smileygrin:. However my led doesn't blink as quick as for 120MHz, or I misscalculated something (Will check later).&lt;/P&gt;&lt;P&gt;So the problem seems like it was wrong values in ProcessorExpert.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 07:37:51 GMT</pubDate>
    <dc:creator>AlexandruGandra</dc:creator>
    <dc:date>2013-08-13T07:37:51Z</dc:date>
    <item>
      <title>TWR-K70 won't start in PEE mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250572#M7054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Let me start with saying that I am new to Kinetis family &lt;SPAN aria-label="Happy" class="emoticon_happy emoticon-inline" style="height:16px;width:16px;"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I have a K70 revC and I want to use it as a standalone but I am having trouble setting it to 120MHz. I am using Processor Expert and it works when setting it to FEE @ 80MHz. Now, when I try to setup the PEE mode it never gets initialized (when pausing in debug it stops here)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;/* Switch to PBE Mode */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;/* MCG_C6: LOLIE0=0,PLLS=1,CME0=0,VDIV0=0x0E */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;while&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;((MCG_S &amp;amp; 0x0CU) != 0x08U) {&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;/* Wait until external reference clock is selected as MCG output */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #7f0055; font-size: 10pt;"&gt;while&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;((MCG_S &amp;amp; MCG_S_LOCK0_MASK) == 0x00U) { &lt;/SPAN&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;/* Wait until PLL locked */&amp;nbsp; &amp;lt;--- STOPS HERE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3f7f5f; font-size: 10pt;"&gt;}&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: #333333; font-size: 10pt;"&gt;I know it must transition to diferent modes before entering PEE, but it seems Processor Expert does this for me.&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: #333333; font-size: 10pt;"&gt;Can anyone tell me what I am doing wrong? (I attached the project and the jumpers setting)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 10pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337483"&gt;test120.rar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Aug 2013 08:45:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250572#M7054</guid>
      <dc:creator>AlexandruGandra</dc:creator>
      <dc:date>2013-08-11T08:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K70 won't start in PEE mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250573#M7055</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;I am checking with your issue, I will let you know when I got some updated info. Thank you for the patience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R.&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 02:05:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250573#M7055</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-08-12T02:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K70 won't start in PEE mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250574#M7056</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;The TWR-K70F120M board provides two external clock source for system oscillator 0 &amp;amp; 1. System oscillator 0 connects with external clock 50MHz ; system oscillator 1 connects with external crystal 12MHz.&lt;BR /&gt;For external clock 50MHz as reference clock, you can refer below setting to run the MCG in PEE mode with 120MHz core clock.&lt;BR /&gt;The attached project with [Flash] target is using 12MHz clock external crystal to generate 120MHz core clock, MCG in PEE mode.&lt;BR /&gt;There is an errata for K70 product, e3925: JTAG/OSC: JTAG enables digital input buffers. &lt;BR /&gt;So I would recommend not to debug the [Flash] target, which could be run after program the code to K70 Flash.&lt;BR /&gt;More detailed info, please check below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/errata/KINETIS_1N96B.pdf"&gt;http://cache.freescale.com/files/microcontrollers/doc/errata/KINETIS_1N96B.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;B.R.&lt;/P&gt;&lt;P&gt;Ma Hui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 09:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250574#M7056</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-08-12T09:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: TWR-K70 won't start in PEE mode</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250575#M7057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a quick test and it seems to work :smileygrin:. However my led doesn't blink as quick as for 120MHz, or I misscalculated something (Will check later).&lt;/P&gt;&lt;P&gt;So the problem seems like it was wrong values in ProcessorExpert.&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 07:37:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TWR-K70-won-t-start-in-PEE-mode/m-p/250575#M7057</guid>
      <dc:creator>AlexandruGandra</dc:creator>
      <dc:date>2013-08-13T07:37:51Z</dc:date>
    </item>
  </channel>
</rss>

