<?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: Why can't I start an AD conversion in an interrupt service?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611583#M36199</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you try to use the ADC_Int_demo in &lt;A href="http://www.nxp.com/webapp/sps/download/license.jsp?colCode=KEXX_DRIVERS_V1.2.1_DEVD&amp;amp;Parent_nodeId=1390600077229715168045&amp;amp;Parent_pageType=product"&gt;KEXX_DRIVERS_V1.2.1_DEVD&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KEXX_DRIVERS_V1.2.1_DEVD.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13736iB275418F34F1926E/image-size/large?v=v2&amp;amp;px=999" role="button" title="KEXX_DRIVERS_V1.2.1_DEVD.png" alt="KEXX_DRIVERS_V1.2.1_DEVD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC_Int_demo.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13811iCCE66E7DC0D0B1B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC_Int_demo.png" alt="ADC_Int_demo.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Or you can attached your project here, so that we can help you easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 09:03:29 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2017-02-08T09:03:29Z</dc:date>
    <item>
      <title>Why can't I start an AD conversion in an interrupt service?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611582#M36198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to see if I can get a MC9S08QE32 project running in a Kinetis KE02 and I am having trouble with the AD converter. &amp;nbsp;AD conversions work when I start them in the foreground, but when I start a conversion inside an ISR I wind up in CPU_ivINT_Hard_Fault().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using Codewarrior 10.7.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 23:02:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611582#M36198</guid>
      <dc:creator>unclemike</dc:creator>
      <dc:date>2017-02-07T23:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I start an AD conversion in an interrupt service?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611583#M36199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Have you try to use the ADC_Int_demo in &lt;A href="http://www.nxp.com/webapp/sps/download/license.jsp?colCode=KEXX_DRIVERS_V1.2.1_DEVD&amp;amp;Parent_nodeId=1390600077229715168045&amp;amp;Parent_pageType=product"&gt;KEXX_DRIVERS_V1.2.1_DEVD&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KEXX_DRIVERS_V1.2.1_DEVD.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13736iB275418F34F1926E/image-size/large?v=v2&amp;amp;px=999" role="button" title="KEXX_DRIVERS_V1.2.1_DEVD.png" alt="KEXX_DRIVERS_V1.2.1_DEVD.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ADC_Int_demo.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13811iCCE66E7DC0D0B1B7/image-size/large?v=v2&amp;amp;px=999" role="button" title="ADC_Int_demo.png" alt="ADC_Int_demo.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Or you can attached your project here, so that we can help you easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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 09:03:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611583#M36199</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-02-08T09:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I start an AD conversion in an interrupt service?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611584#M36200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin:&lt;/P&gt;&lt;P&gt;I am doing all this to see what is involved in moving a project from a S08QE to a KE0x. &amp;nbsp;The QE project was done with Codewarrior 10.6 and Processor Expert. &amp;nbsp;I was trying to use them for the KE project as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like NXP's preferred IDE for KE0x is IAR and KEXX Drivers. &amp;nbsp;Is this correct? &amp;nbsp;In 'MCUXpresso Supported Devices.pdf' in the KDS column it says "released", but in the KDSK 1.3 and KDSK 2.0 columns it says "no". &amp;nbsp;It also says&amp;nbsp;MCUXpresso support is not &amp;nbsp;planned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would upload a zip file for you to look at, butI don't see a way to attach anything to this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 20:50:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611584#M36200</guid>
      <dc:creator>unclemike</dc:creator>
      <dc:date>2017-02-08T20:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I start an AD conversion in an interrupt service?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611585#M36201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;For the KE02\04\06 we recommand to use KEXX_DRIVERS_V1.2.1_DEVD. Because the KE02\04\06 is not on the support list of KSDK1.3 and KSDK2.0(MCUXpresso-SDK).&lt;/P&gt;&lt;P&gt;There are cw(CodeWarrior10.x) projects in KEXX_DRIVERS_V1.2.1_DEVD too. You can test these projects.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KEXX_DRIVERS_V1.2.1_DEVD cw.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13144iAA92F723EBB41482/image-size/large?v=v2&amp;amp;px=999" role="button" title="KEXX_DRIVERS_V1.2.1_DEVD cw.png" alt="KEXX_DRIVERS_V1.2.1_DEVD cw.png" /&gt;&lt;/span&gt;&lt;BR /&gt;You can use KDS3.2 or CodeWarrior10.6 to generate Processor Expert project of KE0x.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KDS3.2 PE.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13184iE7AF272BE9D586F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="KDS3.2 PE.png" alt="KDS3.2 PE.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="KDS3.2 PE KE0x.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13185i4D741D4AB14B1CE4/image-size/large?v=v2&amp;amp;px=999" role="button" title="KDS3.2 PE KE0x.png" alt="KDS3.2 PE KE0x.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Select Processor Expert.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13213i7253C6015CE20BF9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Select Processor Expert.png" alt="Select Processor Expert.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below attach method:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="reply.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13266i9A2F119E8138CEB1/image-size/large?v=v2&amp;amp;px=999" role="button" title="reply.png" alt="reply.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Attach.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13218iB5FEF46C8C1CE694/image-size/large?v=v2&amp;amp;px=999" role="button" title="Attach.png" alt="Attach.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;P style="min- padding: 0px;"&gt;&amp;nbsp;&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, 09 Feb 2017 00:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611585#M36201</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2017-02-09T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Why can't I start an AD conversion in an interrupt service?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611586#M36202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The good news is I am running now. &amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still puzzled by attachments... &amp;nbsp; &amp;nbsp;When I hit "reply" at the bottom of your post " &amp;nbsp;I see "reply to robin_shen" and right below it is a gray bar that says:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B&lt;/STRONG&gt; &amp;nbsp;&lt;EM&gt;I&lt;/EM&gt; &amp;nbsp;(and more things I can't type)&lt;/P&gt;&lt;P&gt;there is no blue "use advanced editor", no blue "actions", and no blue "Attach" at the bottom of the window. &amp;nbsp;the buttons are "post" and "cancel", no "add comment" or "add reply"&lt;/P&gt;&lt;P&gt;This is not so important now, but I may want to upload a file someday.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xin Nian Kuai Le&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 23:18:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Why-can-t-I-start-an-AD-conversion-in-an-interrupt-service/m-p/611586#M36202</guid>
      <dc:creator>unclemike</dc:creator>
      <dc:date>2017-02-09T23:18:21Z</dc:date>
    </item>
  </channel>
</rss>

