<?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 Outputting .s19 file from C code? in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201965#M5513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I posted earlier that I could not get Codewarrior 4.5 or 4.7 to communicate with the minidragon plus2 board.&amp;nbsp; The computer does recocgnize the board but codewarrior does not.&amp;nbsp; I have tried about everything and the only thing I can think to do now is write the code in C and simulate it.&amp;nbsp; Is there a way to output that file as a .s19 (assembly hex file) file so I can use MiniIDE to put the file onto the microcontroller board.&amp;nbsp;&amp;nbsp;I can learn the assembly language but I would much rather program in C and then just take the output and put it on the board.&amp;nbsp; If you can help with a list of instructions or where I can find out how to do this, let me know.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2008 23:36:04 GMT</pubDate>
    <dc:creator>IEEEGSU</dc:creator>
    <dc:date>2008-11-13T23:36:04Z</dc:date>
    <item>
      <title>Outputting .s19 file from C code?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201965#M5513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I posted earlier that I could not get Codewarrior 4.5 or 4.7 to communicate with the minidragon plus2 board.&amp;nbsp; The computer does recocgnize the board but codewarrior does not.&amp;nbsp; I have tried about everything and the only thing I can think to do now is write the code in C and simulate it.&amp;nbsp; Is there a way to output that file as a .s19 (assembly hex file) file so I can use MiniIDE to put the file onto the microcontroller board.&amp;nbsp;&amp;nbsp;I can learn the assembly language but I would much rather program in C and then just take the output and put it on the board.&amp;nbsp; If you can help with a list of instructions or where I can find out how to do this, let me know.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 23:36:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201965#M5513</guid>
      <dc:creator>IEEEGSU</dc:creator>
      <dc:date>2008-11-13T23:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting .s19 file from C code?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201966#M5514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;Try to start a new project using the wizard and choosse from the list and check&amp;nbsp;all usefull connection for you - I understand that your board uses a serial connection - I see one in wizard, check if it right.&lt;/DIV&gt;&lt;DIV&gt;To get a .s19 file, in CW go to Edit | select your target | in left pane go to "Linker for HC12", select it and in the right pane go to Options and then select Output and from the list check "Generate S-Record File"&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;ipa&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2008 22:04:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201966#M5514</guid>
      <dc:creator>ipa</dc:creator>
      <dc:date>2008-11-14T22:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting .s19 file from C code?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201967#M5515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;CodeWarrior for HC12 does not have a connection available to connect to minidragon monitor. So you need to use the debugger delivered with your board.&lt;/DIV&gt;&lt;DIV&gt;If the debugger understands ELF DWARF file format you should be able to load directly the .abs file.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;If you create a project using&amp;nbsp;the project wizard a S record file will automatically be created for the application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Look in directory {project}\bin (Where {project} refers to your project directory).&lt;/DIV&gt;&lt;DIV&gt;There is a file with extension .abs.s19 which is the S record file containing logical addresses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are building for a HCS12 part, there is also a file with extension .abs.phy, which is the S record file containing logical addresses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are building for HCS12X part, there is also a file with extension .abs.glo which is the S record file containing global addresses.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;CrasyCat&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 19:07:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201967#M5515</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2008-11-24T19:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting .s19 file from C code?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201968#M5516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;I'm new with the code warrior environment.&lt;BR /&gt;I need to generate an output file different from the "s19" (for example hex format) because i use an old EEPROM programmer that not supports the s19.&lt;BR /&gt;Is it possible?... If yes how can I configure my project...&lt;BR /&gt;Thank you!!!&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 00:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201968#M5516</guid>
      <dc:creator>Ivozz</dc:creator>
      <dc:date>2009-02-07T00:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Outputting .s19 file from C code?</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201969#M5517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Sounds like a new question, so I would open a new thread for it.&lt;BR /&gt;Anyway, check the batch burner manual and the *.bbl file which is in most samples.&lt;BR /&gt;The batch burner supports to issue srecords as well as intel hex files or binary images of an memory area.&lt;BR /&gt;&lt;BR /&gt;Daniel&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Feb 2009 01:01:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/Outputting-s19-file-from-C-code/m-p/201969#M5517</guid>
      <dc:creator>CompilerGuru</dc:creator>
      <dc:date>2009-02-07T01:01:19Z</dc:date>
    </item>
  </channel>
</rss>

