<?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のトピックMKL17 LPUART INTERRUPT ENABLE</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL17-LPUART-INTERRUPT-ENABLE/m-p/496458#M30871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to enable the interrupt to fire on the Rx line of the LPUART0.&amp;nbsp; I have enabled the LPUART0 Module as well as the clock source in SIM I have configured my pin and am able to use a polling communication successfully.&amp;nbsp; I have enabled the RIE bit in the CTRL register and have created the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void LPUART0_IRQHandler()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //IRQ code&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else and i missing to get this interrupt to fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 14:55:46 GMT</pubDate>
    <dc:creator>murraykevin</dc:creator>
    <dc:date>2016-04-11T14:55:46Z</dc:date>
    <item>
      <title>MKL17 LPUART INTERRUPT ENABLE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL17-LPUART-INTERRUPT-ENABLE/m-p/496458#M30871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to enable the interrupt to fire on the Rx line of the LPUART0.&amp;nbsp; I have enabled the LPUART0 Module as well as the clock source in SIM I have configured my pin and am able to use a polling communication successfully.&amp;nbsp; I have enabled the RIE bit in the CTRL register and have created the function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void LPUART0_IRQHandler()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //IRQ code&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else and i missing to get this interrupt to fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for you help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 14:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL17-LPUART-INTERRUPT-ENABLE/m-p/496458#M30871</guid>
      <dc:creator>murraykevin</dc:creator>
      <dc:date>2016-04-11T14:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: MKL17 LPUART INTERRUPT ENABLE</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL17-LPUART-INTERRUPT-ENABLE/m-p/496459#M30872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will also need to enable it in the NVIC_ISER.&amp;nbsp; The bits in that register correspond to the IRQ number of LPUART0, which would be 12 for the MKL17.&amp;nbsp; The priority is set in NVIC_IPR3, bits 6 and 7 (00 = highest, 11 = lowest).&amp;nbsp; The ARM M0+ manuals give much more info about the NVIC than the Freescale documentation.&amp;nbsp; Those can be found on arm.com.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 15:52:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/MKL17-LPUART-INTERRUPT-ENABLE/m-p/496459#M30872</guid>
      <dc:creator>davidsherman</dc:creator>
      <dc:date>2016-04-11T15:52:27Z</dc:date>
    </item>
  </channel>
</rss>

