<?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: Minimum tools for HCS08 chips in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139240#M5260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Oldman&lt;BR /&gt;&lt;BR /&gt;I think you need the codewarrier 5.1 plus a BDM interface like OSBDM. If you can make PCB at your own it cost only the componets, the schematics can be found in this forum or at my home page. Then for programming the application in assembler or C you ready. If you have to deal with a lot of timing, you may have a look at my simple OS (also on my homepage; called EBS08) there is a GB60 ready version of it and also the first part of a tutorial.&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 17:51:55 GMT</pubDate>
    <dc:creator>joerg</dc:creator>
    <dc:date>2006-12-06T17:51:55Z</dc:date>
    <item>
      <title>Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139238#M5258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000; font-family: 'Times New Roman';"&gt;&lt;SPAN&gt;I intend to try HCS08 family of chips and start with a “&lt;/SPAN&gt;&lt;SPAN&gt;M68DEMO908GB60” demo&lt;/SPAN&gt; &lt;SPAN&gt;board. I do have PC with editor, Multi-meter, Oscilloscope, soldering iron, etc. My question is, at a minimum, what else do I need?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000; font-family: 'Times New Roman';"&gt;I only intend to write a few KB of code and I can use assembler (but c compiler is okay with me too). What do I need at a minimum?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000; font-family: 'Times New Roman';"&gt;I will also need to load the code generated by the assembler (or compiler) into the Flash memory of the chip (but breakpoint, single step etc. are okay with me too).&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; The demo board has a BDM port and my PC has USB, parallel, as well as serial ports. What do I need at a minimum?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000; font-family: 'Times New Roman';"&gt;Sorry to bother everyone with such trivial questions. I searched but could not find a definitive answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 14:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139238#M5258</guid>
      <dc:creator>OldMan</dc:creator>
      <dc:date>2006-12-06T14:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139239#M5259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi OldMan,&lt;/DIV&gt;&lt;DIV&gt;At a minimum you need a BDM pod, to convert USB to BDM, a piece of hardware.&lt;/DIV&gt;&lt;DIV&gt;See P&amp;amp;E Micro's USB-ML-12.&lt;/DIV&gt;&lt;DIV&gt;Then you can download Codewarrior 5.1 for free from here. (Assembler/Compiler/debugger etc)&lt;/DIV&gt;&lt;DIV&gt;The DEMO908GB60 is out of production AFAIK.&lt;/DIV&gt;&lt;DIV&gt;You may be better off (cheaper) with a QG demo board as it includes the BDM pod on board and total cost is half of a pod. (Or an AW one, see other current thread here.)&lt;/DIV&gt;&lt;DIV&gt;There is no clear answer to this. Does minimum mean minimum money? Codewarrior may cost you as its a huge download.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Anyway some ideas for you.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Peg&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 15:10:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139239#M5259</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2006-12-06T15:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139240#M5260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Oldman&lt;BR /&gt;&lt;BR /&gt;I think you need the codewarrier 5.1 plus a BDM interface like OSBDM. If you can make PCB at your own it cost only the componets, the schematics can be found in this forum or at my home page. Then for programming the application in assembler or C you ready. If you have to deal with a lot of timing, you may have a look at my simple OS (also on my homepage; called EBS08) there is a GB60 ready version of it and also the first part of a tutorial.&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 17:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139240#M5260</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2006-12-06T17:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139241#M5261</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;the absolute minimum should be Gabriel Dubattis BDM loader &lt;A href="http://www.ingdubatti.com.ar/index.htm?bdmloader.htm" rel="nofollow" target="_blank"&gt;http://www.ingdubatti.com.ar/index.htm?bdmloader.htm&lt;/A&gt;&amp;nbsp;.&lt;/DIV&gt;&lt;DIV&gt;But QSBDM and CW Special edition offers a lot more comfort.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Eckhard&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 18:01:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139241#M5261</guid>
      <dc:creator>eckhard</dc:creator>
      <dc:date>2006-12-06T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139242#M5262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks for all the tips. You guys are great!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I ordered the QG demo board. According to the description, it includes all I asked for. CW software included. But when I placed the order, it says "hardware only". I will have to wait and see. I may have to download CW with my 21.6 kbps&amp;nbsp;dial-up. Good luck, old man!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2006 06:53:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139242#M5262</guid>
      <dc:creator>OldMan</dc:creator>
      <dc:date>2006-12-07T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139243#M5263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Sorry&amp;nbsp;to&amp;nbsp;mention it&amp;nbsp;again, but &lt;A href="http://www.witztronics.com" rel="nofollow" target="_blank"&gt;www.witztronics.com&lt;/A&gt;&amp;nbsp;also has&amp;nbsp;a $49 HCS08 BDM.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;uCTechnoGeek&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2006 04:08:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139243#M5263</guid>
      <dc:creator>UcTechnoGeek</dc:creator>
      <dc:date>2006-12-09T04:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139244#M5264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This is the best deal going:&lt;BR /&gt;DEMO9S08QG8E&lt;BR /&gt;You can buy right on the freescale website for 50.00.&lt;BR /&gt;It has a full P&amp;amp;E USB BDM that will also work just fine with HCS12.&lt;BR /&gt;The BDM does everything the 99.00 P&amp;amp;E unit does. Just solder on a 6 pin header, pull the HCS08 chip out and you got it.&lt;BR /&gt;&lt;BR /&gt;Not to mention a nice HCS08QGB dev board as well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S08QG8&amp;amp;tid=tmss" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S08QG8&amp;amp;tid=tmss&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 08:11:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139244#M5264</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2007-02-13T08:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139245#M5265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Ahh... I did already mention this, the DEMOQG.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;One caveat though, the price attractiveness drops away in a hurry unless you live in Nth America.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The landed cost was so close to a proper P&amp;amp;E one for me that I didn't go ahead. That and the fact I already had a "home brew" DEMOQG8 using a free sample.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 11:34:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139245#M5265</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-02-13T11:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139246#M5266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, just so there is no misunderstanding, it IS a P&amp;amp;E BDM on the board. Same one as in the P&amp;amp;E pod, just no plastic case.&lt;BR /&gt;&lt;BR /&gt;I bought the P&amp;amp;E for 99.00 as I started off with HCS12. It's back in it's box now and I use the DEMOQG in it's place as it takes up less bench space. In any event, I would spend the 99.00 no problem again if I did't know about this board - well worth it.&lt;BR /&gt;&lt;BR /&gt;Is it duty or shipping that doubles the price?&lt;BR /&gt;&lt;BR /&gt;If duty, is the US or your country?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2007 21:03:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139246#M5266</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2007-02-13T21:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139247#M5267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Actually I believe the BDM in the DEMO board is slightly customised for the reset-less QG. But it may come back to "exactly the same" when you use it through the 6 pin header???&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem is mainly the shipping/courier and the risk of GST being applied as it comes in to the country.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 05:45:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139247#M5267</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-02-14T05:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139248#M5268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Well, when I hook up the 6 pin to my HCS12 boards, it plays fine.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2007 06:01:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139248#M5268</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2007-02-14T06:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum tools for HCS08 chips</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139249#M5269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Your GST mention suggests you're in Aus. In NZ we would never pay GST on such tricial amounts. But the mailing costs from the USA are horrendous compared to any other country, I've never understood why; you can send it the other way around for less than half. I just bought a $5-book, plus $15 shipping????&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 04:21:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Minimum-tools-for-HCS08-chips/m-p/139249#M5269</guid>
      <dc:creator>albertvv</dc:creator>
      <dc:date>2007-02-21T04:21:16Z</dc:date>
    </item>
  </channel>
</rss>

