<?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: K82F based FRDM board flashing procedure in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910531#M53383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vivek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer: &lt;A href="https://mcuoneclipse.com/2017/03/29/mcuxpresso-ide-s-record-intel-hex-and-binary-files/"&gt;MCUXpresso IDE: S-Record, Intel Hex and Binary Files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Sep 2019 08:26:52 GMT</pubDate>
    <dc:creator>Robin_Shen</dc:creator>
    <dc:date>2019-09-12T08:26:52Z</dc:date>
    <item>
      <title>K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910527#M53379</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 am using&amp;nbsp;KSDK 2.6.0 for K82F based FRDM board, I am using MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to compile all example and my own code and flash and able to test on FRDM board and everything is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know any alternative simple way of flashing binary to FRDM board instead of using MCUXpresso, as I have to share my binary with other teams, who will not use MCUXPresso IDE, if there is alternative simple flashing mechanism available for my other teams to use then I do not need to share and explain them to use MCUXpresso IDE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2019 11:46:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910527#M53379</guid>
      <dc:creator>vivek_kaushik</dc:creator>
      <dc:date>2019-09-11T11:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910528#M53380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vivek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can drag-and-drop binary (.bin) files onto the virtual hard disk to program the internal flash of the target MCU.&lt;BR /&gt;Please refer: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-100720"&gt;OpenSDAv2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&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 Sep 2019 07:33:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910528#M53380</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-09-12T07:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910529#M53381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! a lot Robin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is really helpful procedure. Please let me know where in my project folder I can locate the .bin file to flash?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 07:56:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910529#M53381</guid>
      <dc:creator>vivek_kaushik</dc:creator>
      <dc:date>2019-09-12T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910530#M53382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robin,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to locate any .bin after build in my project folder. However if i use MCUXPresso IDE to flash after build, I can see my modified code is getting flashed and executing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My project folder is looking like below:&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/83286i817ECBD7441E46EA/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;And the FRDM board when connected to my PC appears as below, is it expected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/83327iEF7DC724BD322D7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 08:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910530#M53382</guid>
      <dc:creator>vivek_kaushik</dc:creator>
      <dc:date>2019-09-12T08:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910531#M53383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Vivek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer: &lt;A href="https://mcuoneclipse.com/2017/03/29/mcuxpresso-ide-s-record-intel-hex-and-binary-files/"&gt;MCUXpresso IDE: S-Record, Intel Hex and Binary Files&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Best Regards,&lt;/P&gt;&lt;P style="color: #51626f; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 08:26:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910531#M53383</guid>
      <dc:creator>Robin_Shen</dc:creator>
      <dc:date>2019-09-12T08:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: K82F based FRDM board flashing procedure</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910532#M53384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot! Robin. This helps, will get back for any further support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Sep 2019 09:54:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82F-based-FRDM-board-flashing-procedure/m-p/910532#M53384</guid>
      <dc:creator>vivek_kaushik</dc:creator>
      <dc:date>2019-09-12T09:54:12Z</dc:date>
    </item>
  </channel>
</rss>

