<?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のトピックMKE02Z64M4 at 80degree C</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625296#M37477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing a lock-up issue when the MKE02Z64M4 is operated at 80deg. Celcius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICS_C2 = 0x20; //BDIV=2, divide by 2&lt;BR /&gt; ICS_C1 = 0x04; //Set internal reference clock to FLL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /**************************************************************/&lt;BR /&gt; /* Trim Value is entered in the debuger configuration menu */&lt;BR /&gt; /* From the Debug tab, click on Advance Options. In advance */&lt;BR /&gt; /* Options, click on Calculate Trim. The value is stored in */&lt;BR /&gt; /* a memory location designated by Freescale (0x000003FF). */&lt;BR /&gt; /**************************************************************/&lt;/P&gt;&lt;P&gt;cTempIndex = 0x000003FF; //The address location of Trim value&lt;/P&gt;&lt;P&gt;ICS_C3 = *cTempIndex; //Load Trim Value = 35.15625 kHz, BUS Frequency is 18MHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; while (!(ICS_S &amp;amp; ICS_S_LOCK_MASK)) //Lock Status (Wait for the FLL to be stable)&lt;BR /&gt; {&lt;BR /&gt; BACKLIGHT_ON;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;BACKLIGHT_OFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The spec's for the processor state operating temperature -40C to 105C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an errata for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 16:01:12 GMT</pubDate>
    <dc:creator>neilporven</dc:creator>
    <dc:date>2017-01-17T16:01:12Z</dc:date>
    <item>
      <title>MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625296#M37477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am experiencing a lock-up issue when the MKE02Z64M4 is operated at 80deg. Celcius.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICS_C2 = 0x20; //BDIV=2, divide by 2&lt;BR /&gt; ICS_C1 = 0x04; //Set internal reference clock to FLL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; /**************************************************************/&lt;BR /&gt; /* Trim Value is entered in the debuger configuration menu */&lt;BR /&gt; /* From the Debug tab, click on Advance Options. In advance */&lt;BR /&gt; /* Options, click on Calculate Trim. The value is stored in */&lt;BR /&gt; /* a memory location designated by Freescale (0x000003FF). */&lt;BR /&gt; /**************************************************************/&lt;/P&gt;&lt;P&gt;cTempIndex = 0x000003FF; //The address location of Trim value&lt;/P&gt;&lt;P&gt;ICS_C3 = *cTempIndex; //Load Trim Value = 35.15625 kHz, BUS Frequency is 18MHz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; while (!(ICS_S &amp;amp; ICS_S_LOCK_MASK)) //Lock Status (Wait for the FLL to be stable)&lt;BR /&gt; {&lt;BR /&gt; BACKLIGHT_ON;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;BACKLIGHT_OFF;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The spec's for the processor state operating temperature -40C to 105C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there an errata for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:01:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625296#M37477</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-01-17T16:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625297#M37478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil Porven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From your code, it seems you are using the internal IRC and trimmed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From the datasheet, you can get that:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/11171i3356AB5178522C64/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&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/11273iEDFD3923D316F1CE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The deviation is up to 2% over full voltage and the temperature range.&lt;/P&gt;&lt;P&gt;&amp;nbsp; When the deviation is larger, and it is out of the FLL DCO range, it will caused the FLL lock up failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I suggest you choose the external crystal which can support 80 degree C, then try it again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 05:14:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625297#M37478</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-01-19T05:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625298#M37479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Kerry for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kerry can you place a link to that document or tell me what is called so that I can do a search on the NXP site?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the datasheet spec you showing above, I don't see where it is stating that my&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;ICS_S_LOCK bit does not get set.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;It just specify about a percentage off the output of the DCO which at this point is not critical to my application.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;I went ahead and as a test, I lowered my frequency from 18MHz to 9MHz and the ICS_S_LOCK bit started to get set and&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;I didn't get locked in my while loop. &amp;nbsp;I feel that running the processor at the max bus frequency at or above 80 degrees C could&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;be causing the issue, but I would have to look at the datasheet you found.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Please let me know your input on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;Neil&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 21:14:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625298#M37479</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-01-19T21:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625299#M37480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After bringing the temperature down to room temperature and performing the test again, I got different results.&lt;/P&gt;&lt;P&gt;At approx 73 degrees Celcius, I started locking up again. &amp;nbsp;Apparently lowering the clock down to 9MHz did not&lt;/P&gt;&lt;P&gt;correct the problem with the lock-up. &amp;nbsp;Please let me know the link or the datasheet name your using to get the&amp;nbsp;&lt;/P&gt;&lt;P&gt;processors specs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2017 22:03:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625299#M37480</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-01-19T22:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625300#M37481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil Porven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sorry for my mistake, the picture I post is from the older datasheet.&lt;/P&gt;&lt;P&gt;Now the new datasheet can be downloaded from this link:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/assets/documents/data/en/data-sheets/MKE02P64M40SF0.pdf" title="http://www.nxp.com/assets/documents/data/en/data-sheets/MKE02P64M40SF0.pdf"&gt;http://www.nxp.com/assets/documents/data/en/data-sheets/MKE02P64M40SF0.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Page 22&lt;/P&gt;&lt;P&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/12229iD02C6DD95BF4271E/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, there has two points you need to take care:&lt;/P&gt;&lt;P&gt;1. Trim configuration&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't know which code you are using? And how you get the trim data.&lt;/P&gt;&lt;P&gt;Normally, we use the Codewarrior or the KDS PE code,&amp;nbsp; like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12319i40BBB59BBDC297C2/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then use the PE debugger to trim it, it will save the trim data in address 0x3ff, and 0x3fe.&lt;/P&gt;&lt;P&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/12356i12EEB2C08257B187/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached my test project for your reference.&lt;/P&gt;&lt;P&gt;You can trim the 31.25Khz which is the default trim data, please also take care, the trim temperature should in 25C, VDD=5V.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Make sure your FLL out (DCO) is in the range of 32Mhz to 40Mhz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12395iD97379975E31E987/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please trim it in temperature 25C, 5V VDD at first, then add the temperature to 80C, check whether it still have this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2017 02:56:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625300#M37481</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-01-20T02:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625301#M37482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our trim value at 25C 5V VDD did not work at temperatures 80C and above. &amp;nbsp;&lt;/P&gt;&lt;P&gt;So as a test, I decided to use the factory default values and not load anything or&lt;/P&gt;&lt;P&gt;check off any of the boxes on the debug configuration menu that uses the TRIM&lt;/P&gt;&lt;P&gt;value registers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ICS_C2 = 0x20; //BDIV=2, divide by 2&lt;BR /&gt; ICS_C1 = 0x04;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Lock Status (Wait for the FLL to be stable)&lt;BR /&gt; while (!(ICS_S &amp;amp; ICS_S_LOCK_MASK))&lt;BR /&gt; {&lt;BR /&gt; FGPIOA_PDOR |= 0x00000400; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;---------------------- sets a pin HIGH&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;FGPIOA_PDOR &amp;amp;= ~0x00000400; &amp;nbsp; &amp;nbsp; &amp;lt;---------------------- sets a pin LOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results are the same, below the 80C &amp;nbsp;looking at my scope, I get a sharp pulse.&lt;/P&gt;&lt;P&gt;Above the 80C, its a HIGH pulse, indicating that it never leaves the while loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please verify if you get the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2017 19:33:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625301#M37482</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-01-23T19:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625302#M37483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil Porven,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't have the test tool which can change the temperature .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Now, please give me your oscilloscope test wave when in 25C and 80C, then I will check it with our according department.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Besides, did you have another board? You also can check another KE02 board, just use the internal IRC, and test it, whether it has the same result?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your test pictures.&lt;BR /&gt;Have a great day,&lt;BR /&gt;(my name)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 02:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625302#M37483</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-01-24T02:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625303#M37484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I haven't been able to reply sooner.&lt;/P&gt;&lt;P&gt;I have many other boards, since we are in production. &amp;nbsp;I tested other boards and they display the same behavior.&lt;/P&gt;&lt;P&gt;Can you please pass this information with the appropriate department, timing has become critical.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Default_Values_Below_80C.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12462i7CD32C7738E4F8B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Default_Values_Below_80C.jpg" alt="Default_Values_Below_80C.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Default_Values_Above_80C.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/12504i8821582BBCCD9153/image-size/large?v=v2&amp;amp;px=999" role="button" title="Default_Values_Above_80C.jpg" alt="Default_Values_Above_80C.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;ICS_C2 = 0x20; //BDIV=2, divide by 2&lt;BR /&gt;ICS_C1 = 0x04;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;//Lock Status (Wait for the FLL to be stable)&lt;BR /&gt;while (!(ICS_S &amp;amp; ICS_S_LOCK_MASK))&lt;BR /&gt;{&lt;BR /&gt;FGPIOA_PDOR |= 0x00000400; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;---------------------- sets a pin HIGH&lt;BR /&gt;}&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;FGPIOA_PDOR &amp;amp;= ~0x00000400; &amp;nbsp; &amp;nbsp; &amp;lt;---------------------- sets a pin LOW&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Can you pass this information and please let me know who will be working with me on this?&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Regards,&lt;/P&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 15:50:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625303#M37484</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-01-27T15:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625304#M37485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sorry for my later reply because of Chinese Spring Festival.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I already help you check it with our according department, when I get the reply, I will let you know ASAP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please wait patiently.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks a lot for your understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kerry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 02:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625304#M37485</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-07T02:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625305#M37486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please add this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;SIM_SOPT |= SIM_SOPT_CLKOE_MASK;&lt;/P&gt;&lt;P&gt;Then test the bus clock in &lt;STRONG&gt;default trimmed factory IRC&lt;/STRONG&gt; in 80 degree C and under 80 degreeC.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Whether you can get 16MHz in PTH2 or not?&lt;/P&gt;&lt;P&gt;We need to check the frequency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 09:26:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625305#M37486</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-07T09:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625306#M37487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also opened up a ticket for this issue. &amp;nbsp;I have someone by the name of Vincent also helping me out.&lt;/P&gt;&lt;P&gt;I explained to him the situation and what was happening. &amp;nbsp;I was also able to find out that the interrupt&lt;/P&gt;&lt;P&gt;NMI was being triggered at the 80C which I found odd. &amp;nbsp;I don't know if the NMI has anything to do with&amp;nbsp;&lt;/P&gt;&lt;P&gt;what I am experiencing, but its just another observation as to what is happening as the temperature reaches&lt;/P&gt;&lt;P&gt;and exceeds the 80C mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 13:52:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625306#M37487</guid>
      <dc:creator>neilporven</dc:creator>
      <dc:date>2017-02-07T13:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625307#M37488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil Porven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you very much for your information, the NMI information is very important to us, Vincent is our colleague.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now, please try to add 4.7K to 10K external pull-up resistor in the NMI pin(PTB4), because the internal pull up is weak, normally, we recommend the customer to add the external pull-up, I check your schematic, you didn't add it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't know how you get the 80 degree C, if that heating tool have a lot of EMI, and you didn't add the external pull up in the NMI pin, the interference signal may around the NMI pin, it may cause the NMI interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please add the NMI external pull-up, then try again in 80 degree C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Waiting for new test information, besides, please also check the bus frequency as I told you before.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 01:33:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625307#M37488</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-08T01:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: MKE02Z64M4 at 80degree C</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625308#M37489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you debug your code at 80 degree C?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After the board working at 80 degree C, please run the code for a while, then use the debug to check the register , whether&amp;nbsp; the FLL states:ICS_S[Lock] =1?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please test it on your side, then give me the result!&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please give me reply and the test result, this is very import point for the problem solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for your reply!&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 08:42:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKE02Z64M4-at-80degree-C/m-p/625308#M37489</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-02-13T08:42:52Z</dc:date>
    </item>
  </channel>
</rss>

