<?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>Kinetis Design Studio中的主题 FW does not run without SW1 reset after PowerOn</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390011#M2346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am relatively new with KDS.&amp;nbsp; I have an application created for the FRDM-K64F board which works fine and I am able to debug. The application also runs stand-alone by just powering via the PC USB cable, or I can also power the FRMD-K64F externally via a power supply (no USB connected).&amp;nbsp; However when the board is cold powered, the FW does not immediately run. Instead I need to push the SW1 but (reset) in order to get the FW to run.&amp;nbsp; What am I doing wrong?&amp;nbsp;&amp;nbsp; If I remove power and re-apply power fairly quickly, the FW will start running (as I can see LED blinks as part of my FW init code).&amp;nbsp;&amp;nbsp; I am using KDS ver 1.1.1, and the SEGGER J-Link debugger (OpenSDA_V2).&amp;nbsp; I build all the projects in Release mode (Int Flash Release).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks, John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 20:02:57 GMT</pubDate>
    <dc:creator>johnwolfe</dc:creator>
    <dc:date>2014-12-03T20:02:57Z</dc:date>
    <item>
      <title>FW does not run without SW1 reset after PowerOn</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390011#M2346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am relatively new with KDS.&amp;nbsp; I have an application created for the FRDM-K64F board which works fine and I am able to debug. The application also runs stand-alone by just powering via the PC USB cable, or I can also power the FRMD-K64F externally via a power supply (no USB connected).&amp;nbsp; However when the board is cold powered, the FW does not immediately run. Instead I need to push the SW1 but (reset) in order to get the FW to run.&amp;nbsp; What am I doing wrong?&amp;nbsp;&amp;nbsp; If I remove power and re-apply power fairly quickly, the FW will start running (as I can see LED blinks as part of my FW init code).&amp;nbsp;&amp;nbsp; I am using KDS ver 1.1.1, and the SEGGER J-Link debugger (OpenSDA_V2).&amp;nbsp; I build all the projects in Release mode (Int Flash Release).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks, John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 20:02:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390011#M2346</guid>
      <dc:creator>johnwolfe</dc:creator>
      <dc:date>2014-12-03T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: FW does not run without SW1 reset after PowerOn</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390012#M2347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello John:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This sounds like the issue about FRDM-K64F entering in EZPORT mode. For details and a solution please read the discussion in the next thread:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/445413"&gt;Re: FRDM-K64F booting issue when powered from USB port&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&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>Wed, 03 Dec 2014 20:33:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390012#M2347</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2014-12-03T20:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: FW does not run without SW1 reset after PowerOn</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390013#M2348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much Jorge for the tip.&amp;nbsp; Also thanks to Derek Snell who was able to provide me a quick work around via the MQX files. This was indeed the problem.&amp;nbsp;&amp;nbsp; In summary I was able to disable the EzPort mode by changing the appropriate flash configuration register setting in the MQX file vector.c. Specifically by changing the CONFIG_4 macro from $0xFFFFFFFE to FFFFFDFE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again to all.&lt;/P&gt;&lt;P&gt;John Wolfe&lt;/P&gt;&lt;P&gt;Carmel, Indiana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 23:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/FW-does-not-run-without-SW1-reset-after-PowerOn/m-p/390013#M2348</guid>
      <dc:creator>johnwolfe</dc:creator>
      <dc:date>2014-12-03T23:49:54Z</dc:date>
    </item>
  </channel>
</rss>

