<?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: Simple UART Interrupt Routine in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502392#M4845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There i a bug on the function of "UART_DRV_IRQHandler" , please add the two line to the&lt;/P&gt;&lt;P&gt;receive interrupt and send interrupt :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34372iD5C7030E73757C23/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can also refer to here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/538622"&gt;The usage of UART callback function install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After fixed here , if your project still can not work well , please send you project to me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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, 24 Dec 2015 02:39:14 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2015-12-24T02:39:14Z</dc:date>
    <item>
      <title>Simple UART Interrupt Routine</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502391#M4844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a very simple project that interacts with a UART port using interrupts. My plan is to use the Peripheral Driver, "fsl_uart", and the RX/TX callback routines.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="119687_119687.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120903iBC31A0752DD6B40B/image-size/large?v=v2&amp;amp;px=999" role="button" title="119687_119687.jpg" alt="119687_119687.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ScreenHunter_113 Dec. 23 15.51.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33881i6316FECEEBABB259/image-size/large?v=v2&amp;amp;px=999" role="button" title="ScreenHunter_113 Dec. 23 15.51.jpg" alt="ScreenHunter_113 Dec. 23 15.51.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At one point, I thought I got it to enter UART_DRV_IRQHandler but haven't been able to get it to work again. Either way, it never got to uartCom0_RxCallback when I entered a keystroke on the UART port. I have been able to get the UART_DRV_SendData and UART_DRV_ReceiveData in a polling kind of mode. My preference, at least on the receive side, is to always use the interrupt routine to process these inputs from the UART port.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what is going on?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Dec 2015 00:03:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502391#M4844</guid>
      <dc:creator>philhale</dc:creator>
      <dc:date>2015-12-24T00:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Simple UART Interrupt Routine</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502392#M4845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Phil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There i a bug on the function of "UART_DRV_IRQHandler" , please add the two line to the&lt;/P&gt;&lt;P&gt;receive interrupt and send interrupt :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34372iD5C7030E73757C23/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;you can also refer to here :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/538622"&gt;The usage of UART callback function install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After fixed here , if your project still can not work well , please send you project to me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice Yang&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, 24 Dec 2015 02:39:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502392#M4845</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-24T02:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple UART Interrupt Routine</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502393#M4846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alice,&lt;/P&gt;&lt;P&gt;Thank you. I was not successful until I added a RX buffer. The modifications you suggested were required. Nothing worked without these changes so I thank you.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 17:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502393#M4846</guid>
      <dc:creator>philhale</dc:creator>
      <dc:date>2015-12-28T17:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple UART Interrupt Routine</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502394#M4847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Alice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Dec 2015 02:05:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502394#M4847</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2015-12-29T02:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple UART Interrupt Routine</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502395#M4848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your methode to solve this problem, I have been searching for the right way for about 6 hours tils I seeing your adding a RX buffer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Oct 2017 06:31:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Simple-UART-Interrupt-Routine/m-p/502395#M4848</guid>
      <dc:creator>fanbowo</dc:creator>
      <dc:date>2017-10-23T06:31:31Z</dc:date>
    </item>
  </channel>
</rss>

