<?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: shell_test app release sdk migration in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384719#M1063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I have been distracted by other projects.&amp;nbsp; I guess I will use the latest SDK available when I get back to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 15:38:20 GMT</pubDate>
    <dc:creator>tim</dc:creator>
    <dc:date>2015-03-13T15:38:20Z</dc:date>
    <item>
      <title>shell_test app release sdk migration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384716#M1060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;So I am back at trying to migrate the old beta sdk app, shell_test into the released sdk after a long hiatus.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;There seems to be major changes with the clock code, which might well be the issue I am looking at today. &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;While I have things building and pushed out to the FRDM-K64, right off the bat I hit a HardFault in the PORT_HAL_SetMuxMode at BW_PORT_PCRn_MUX.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;Thinking it was a clock issue, because of all the differences from beta to release, I traced through the&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;CLOCK_SYS_EnableUartClock and I can see the UART0 clock get enabled as it does with the beta sdk.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;I thought I would us my “phone a friend” first before I started tracing the old sdk trying to figure out what it is doing so I can make the release sdk do the same thing.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;I am learing why the shell_test wasn’t in the release Demo folder now.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;Tim&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 18:30:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384716#M1060</guid>
      <dc:creator>tim</dc:creator>
      <dc:date>2014-10-10T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: shell_test app release sdk migration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384717#M1061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got past the above issue by adding OSA_Init() which wasn't in the old main and now shell_test runs, however, when I enter something on the console, it hangs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So stepping through the code, I get to the ichar = sgetc(); and enter something then single step it hangs.&amp;nbsp; So I single step into the sgetc() and enter something it hangs.&amp;nbsp; Single stepping further into sgetc() and it hangs.&amp;nbsp; I expected to see it hang at a specific line.&amp;nbsp; There must be something major missing here to cause the debugger to hang.&amp;nbsp; When I stop things, I end up at ADC0_IRQHandler.&amp;nbsp; Makes me thing my interrupts aren't configured.&amp;nbsp; Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 19:36:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384717#M1061</guid>
      <dc:creator>tim</dc:creator>
      <dc:date>2014-10-20T19:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: shell_test app release sdk migration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384718#M1062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which sdk release you are going to port the shell_test demo? Would you please help to clarify? Thanks for your patience!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kan&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, 29 Jan 2015 03:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384718#M1062</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2015-01-29T03:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: shell_test app release sdk migration</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384719#M1063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I have been distracted by other projects.&amp;nbsp; I guess I will use the latest SDK available when I get back to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 15:38:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/shell-test-app-release-sdk-migration/m-p/384719#M1063</guid>
      <dc:creator>tim</dc:creator>
      <dc:date>2015-03-13T15:38:20Z</dc:date>
    </item>
  </channel>
</rss>

