<?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: Newbie with Compling issues in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219231#M8722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, well I appear to have solved those issues and I am communicating fine and I believe am getting the s19 file sent to the chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understood correctly before loading the s19 file will automatically send it to the chip correct? Or does this only load it into hiwave?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Aug 2010 21:19:32 GMT</pubDate>
    <dc:creator>AutoProg</dc:creator>
    <dc:date>2010-08-21T21:19:32Z</dc:date>
    <item>
      <title>Newbie with Compling issues</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219228#M8719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem:&lt;/P&gt;&lt;P&gt;I have a MC9S12C64MFUF chip being used in a automotive ECU. The chip had been bricked so I need to flash it again. I was told by the individual who created the ECU that he had used Codewarrior and a PE Micro Multilink to flash it. I have the original code but it appears the s19 file is no good from PC-PC transfers.&lt;/P&gt;&lt;P&gt;This is the first time I have used Codewarrior software, and I have been attempting to recompile the code. What I have of the original code is as follows:&lt;/P&gt;&lt;P&gt;bin- one .abs file&lt;/P&gt;&lt;P&gt;cmd- vppon, vppoff, startup, reset, preload, postload, erase_unsecure__hcs12&lt;/P&gt;&lt;P&gt;C_layout.hwl&lt;/P&gt;&lt;P&gt;.ini file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone help pointing me in the correct direction would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 09:31:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219228#M8719</guid>
      <dc:creator>AutoProg</dc:creator>
      <dc:date>2010-08-21T09:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie with Compling issues</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219229#M8720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI&gt;I have the original code but it appears the s19 file is no good from PC-PC transfers.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does it mean? S19 file could be flashed to MCU.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have source folder and maybe&amp;nbsp;*.c or *.asm files somewhere in your project tree? If not, then you don't have source code and can't recompile it.&amp;nbsp; In the root of project folder tree you also should have *.mcp file. It is a Codewarrior project file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If&amp;nbsp;you have only *.abs file, then you can flash it to MCU. To do so connect P&amp;amp;E Multilink between target MCU and PC, run Hiwave.exe in &amp;lt;Codewarrior&amp;nbsp;root folder&amp;gt;\prog . In Hiwave&amp;nbsp;click Component-&amp;gt;Set Connection... and select P&amp;amp;E Multilink. Then&amp;nbsp;click HC12MultilinkCyclonePro-&amp;gt;Select Derivative... and chose your MCU. Then you could douwnload your abs file use File-&amp;gt;Load Appliction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 12:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219229#M8720</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-08-21T12:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie with Compling issues</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219230#M8721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I mean is when I try loading either the .abs or the .s19 file into hiwave, i get an error specifing it could not load the component or on of its libraries "specified module could not be found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I'm not understanding this correctly but it sounded like the file may be corrupt somehow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 20:04:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219230#M8721</guid>
      <dc:creator>AutoProg</dc:creator>
      <dc:date>2010-08-21T20:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie with Compling issues</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219231#M8722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright, well I appear to have solved those issues and I am communicating fine and I believe am getting the s19 file sent to the chip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I understood correctly before loading the s19 file will automatically send it to the chip correct? Or does this only load it into hiwave?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Aug 2010 21:19:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Newbie-with-Compling-issues/m-p/219231#M8722</guid>
      <dc:creator>AutoProg</dc:creator>
      <dc:date>2010-08-21T21:19:32Z</dc:date>
    </item>
  </channel>
</rss>

