<?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 Software Development Kit中的主题 FRDM-K22F UART interrupt example</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506132#M5024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a FRDM-K22F demo board, also use SDK to develop FW. I checked all UART example, seems that all UART example run in query mode. Do you have the UART interrupt example?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the further, I also use MK22F1M0 chipset to develop CAN bus function, do you have CAN interrupt example?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Kent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jan 2016 04:33:55 GMT</pubDate>
    <dc:creator>kent_gu</dc:creator>
    <dc:date>2016-01-21T04:33:55Z</dc:date>
    <item>
      <title>FRDM-K22F UART interrupt example</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506132#M5024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a FRDM-K22F demo board, also use SDK to develop FW. I checked all UART example, seems that all UART example run in query mode. Do you have the UART interrupt example?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the further, I also use MK22F1M0 chipset to develop CAN bus function, do you have CAN interrupt example?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Kent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jan 2016 04:33:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506132#M5024</guid>
      <dc:creator>kent_gu</dc:creator>
      <dc:date>2016-01-21T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K22F UART interrupt example</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506133#M5025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kent, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have UART example with non-blocking method, which is located under &lt;EM&gt;C:\Freescale\KSDK_1.3.0\examples\frdmk22f\driver_examples\uart\uart_non_blocking&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and about CAN interrupt example I think this could help you &lt;A href="https://community.nxp.com/thread/382973"&gt;void FLEXCAN_DRV_IRQHandler (uint8_t instance)&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of any issue please let me know.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Jan 2016 20:40:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506133#M5025</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-01-24T20:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K22F UART interrupt example</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506134#M5026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iva,&lt;/P&gt;&lt;P&gt;I checked the uart_&lt;SPAN&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;non-blocking_example in the "&lt;/SPAN&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;C:\Freescale\KSDK_1.3.0\examples\frdmk22f\driver_examples\uart\uart_non_blocking", but seems that it still is loop-query mode? Don't see any "Interrupt flag", "IRQHandler" ,etc source code?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Best regards,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Kent&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:08:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K22F-UART-interrupt-example/m-p/506134#M5026</guid>
      <dc:creator>kent_gu</dc:creator>
      <dc:date>2016-01-26T06:08:25Z</dc:date>
    </item>
  </channel>
</rss>

