<?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>CodeWarrior for MCUのトピックRe: S19 file flash error (using PEMicro USB Multilink)</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196299#M7253</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;&lt;/P&gt;&lt;P&gt;The flash was successful.&lt;/P&gt;&lt;P&gt;The problem is that the debugger tries to set a breakpoint after successful download and that it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check the file{Project}\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_postload.cmd?&lt;/P&gt;&lt;P&gt;Is this file empty of is there any command in there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 15:54:10 GMT</pubDate>
    <dc:creator>CrasyCat</dc:creator>
    <dc:date>2012-01-11T15:54:10Z</dc:date>
    <item>
      <title>S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196294#M7248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to flash MC9S08JM32 with PEMicro USB Multilink.&lt;/P&gt;&lt;P&gt;There is no error when I flash the myproject.abs file.&lt;/P&gt;&lt;P&gt;But when I tried to flash myproject.abs.s19, the following error occurs:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Postload command file correctly executed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;Error: unknown identifier&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;Error: expression expected (use BS ? to query syntax)&lt;BR /&gt;Stop at Function: No function with the name "main" was found.&lt;BR /&gt;&lt;BR /&gt;Can anyone please help?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 14:49:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196294#M7248</guid>
      <dc:creator>leesp</dc:creator>
      <dc:date>2012-01-09T14:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196295#M7249</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;&lt;/P&gt;&lt;P&gt;I assume you are attempting to flash the .s19 file using the debug toolbar icon in CodeWarrior.&lt;/P&gt;&lt;P&gt;Am I right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When attempting to debug an application the debugger will download the code (i.e program the flash), set a temporary breakpoint at function main and run the application till main function is reached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When you are downloading a .s19 file, there are no debug information available, so the debugger cannot set a breakpoint at function main.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to remove the message you are seeing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;Start the debugger once&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;After flash programming is over, select &lt;STRONG&gt;&lt;EM&gt;File&lt;/EM&gt;&lt;/STRONG&gt; &amp;gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Configuration&lt;/EM&gt;&lt;/STRONG&gt;. The &lt;STRONG&gt;Configuration&lt;/STRONG&gt; dialog is opened.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Switch to the &lt;EM&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/EM&gt; tab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Uncheck &lt;EM&gt;Stop at Function&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - If you just want to program the flash and do not want to start application automatically after downloading&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you can also uncheck &lt;EM&gt;Run after Successful load&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;- Click on &lt;EM&gt;OK&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The message should not show up for future attempt to download code to the board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that if you choose to download the .s19 file you will not be able to perform source level debugging for your application. Is that your intent?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 17:46:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196295#M7249</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-01-09T17:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196296#M7250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CrasyCat,&lt;/P&gt;&lt;P&gt;Yes this is what I want.&lt;/P&gt;&lt;P&gt;What is the difference between *.abs and *.abs.s19 files, apart from the fact that one is binary and the other is text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 09:15:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196296#M7250</guid>
      <dc:creator>leesp</dc:creator>
      <dc:date>2012-01-10T09:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196297#M7251</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;&lt;/P&gt;&lt;P&gt;The *.abs file is an ELF DWARF executable file. It contains application code&amp;nbsp;and debug information.&lt;/P&gt;&lt;P&gt;This file is normally used inside of a debugger when you intend to debug the application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The *.abs.s19 file is a S record file. It only contains Hex code that need to be loaded to memory.&lt;/P&gt;&lt;P&gt;It does not include any debug information.&lt;/P&gt;&lt;P&gt;This file is usually used for production flash programming.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 16:19:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196297#M7251</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-01-10T16:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196298#M7252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear CrasyCat,&lt;/P&gt;&lt;P&gt;I tried again, with the "Stop at Function" unchecked. I still got the following message in the Command window.&lt;/P&gt;&lt;P&gt;Is the flash successful or does it fail?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;executing .\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_preload.cmd&lt;BR /&gt;&lt;BR /&gt;!// Before load the commands written below will be executed&lt;BR /&gt;done .\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_preload.cmd&lt;BR /&gt;&lt;BR /&gt;Preload command file correctly executed.&lt;BR /&gt;USB HCS08/HCS12 MULTILINK detected - Flash Version 5.81&lt;BR /&gt;executing .\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_postload.cmd&lt;BR /&gt;&lt;BR /&gt;!// After load the commands written below will be executed&lt;BR /&gt;done .\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_postload.cmd&lt;BR /&gt;&lt;BR /&gt;Postload command file correctly executed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;Error: unknown identifier&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;BR /&gt;Error: expression expected (use BS ? to query syntax)&lt;BR /&gt;Stop at Function: No function with the name "main" was found.&lt;BR /&gt;&lt;BR /&gt;in&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 17:13:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196298#M7252</guid>
      <dc:creator>leesp</dc:creator>
      <dc:date>2012-01-10T17:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196299#M7253</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;&lt;/P&gt;&lt;P&gt;The flash was successful.&lt;/P&gt;&lt;P&gt;The problem is that the debugger tries to set a breakpoint after successful download and that it fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check the file{Project}\cmd\BDM_P&amp;amp;E_Multilink_CyclonePro_postload.cmd?&lt;/P&gt;&lt;P&gt;Is this file empty of is there any command in there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 15:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196299#M7253</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-01-11T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196300#M7254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The only thing in the file is:&lt;/P&gt;&lt;P&gt;// After load the commands written below will be executed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I edit it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 16:09:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196300#M7254</guid>
      <dc:creator>leesp</dc:creator>
      <dc:date>2012-01-11T16:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196301#M7255</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;&lt;/P&gt;&lt;P&gt;no Do not edit it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you send me your project.ini file please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 15:36:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196301#M7255</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-01-16T15:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196302#M7256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 14:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196302#M7256</guid>
      <dc:creator>leesp</dc:creator>
      <dc:date>2012-01-26T14:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: S19 file flash error (using PEMicro USB Multilink)</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196303#M7257</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;&lt;/P&gt;&lt;P&gt;The .ini file looks good there might be something some other place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would recommend you to submit a service request for that.&lt;BR /&gt;&lt;BR /&gt;Click &lt;A href="https://www.freescale.com/webapp/servicerequest.create_SR.framework?regFlag=fromOpenSR" rel="nofollow" target="_blank"&gt;here&lt;/A&gt; to submit a service request.&lt;BR /&gt;&lt;BR /&gt;Make sure to attach a reproducible project and installed product information to the service request.&lt;BR /&gt;To generate the required information:&lt;BR /&gt;- Start CodeWarrior&lt;BR /&gt;- Open the project&lt;BR /&gt;- Select "Help" -&amp;gt; "Pack and Go" and follow instructions on the screen.&lt;BR /&gt;&lt;BR /&gt;Attach the generated .zip file to the SR.&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 18:33:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/S19-file-flash-error-using-PEMicro-USB-Multilink/m-p/196303#M7257</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2012-02-01T18:33:47Z</dc:date>
    </item>
  </channel>
</rss>

