<?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: KSDK UART_Adapter Typo in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600645#M6136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;It did matter so thank you for letting me know it was the KW41 MCU which is part of an alpha program and not available yet to public.&lt;/P&gt;&lt;P&gt;The source you are referring too is in the connection wireless framework code base&amp;nbsp;and not part of KSDK specifically. &amp;nbsp;That is why I had trouble finding it and your reply helped me to figure out where that code was located.&lt;/P&gt;&lt;P&gt;I will notify the correct team with your observation.&lt;/P&gt;&lt;P&gt;Thank you again for posting it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 17:19:33 GMT</pubDate>
    <dc:creator>DavidS</dc:creator>
    <dc:date>2016-10-03T17:19:33Z</dc:date>
    <item>
      <title>KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600640#M6131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I noticed what looks like a copy/paste error in &lt;SPAN style="color: #000000; font-family: 'courier new', courier, monospace;"&gt;UART_Adapter.c&lt;/SPAN&gt;. &amp;nbsp;In the &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LPUART_Initialize&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;UART_Initialize&lt;/SPAN&gt;, and &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;LPSCI_Initialize&lt;/SPAN&gt; functions, the initialization of the state doesn't assign &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;NULL&lt;/SPAN&gt; to &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;pTxData&lt;/SPAN&gt; (but instead assigns &lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;pRxData&lt;/SPAN&gt; twice). &amp;nbsp;For example...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; base = mLpuartBase[instance];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pLpuartStates[instance] = pState;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pState-&amp;gt;rxCbParam = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pState-&amp;gt;txCbParam = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pState-&amp;gt;pRxData = NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #ff0000;"&gt; pState-&amp;gt;pRxData = NULL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pState-&amp;gt;rxSize = 0;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt; pState-&amp;gt;txSize = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe the line in red should read:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; color: #ff0000;"&gt;pState-&amp;gt;pTxData = NULL;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:13:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600640#M6131</guid>
      <dc:creator>ryanbryngelson</dc:creator>
      <dc:date>2016-10-03T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600641#M6132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;Can you post your project?&lt;/P&gt;&lt;P&gt;If not please let us know which processor, which version of KSDK (1.1/1.2/1.3/2.0), and any other information that may help use look into this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:41:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600641#M6132</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-03T14:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600642#M6133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KSDK 2.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600642#M6133</guid>
      <dc:creator>ryanbryngelson</dc:creator>
      <dc:date>2016-10-03T14:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600643#M6134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;What processor?&lt;/P&gt;&lt;P&gt;Any other verbose information helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David &lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:00:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600643#M6134</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-03T15:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600644#M6135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please READ the initial post. &amp;nbsp;I'm pointing out an issue in the source code&amp;nbsp;of KSDK 2.0. &amp;nbsp;It's not causing me any problems, it's just something I noticed. &amp;nbsp;If it matters I'm using a KW41Z512, however, I suspect the line of source in question doesn't depend on the MCU I'm using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 15:05:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600644#M6135</guid>
      <dc:creator>ryanbryngelson</dc:creator>
      <dc:date>2016-10-03T15:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600645#M6136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;It did matter so thank you for letting me know it was the KW41 MCU which is part of an alpha program and not available yet to public.&lt;/P&gt;&lt;P&gt;The source you are referring too is in the connection wireless framework code base&amp;nbsp;and not part of KSDK specifically. &amp;nbsp;That is why I had trouble finding it and your reply helped me to figure out where that code was located.&lt;/P&gt;&lt;P&gt;I will notify the correct team with your observation.&lt;/P&gt;&lt;P&gt;Thank you again for posting it.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:19:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600645#M6136</guid>
      <dc:creator>DavidS</dc:creator>
      <dc:date>2016-10-03T17:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: KSDK UART_Adapter Typo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600646#M6137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, gotcha. &amp;nbsp;I should have realized it wasn't in the SDK proper since the source file is in the frame directory... my bad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:55:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/KSDK-UART-Adapter-Typo/m-p/600646#M6137</guid>
      <dc:creator>ryanbryngelson</dc:creator>
      <dc:date>2016-10-03T18:55:10Z</dc:date>
    </item>
  </channel>
</rss>

