<?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: Understanding The ADC implementaion in Kinetis L series MCU</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518673#M32662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou, &lt;/P&gt;&lt;P&gt;Thank you so much for your guidance.&lt;/P&gt;&lt;P&gt;I wanna use the UART interrupt in KL26z. Ex: if the controller is executing and if there is sudden incoming data . i want to serve this interrupt first and continue rest of the execution.( this is between the controller and the GSM module , like if there a call or if there is message received ). &lt;/P&gt;&lt;P&gt;Could you please help me with whatever I am stuck. I am able to receive data through UART without interrupt. But I want to use the interrupt driven UART. kindly suggest me the hierarchical steps to configure UART interrupt, when to call the IRQ handler. &lt;/P&gt;&lt;P&gt;Looking forward to hear from you soon.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beat Regards,&lt;/P&gt;&lt;P&gt;John machado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 09:17:30 GMT</pubDate>
    <dc:creator>johnmachado</dc:creator>
    <dc:date>2016-06-16T09:17:30Z</dc:date>
    <item>
      <title>Understanding The ADC implementaion in Kinetis L series MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518671#M32660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am john. I am a beginner in firmware.Somehow manged to get the ADC reading using API reference manual from example code . I want to know more about ADC conversion. However i know what is ADC and its principle which i had studied. but how exactly it is implemented at the core. Ex: what is calibration, how i can access registers and configure. Can anyone help me to understand this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 08:52:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518671#M32660</guid>
      <dc:creator>johnmachado</dc:creator>
      <dc:date>2016-06-11T08:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding The ADC implementaion in Kinetis L series MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518672#M32661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thank you for your interest in NXP Semiconductor products and the opportunity to serve you.&lt;/P&gt;&lt;P&gt;Please refer to the &lt;A href="https://community.nxp.com/docs/DOC-102013"&gt;16-bit SAR ADC calibration&lt;/A&gt;&amp;nbsp; and &lt;A href="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3949.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=" title="http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3949.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;http://cache.freescale.com/files/microcontrollers/doc/app_note/AN3949.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=&lt;/A&gt; to view the details.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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>Sun, 12 Jun 2016 08:59:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518672#M32661</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-06-12T08:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding The ADC implementaion in Kinetis L series MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518673#M32662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jeremyzhou, &lt;/P&gt;&lt;P&gt;Thank you so much for your guidance.&lt;/P&gt;&lt;P&gt;I wanna use the UART interrupt in KL26z. Ex: if the controller is executing and if there is sudden incoming data . i want to serve this interrupt first and continue rest of the execution.( this is between the controller and the GSM module , like if there a call or if there is message received ). &lt;/P&gt;&lt;P&gt;Could you please help me with whatever I am stuck. I am able to receive data through UART without interrupt. But I want to use the interrupt driven UART. kindly suggest me the hierarchical steps to configure UART interrupt, when to call the IRQ handler. &lt;/P&gt;&lt;P&gt;Looking forward to hear from you soon.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beat Regards,&lt;/P&gt;&lt;P&gt;John machado&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 09:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518673#M32662</guid>
      <dc:creator>johnmachado</dc:creator>
      <dc:date>2016-06-16T09:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding The ADC implementaion in Kinetis L series MCU</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518674#M32663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Regrading to the new question, I'd highly recommend that you can refer to the Kinetis SDK which contains several kinds of the UART demos for the KL26.&lt;/P&gt;&lt;P&gt;So please download the Kinetis SDK through the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1%E4%B8%8B%E4%B8%80%E9%A1%B5&amp;amp;uc=true&amp;amp;lang_cd=en" title="http://www.nxp.com/products/software-and-tools/run-time-software/kinetis-software-and-tools/development-platforms-with-mbed/software-development-kit-for-kinetis-mcus:KINETIS-SDK?fsrch=1&amp;amp;sr=1&amp;amp;pageNum=1%E4%B8%8B%E4%B8%80%E9%A1%B5&amp;amp;uc=true&amp;amp;lang_cd=en"&gt;Software Development Kit for Kinetis MCUs|NXP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2016-06-16_18-01-16.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/60248iBC3873864DBA0A23/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-06-16_18-01-16.jpg" alt="2016-06-16_18-01-16.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;BR /&gt;Have a great day,&lt;BR /&gt;Ping&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, 16 Jun 2016 10:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Understanding-The-ADC-implementaion-in-Kinetis-L-series-MCU/m-p/518674#M32663</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2016-06-16T10:02:53Z</dc:date>
    </item>
  </channel>
</rss>

