<?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: Rx interrupts on fsl_uart component in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515565#M6818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;I am assuming you are using KSDK_1.3 with Processor Expert.&amp;nbsp; Correct?&lt;/P&gt;&lt;P&gt;Assuming yes, then you can right click on the Component and select "Help on Component" and the click on the "Methods".&lt;/P&gt;&lt;P&gt;You will see "&lt;STRONG&gt;UART_DRV_InstallRxCallback -&lt;/STRONG&gt;Installs the callback function for the UART receive." is available.&lt;/P&gt;&lt;P&gt;Optionally in the following path is PDF:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\Kinetis SDK v.1.3 API Reference Manual.pdf &lt;/P&gt;&lt;P&gt;This also has UART section to speak about HAP and Peripheral Driver API's.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 20:33:50 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-06-06T20:33:50Z</dc:date>
    <item>
      <title>Rx interrupts on fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515564#M6817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon! Can someone help me whit this isue? I wanna use a Rx and Tx interrupts whit the fsl_uart component, but when I try to get the received characters I can't visualize it. I used an example where all the code is in main.c and it works as well, but I wanna try that code doesn't be at main.c, can the code goes in to events.c? or How can I manage the interrupts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 18:57:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515564#M6817</guid>
      <dc:creator>sergiosaucedo</dc:creator>
      <dc:date>2016-06-06T18:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupts on fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515565#M6818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergio,&lt;/P&gt;&lt;P&gt;I am assuming you are using KSDK_1.3 with Processor Expert.&amp;nbsp; Correct?&lt;/P&gt;&lt;P&gt;Assuming yes, then you can right click on the Component and select "Help on Component" and the click on the "Methods".&lt;/P&gt;&lt;P&gt;You will see "&lt;STRONG&gt;UART_DRV_InstallRxCallback -&lt;/STRONG&gt;Installs the callback function for the UART receive." is available.&lt;/P&gt;&lt;P&gt;Optionally in the following path is PDF:&lt;/P&gt;&lt;P&gt;C:\Freescale\KSDK_1.3.0\doc\Kinetis SDK v.1.3 API Reference Manual.pdf &lt;/P&gt;&lt;P&gt;This also has UART section to speak about HAP and Peripheral Driver API's.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 20:33:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515565#M6818</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-06-06T20:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupts on fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515566#M6819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;Thanks for the answer, yes i'm using KDSK_1.3.&lt;/P&gt;&lt;P&gt;I'm gonna try to undestand how is the &lt;SPAN style="font-weight: bold; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;UART_DRV_InstallRxCallback &lt;/SPAN&gt;works, so if i wan to receive data from UART I will need to call &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-weight: bold;"&gt;UART_DRV_InstallRxCallback &lt;/SPAN&gt;just one time, or everytime as the UART receive data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 21:50:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515566#M6819</guid>
      <dc:creator>sergiosaucedo</dc:creator>
      <dc:date>2016-06-06T21:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Rx interrupts on fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515567#M6820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sergio,&lt;/P&gt;&lt;P&gt;You only need call &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-weight: bold;"&gt;UART_DRV_InstallRxCallback &lt;/SPAN&gt;just one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a demo about how to use the UART callback funciton , it is base on KSDK1.2 ,&lt;/P&gt;&lt;P&gt;while the method is the same , i think you can refer to .&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/359899"&gt;The usage of UART callback function install&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this thread , it mentioned one bug on ksdk1.2 when uses UART interrupt function,&lt;/P&gt;&lt;P&gt;you can check&amp;nbsp; your KSDK1.3 , whether it also have , if yes,&amp;nbsp; the workaround is the same .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Alice&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>Tue, 07 Jun 2016 02:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Rx-interrupts-on-fsl-uart-component/m-p/515567#M6820</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2016-06-07T02:30:04Z</dc:date>
    </item>
  </channel>
</rss>

