<?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 Issue running Processor Expert project in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399883#M1444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using KDS 3.0, SDK 1.2.&lt;/P&gt;&lt;P&gt;Created a PEX project for K21 using MQX.&lt;/P&gt;&lt;P&gt;I am trying to run it on a TWR-K21F120M board.&lt;/P&gt;&lt;P&gt;It loads fine.&amp;nbsp; It starts in Reset_Handler just fine.&amp;nbsp; When it goes to jump to the application, bl ASM_PREFIX(SystemInit), I end up at PC = 0xFFFFFFFE.&lt;/P&gt;&lt;P&gt;Looking at the disassembly the address for SystemInit is correct and the function code is at that location.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have other projects that are based on the hello world demo that run fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what my problem might be?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 22:39:51 GMT</pubDate>
    <dc:creator>randyhermes</dc:creator>
    <dc:date>2015-08-26T22:39:51Z</dc:date>
    <item>
      <title>Issue running Processor Expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399883#M1444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using KDS 3.0, SDK 1.2.&lt;/P&gt;&lt;P&gt;Created a PEX project for K21 using MQX.&lt;/P&gt;&lt;P&gt;I am trying to run it on a TWR-K21F120M board.&lt;/P&gt;&lt;P&gt;It loads fine.&amp;nbsp; It starts in Reset_Handler just fine.&amp;nbsp; When it goes to jump to the application, bl ASM_PREFIX(SystemInit), I end up at PC = 0xFFFFFFFE.&lt;/P&gt;&lt;P&gt;Looking at the disassembly the address for SystemInit is correct and the function code is at that location.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have other projects that are based on the hello world demo that run fine.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas on what my problem might be?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 22:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399883#M1444</guid>
      <dc:creator>randyhermes</dc:creator>
      <dc:date>2015-08-26T22:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue running Processor Expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399884#M1445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Randy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following document walk you through the process to create a new Project using KDS3.0 + KSDK1.2 + PEx. At the end the document shows how to add RTCS but you may skip these steps.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106170"&gt;How to add RTCS to a Processor Expert Project Using KDS and KSDK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the problems persists please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2015 18:10:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399884#M1445</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-08-27T18:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue running Processor Expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399885#M1446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the information, but it doesn't really address my problem.&lt;/P&gt;&lt;P&gt;I have already created a PEX project, generated code, compiled and attempted to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is that it will not run.&amp;nbsp; I am able to step through the reset handler, but at the branch to SystemInit it ends up at &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;PC = 0xFFFFFFFE with no valid instructions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;At this point I've given up on it and moved on to the rest of my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;I'm not using the PEX project directly, just using some of the generated code for component initialization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;All I really wanted to do was walk through the initialization code to see what order things were done in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;At this point I have my BSP code up and running.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Randy Hermes&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 21:59:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399885#M1446</guid>
      <dc:creator>randyhermes</dc:creator>
      <dc:date>2015-09-02T21:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue running Processor Expert project</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399886#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi randy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your comments. I think that you missed some important settings when you created the project. The guide explains step by step all the settings that are required to have a simple project up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend to follow the guide, it may take about 20 minutes... Once you have a Hello World project running with Processor Expert probably you may want to reconsider to take that project as base for your application.&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;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 22:07:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Issue-running-Processor-Expert-project/m-p/399886#M1447</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2015-09-02T22:07:02Z</dc:date>
    </item>
  </channel>
</rss>

