<?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>MCUXpresso IDEのトピックHow to only flash code into KL25Z in MCUXpresso?</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/725202#M1218</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'm starting to do some work with the &lt;EM&gt;KL25Z&lt;/EM&gt; development board and using &lt;EM&gt;MCUXpresso 10.1&lt;/EM&gt; and the &lt;EM&gt;OpenSDA&lt;/EM&gt; from &lt;EM&gt;P&amp;amp;E&lt;/EM&gt; probe. When I use the "&lt;STRONG&gt;debug 'xxxx' [debug]&lt;/STRONG&gt;" option from the Quick panel, the program starts to debug as expected, I click the 'resume' button and all works fine, however I wonder if there is any way to only flash the code into the MCU without have to go throughout the 'Debug session'. I just want to flash the code on the MCU and look at it works without have to handle anything else on the IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Greetings from México!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 16:17:59 GMT</pubDate>
    <dc:creator>danielcolon</dc:creator>
    <dc:date>2018-04-11T16:17:59Z</dc:date>
    <item>
      <title>How to only flash code into KL25Z in MCUXpresso?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/725202#M1218</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'm starting to do some work with the &lt;EM&gt;KL25Z&lt;/EM&gt; development board and using &lt;EM&gt;MCUXpresso 10.1&lt;/EM&gt; and the &lt;EM&gt;OpenSDA&lt;/EM&gt; from &lt;EM&gt;P&amp;amp;E&lt;/EM&gt; probe. When I use the "&lt;STRONG&gt;debug 'xxxx' [debug]&lt;/STRONG&gt;" option from the Quick panel, the program starts to debug as expected, I click the 'resume' button and all works fine, however I wonder if there is any way to only flash the code into the MCU without have to go throughout the 'Debug session'. I just want to flash the code on the MCU and look at it works without have to handle anything else on the IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Greetings from México!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 16:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/725202#M1218</guid>
      <dc:creator>danielcolon</dc:creator>
      <dc:date>2018-04-11T16:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to only flash code into KL25Z in MCUXpresso?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/725203#M1219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;MCUXpresso IDE integrates GUI Flash Programmer but it only works for NXP LinkServer debug connection (LPC-Link, LPC-Link2, CMSIS-DAP) (e.g. no support for Segger J-Link or P&amp;amp;E Multilink)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/7887i61EC47CE0EF3C54B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another choice is using debugger. see introduction:&lt;/P&gt;&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2017/05/06/using-eclipse-to-program-binary-files-to-an-embedded-target/"&gt;https://mcuoneclipse.com/2017/05/06/using-eclipse-to-program-binary-files-to-an-embedded-target/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NXP doesn't&amp;nbsp; have standalone GUI programmer SW for Kinetis, but our 3rd party company has. for example PEmicro's PROG for ARM® Cortex™ Processors flash programmer software&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320138&amp;amp;productTab=1" title="http://www.pemicro.com/products/product_viewDetails.cfm?product_id=15320138&amp;amp;productTab=1"&gt;PEmicro - P&amp;amp;E Microcomputer Systems: Over 30 years as an Industry leader in Embedded Systems Development Tools, debug pr…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&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, 12 Apr 2018 02:44:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/725203#M1219</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2018-04-12T02:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to only flash code into KL25Z in MCUXpresso?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/1170924#M6245</link>
      <description>&lt;P&gt;Hi ZhangJennie,&lt;/P&gt;&lt;P&gt;I just found this post because I was also wondering how I can only flash some code onto my MCU. I'm using the LPCXpresso55S69-EVK with the LPC-Link2/CMSIS-DAP debug connection and MCUXpresso IDE for Linux. When I click on the "GUI Flash Tool" button, it opens a window where I can set a lot of different preferences. Is there anywhere some explanation on what to set there?&lt;/P&gt;&lt;P&gt;I attached a picture of the window I am talking about.&lt;/P&gt;&lt;P&gt;EDIT: I found your answer to another post saying that the MCUXpresso User Guide describes how to flash with the GUI Flash Tool. I found that but still have a question about the "Connect Script". In the User Guide it says that the connect script is selected automatically. As can be seen on the screenshot this is not the case for me. What is the meaning of the connect script and what should one select?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 10:27:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-to-only-flash-code-into-KL25Z-in-MCUXpresso/m-p/1170924#M6245</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-21T10:27:07Z</dc:date>
    </item>
  </channel>
</rss>

