<?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 Re: ADC/GPIO/Clock Startup Stumper in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976520#M55352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a really good idea I'll give it a shot. However, on my 44 pin board I had the same thermistor circuit but setup with a through hole that protruded at least an inch from the board. But I will still give it a go&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2020 04:46:55 GMT</pubDate>
    <dc:creator>codyhubman</dc:creator>
    <dc:date>2020-02-21T04:46:55Z</dc:date>
    <item>
      <title>ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976500#M55332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Came across an interesting issue and currently not satisfied with the "fix" performed. Some background, during testing of the MKEAZ128 chip a custom control board an issue was found that seemed to be an issue with the thermistor placed on A6 (which I recognize is defaulted to ADC). Once the Thermistor reached ~90 F the processor started to get hung up and wouldn't connect to the controller. Soon we found out the processor would work with no issues at those temperatures if it was on before turning it up that high.&amp;nbsp;After further investigation SystemInit()&amp;nbsp;was getting hung up at the following spot.&lt;/P&gt;&lt;P&gt;&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/101633i91E6534A01944845/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;What is in red is where the code would get hung up. However, When adding the code in blue (pin A0) everything would work fine and the proper clock would be selected. Any hints on why this is a problem? For now we are continuing testing and this weird code works. (The A0 pin is tied to a 10k resistor and goes out to a header.) However I still am not satisfied with not understanding this. Any hints, suggestions, or reasoning would be greatly appreciated! Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Cody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 16:09:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976500#M55332</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-17T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976501#M55333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A little update. When I did the LED blink code on a pin that was not defaulted to ADC it no longer worked. I tried A1 then instead of A0 (which is another ADC default pin) the code booted fine. So I guess the question is now... What with my ADC might be causing this to get hung up. To summarize my issues...&lt;BR /&gt;&lt;BR /&gt;When I heat the thermistor the bootup code never selects a clock unless I write a 1 to a GPIO pin with ADC selected as the default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 18:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976501#M55333</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-17T18:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976502#M55334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;When you meet the code is stopping your red area:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the RM register:&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/102351i05D934DB9BBB0EC3/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;So, when you code stop there, it means your external OSC is stopping oscillating, you can check your hardware, check the osc pin, whether it is oscillating or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;BTW, you also can try to use the internal IRC, whether you still have this problems or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 03:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976502#M55334</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-19T03:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976503#M55335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll check. Let me provide more clarity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It stops in the red loop automatically if I have a thermistor heated when I turn on the chip. For some reason. If I drive a "1" on an ADC default pin it continues normally.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm trying to figure out what in the ADC is causing the ICS to not be able to select the external clock as the source. Im assuming something with the ADC is causing an interrupt.&lt;BR /&gt;&lt;BR /&gt;Here's my challenge. In Debug it completely ignores this and boots up anyways. So I'm unable to find where in the code it goes when I turn it on with the thermistor heated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;All I know is that when I activate an ADC pin (Code in blue) it works unless the pin I activate for the code in blue is defaulted to DISABLED.&amp;nbsp;&lt;BR /&gt;I hope this helps provide clarity I really want to figure out what I'm missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Cody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 04:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976503#M55335</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-19T04:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976504#M55336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Please use the FEI clock mode, to test your ADC pin in the same situation again, whether you have problems?&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you use the FEI mode, you won't go the red code which you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 06:27:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976504#M55336</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-19T06:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976505#M55337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the clock setup 0 which says that it uses the FEI clock mode but when heating the thermistor it still never makes it through the clock setup.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Do I need to disable ADC before configuring my clocks? Or something like that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 17:34:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976505#M55337</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-19T17:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976506#M55338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried all the different clock configurations. No success though&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 18:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976506#M55338</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-19T18:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976507#M55339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you use the FEI mode, where you are stopping? Please give me you test result！&lt;/P&gt;&lt;P&gt;&amp;nbsp; BTW, please tell me which code you are using? The NXP official code? Which IDE?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 02:23:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976507#M55339</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-20T02:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976508#M55340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this is in the MKE06Z.C startup code file and it's part of a prebuilt setup in Kinetis Design Studio. I assume this is NXP official code. Clock Setup 0 or 1 suggests it starts with FEI. But It gets stuck on a similar while loop. (I think). I'm also not sure if there is an interrupt causing an issue but idk why that would be the case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im so thrown off why my thermistor would be affecting my ICS selection. It works perfectly fine if I activate any random ADC Default GPIO before it checks to see which clock has been selected. I'm not at work now otherwise I would have posted the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only takes about 5 seconds of blowing the heat gun on the thermistor too for it to get hung up on the ICS code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 03:00:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976508#M55340</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-20T03:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976509#M55341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; border: 0px; font-weight: inherit; text-decoration: none; font-size: 1.1em; padding: 0px 3px 0px 0px;"&gt;cody hubman&lt;/A&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold; font-size: 12.6px;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; &amp;nbsp;Do you mean PTA6 will cause the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;When you can test the project, please test the following case:&lt;/P&gt;&lt;P&gt;1. Before you do the clock mode settings, you can try to configure the PTA6 as the GPIO function instead of the ADC function.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Then heat the PTA6 again, whether you still have problems, please note, you need to make sure&amp;nbsp;the&amp;nbsp;Temperature range (ambient): -40 to 125°C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can try my attached KDS KEA PE simple project, you can add some LED blinky refer to your own board, then test it again without modify the PTA6 pin function, whether the problem still exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After you test it, please let me know the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN style="border: 0px; background-color: #ffffff; color: #646464; font-weight: inherit; "&gt;Waiting for your updated information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 03:18:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976509#M55341</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-20T03:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976510#M55342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, PTA6 is causing my problem. However I went back and seen if this error occurred on past boards with a different pin assignment for the thermistor and it still happened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume your suggestion will work. That code that I added in blue also worked and as long as I configure any ADC GPIO to drive a 1 before I do my clock settings everything works perfectly fine. Im just trying to figure out why my A6 with the thermistor would affect setting up my clock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 03:27:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976510#M55342</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-20T03:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976511#M55343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Except the PTA6 ADC with thermistor, do you check any other ADC pins with thermistor, whether other ADC pins also have this issue or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 03:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976511#M55343</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-20T03:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976512#M55344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ill double check tomorrow which pin I used but I did try this on an old board that I was prototyping with that ran a 44pin instead of a 64 pin KE06z and the thermistor caused the startup code to not finish with that model as well. Im pretty sure I didn't have it on the A6 tomorrow but I will verify that tomorrow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 04:04:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976512#M55344</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-20T04:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976513#M55345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi cody hubman,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Do you mean KE06 alao have this problems?&lt;/P&gt;&lt;P&gt;&amp;nbsp; Do you have any NXP official KEA128 or KE06 board? Can you reproduce the problem on the NXP official board as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 04:18:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976513#M55345</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-20T04:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976514#M55346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far what I the ones I have dealt with too but these were all on Proto-boards. I do have a FRDM KE06z board that I can try to reproduce the problem but I didn't have enough time today. I will also report those findings tomorrow&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 04:22:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976514#M55346</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-20T04:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976515#M55347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;It doesn't matter, after you find time to test it, just share your test result with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 06:56:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976515#M55347</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-20T06:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976516#M55348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was a different ADC pin that causes a crash for my past boards... However I did try setting up a thermistor on the KE06z freedom board and it seemed to hand the clock setup without any issues so I'm suspicious that it's a hardware issue somewhere. Could it be a filtering issue from the thermistor?&amp;nbsp;&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/102477i586B228319F5376E/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976516#M55348</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-20T17:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976517#M55349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: underline; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Check your KEA chip, whether it is the same package as the FRDM-KE06 board? If yes, you can replace the FRDM-KE06 chip to the KEA chip, then test it again, whether it has problems or not? Just check whether it is related to the PCB layout interference.&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 02:19:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976517#M55349</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-21T02:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976518#M55350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a similar problem to my KEA128 64 pin, 44 pin ke06z128, and 64 pin ke06z128. Because It doesn't seem to be an issues with the FRDM board I am suspicious that it is a hardware problem... It's a really weird problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 02:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976518#M55350</guid>
      <dc:creator>codyhubman</dc:creator>
      <dc:date>2020-02-21T02:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: ADC/GPIO/Clock Startup Stumper</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976519#M55351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="319061" data-username="codyhubman" href="https://community.nxp.com/people/codyhubman" style="color: #3d9ce7; background-color: #ffffff; border: 0px; font-weight: 200; text-decoration: none; font-size: 1.286rem;"&gt;cody hubman&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;A test thought for your own board, but you need to do it very carefully.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Find a tweezer, just move the PTA6 pin leave your own PCB, then heat the pin again, whether you still have problems or not?&lt;/P&gt;&lt;P&gt;&amp;nbsp; It seems your hardware is influenced by your&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;thermistor, maybe some &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;interference flow to the power, the crystal, or the ground signals.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2020 02:31:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/ADC-GPIO-Clock-Startup-Stumper/m-p/976519#M55351</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2020-02-21T02:31:41Z</dc:date>
    </item>
  </channel>
</rss>

