<?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: How can I use RxCallback for fsl_uart component in Kinetis Design Studio</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513664#M6771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;you can find api RxCallback() usage in&amp;nbsp; Kinetis SDK v.1.3 API Reference Manual.pdf under KSDK1.3 install folder.&lt;/P&gt;&lt;P&gt;you can also refer thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/567462#comment-567462" title="https://community.nxp.com/message/567462#comment-567462"&gt;https://community.nxp.com/message/567462#comment-567462&lt;/A&gt; &lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Fri, 03 Jun 2016 05:53:27 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2016-06-03T05:53:27Z</dc:date>
    <item>
      <title>How can I use RxCallback for fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513663#M6770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I'm new in KDS and Kinetis FRDM, but I wanna use a interruption for receive data from UART.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I'm using fsl_uart component whit the Rx configuration in the image.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can someone tell me, how and when is the UART_RxCallback(uint32_t instance, void * uartState) works?&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;or if I can use it as interrupt for mi program?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jun 2016 23:06:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513663#M6770</guid>
      <dc:creator>sergiosaucedo</dc:creator>
      <dc:date>2016-06-02T23:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use RxCallback for fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513664#M6771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;you can find api RxCallback() usage in&amp;nbsp; Kinetis SDK v.1.3 API Reference Manual.pdf under KSDK1.3 install folder.&lt;/P&gt;&lt;P&gt;you can also refer thread:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/message/567462#comment-567462" title="https://community.nxp.com/message/567462#comment-567462"&gt;https://community.nxp.com/message/567462#comment-567462&lt;/A&gt; &lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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>Fri, 03 Jun 2016 05:53:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513664#M6771</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-06-03T05:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use RxCallback for fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513665#M6772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks ZhangJennie!&lt;/P&gt;&lt;P&gt;I saw the example and it looks easy, but if I wanna send back the information I can't visualize that information.&lt;/P&gt;&lt;P&gt;I have checked the uart_non_blocking example and it works when I send/receive information directly from main.c but my purpose is use interupts to receive and send the information I received to another or the same uart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the code I used is:&lt;/P&gt;&lt;P&gt;void UART_1_RxCallback(uint32_t instance, void * uartState)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; uint8_t rxChar[5]={0};&lt;/P&gt;&lt;P&gt;&amp;nbsp; UART_DRV_ReceiveData(instance, rxChar, 1);&lt;/P&gt;&lt;P&gt;&amp;nbsp; UART_DRV_SendData(instance, rxChar, 1u);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 18:26:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513665#M6772</guid>
      <dc:creator>sergiosaucedo</dc:creator>
      <dc:date>2016-06-03T18:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I use RxCallback for fsl_uart component</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513666#M6773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you can use interrupt with KSDK. I suggest you refer this document&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-104352"&gt;Interrupt handling with KSDK and Kinetis Design Studio&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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 07:13:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-can-I-use-RxCallback-for-fsl-uart-component/m-p/513666#M6773</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-06-07T07:13:14Z</dc:date>
    </item>
  </channel>
</rss>

