<?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: HIWAVE commands to program HCS08 FLASH memory</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137852#M2091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This sort of thing reappears in the forums every so often, along with code examples. Try searching the forums using the words "flash" "programming" first and see what turns up. Also try searching the Freescale FAQ system, looking for application notes, which is where you'll find a number of example Flash programmer examples.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2006 22:42:45 GMT</pubDate>
    <dc:creator>J2MEJediMaster</dc:creator>
    <dc:date>2006-11-27T22:42:45Z</dc:date>
    <item>
      <title>HIWAVE commands to program HCS08 FLASH memory</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137851#M2090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m working with MC9S08GT32 MCU and CodeWarrior. I finished a project and now I need something to permit production FLASH programming. I have researched about HIWAVE program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This program allow to make a software using some commands that I found in 'Manual_Engine_HC12'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My intention is to make a command line program that makes the FLASH programming as simple as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone has a example program using HIWAVE commands or site reference, please put here in our forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Emerson&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2006 01:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137851#M2090</guid>
      <dc:creator>Br</dc:creator>
      <dc:date>2006-11-24T01:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: HIWAVE commands to program HCS08 FLASH memory</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137852#M2091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This sort of thing reappears in the forums every so often, along with code examples. Try searching the forums using the words "flash" "programming" first and see what turns up. Also try searching the Freescale FAQ system, looking for application notes, which is where you'll find a number of example Flash programmer examples.&lt;BR /&gt;&lt;BR /&gt;---Tom&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2006 22:42:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137852#M2091</guid>
      <dc:creator>J2MEJediMaster</dc:creator>
      <dc:date>2006-11-27T22:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: HIWAVE commands to program HCS08 FLASH memory</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137853#M2092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Tom,&lt;BR /&gt;&lt;BR /&gt;I had already looked this key words within the forum, but I did not find a specific solution. I know other solutions for this task from P&amp;amp;EMicro, but I would like to do my own solution.&lt;BR /&gt;I will continue finding.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Emerson&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 00:40:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137853#M2092</guid>
      <dc:creator>Br</dc:creator>
      <dc:date>2006-11-28T00:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: HIWAVE commands to program HCS08 FLASH memory</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137854#M2093</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;HI-WAVE is a debugger tool. As such it it is not very well suited to production flash programming. You will always have to open &amp;nbsp;the debugger window to program the flash.&lt;/DIV&gt;&lt;DIV&gt;According to my experience customer prefer to have command line tools to do production flash programming.,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;If you are using CodeWarrior for HC08, refer to section "Start Expert Mode Programmer Option" in the Debugger_HC08.pdf manual. (I assume you are using CodeWarrior for HC08 V5.x).&lt;/DIV&gt;&lt;DIV&gt;If you are using an earlier version of CodeWarrior for HC08, you may look into &amp;nbsp;Manual_Engine_HC08.pdf.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But this will still require the debugger to be opened on the host.&lt;/DIV&gt;&lt;DIV&gt;If you are looking for a command line tool you may want to look at the P&amp;amp;E web page (&lt;A href="http://www.pemicro.com" rel="nofollow" target="_blank"&gt;www.pemicro.com&lt;/A&gt;). They have a command production flash programming tool there that you can purchase and that might be better suited to what you want to do.&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>Tue, 28 Nov 2006 18:53:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137854#M2093</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2006-11-28T18:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: HIWAVE commands to program HCS08 FLASH memory</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137855#M2094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for answer. I will try this references.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Emerson&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 19:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/HIWAVE-commands-to-program-HCS08-FLASH-memory/m-p/137855#M2094</guid>
      <dc:creator>Br</dc:creator>
      <dc:date>2006-11-28T19:27:31Z</dc:date>
    </item>
  </channel>
</rss>

