<?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: UART in KSDK1.3 in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589171#M34709</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;I want to use KSDK 1.3.0. I am being not being to add Asynchroserial to my project. I am using MK50DX256CLK10 processor for my customized board. I wrote my code in Codewarrior and was able to add the Asynchoserial component to it. But it gives an error in KSDK 1.3 project. Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2016 18:05:21 GMT</pubDate>
    <dc:creator>kirantujare</dc:creator>
    <dc:date>2016-09-05T18:05:21Z</dc:date>
    <item>
      <title>UART in KSDK1.3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589169#M34707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to use RS232 to send/receive data from my MK50DX256 board. I have a working program in Codewarrior using "Aychroserial bean". I want to write the same in KDS. Which bean should I use? I tried using fsl_uart but in vain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 19:45:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589169#M34707</guid>
      <dc:creator>kirantujare</dc:creator>
      <dc:date>2016-09-02T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: UART in KSDK1.3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589170#M34708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can find the "aychroserial" in KDS 3.2, is it right for your requirement ? please check the below picture&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="K50PE.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5332iF2D9D4189837575A/image-size/large?v=v2&amp;amp;px=999" role="button" title="K50PE.jpg" alt="K50PE.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 08:15:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589170#M34708</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-09-05T08:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: UART in KSDK1.3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589171#M34709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;BR /&gt;&lt;BR /&gt;I want to use KSDK 1.3.0. I am being not being to add Asynchroserial to my project. I am using MK50DX256CLK10 processor for my customized board. I wrote my code in Codewarrior and was able to add the Asynchoserial component to it. But it gives an error in KSDK 1.3 project. Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 18:05:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589171#M34709</guid>
      <dc:creator>kirantujare</dc:creator>
      <dc:date>2016-09-05T18:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: UART in KSDK1.3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589172#M34710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kirantujare:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The component "asynchroserial" is not supported for your processor, I think you need to use "fsl_uart". But there is a bug on the function of "UART_DRV_IRQHandler", in file fsl_uart_driver.c. you need to add the following two red lines to&amp;nbsp; the receive interrupt and send interrupt. Please check the below picture.&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/5506iF01DE8569C46F33A/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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 08:09:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589172#M34710</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-09-06T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: UART in KSDK1.3</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589173#M34711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a code for my project but it doesn't work even after making the changes in the fsl_uart_driver.c file. I have attached the project below. Please take a look and reply at your spare time. I would appreciate it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 21:21:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-in-KSDK1-3/m-p/589173#M34711</guid>
      <dc:creator>kirantujare</dc:creator>
      <dc:date>2016-09-08T21:21:37Z</dc:date>
    </item>
  </channel>
</rss>

