<?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のトピックmcuxpresso debug flash</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806367#M2873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with Kinetis K22F Freedom Board.&amp;nbsp;&amp;nbsp;After I convert my .axf output file&amp;nbsp;to .s19, I&amp;nbsp;append a CRC32 value to the s-record, then convert the .s19 file to .bin.&amp;nbsp; When I debug, I would like to program flash using either the .s19 or the .bin file which contain the appended CRC32 vale, so that I can see it when I view memory in the debugger, and I can debug my CRC32 algorithm.&amp;nbsp; I can see that the original .axf file is essentially a binary file with debug information in it.&amp;nbsp; How can I would like to force the debugger to program flash a different output file&amp;nbsp;so that this gets done.&amp;nbsp; Any suggestions are much appreciated! Cheers. Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2018 12:34:04 GMT</pubDate>
    <dc:creator>paul_roberts</dc:creator>
    <dc:date>2018-08-20T12:34:04Z</dc:date>
    <item>
      <title>mcuxpresso debug flash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806367#M2873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working with Kinetis K22F Freedom Board.&amp;nbsp;&amp;nbsp;After I convert my .axf output file&amp;nbsp;to .s19, I&amp;nbsp;append a CRC32 value to the s-record, then convert the .s19 file to .bin.&amp;nbsp; When I debug, I would like to program flash using either the .s19 or the .bin file which contain the appended CRC32 vale, so that I can see it when I view memory in the debugger, and I can debug my CRC32 algorithm.&amp;nbsp; I can see that the original .axf file is essentially a binary file with debug information in it.&amp;nbsp; How can I would like to force the debugger to program flash a different output file&amp;nbsp;so that this gets done.&amp;nbsp; Any suggestions are much appreciated! Cheers. Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 12:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806367#M2873</guid>
      <dc:creator>paul_roberts</dc:creator>
      <dc:date>2018-08-20T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: mcuxpresso debug flash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806368#M2874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="321540" data-username="paul.roberts@perkinelmer.com" href="https://community.nxp.com/people/paul.roberts@perkinelmer.com"&gt;Paul Roberts&lt;/A&gt; ,&lt;/P&gt;&lt;P&gt;How about first download the s19 file:&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/67284iC5C0F4371F26F589/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;then using "Connectin to a running Target (attach)" to debug it , about the detail please have a look at&lt;/P&gt;&lt;P&gt;11.3.2 Connecting to a running Target (attach) of &amp;lt;MCUXpresso_IDE_User_Guide.pdf&amp;gt; .&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;TIC&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>Tue, 21 Aug 2018 08:50:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806368#M2874</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2018-08-21T08:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: mcuxpresso debug flash</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806369#M2875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;my suggestion would be to program it with the 'Program to flash' function, see &lt;A class="link-titled" href="https://mcuoneclipse.com/2017/05/06/using-eclipse-to-program-binary-files-to-an-embedded-target/" title="https://mcuoneclipse.com/2017/05/06/using-eclipse-to-program-binary-files-to-an-embedded-target/"&gt;Using Eclipse to Program Binary Files to an Embedded Target | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you still can debug it: for this, only use the symbols in the debug configuration without loading the binary. Or use the 'attach' functionality, see 'attaching' in &lt;A class="link-titled" href="https://mcuoneclipse.com/2018/05/20/overview-of-mcuxpresso-ide-v10-2-0/" title="https://mcuoneclipse.com/2018/05/20/overview-of-mcuxpresso-ide-v10-2-0/"&gt;Overview of MCUXpresso IDE v10.2.0 | MCU on Eclipse&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/mcuxpresso-debug-flash/m-p/806369#M2875</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2018-08-21T13:59:03Z</dc:date>
    </item>
  </channel>
</rss>

