<?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 question. in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125419#M622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I downloaded the zip file for the tbdml. Right now this is looking pretty good to me because it is well-documented. I have a question though. How come in the pdf file (tbdml_manual_15.pdf), they use the HC908? Isn't that an 8 bit uC? Isn't the whole TBDML idea supposed to be for 16 bit uCs only?&lt;P&gt;Message Edited by seang on &lt;SPAN class="date_text"&gt;2007-03-08&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;02:49 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 10:48:40 GMT</pubDate>
    <dc:creator>seang</dc:creator>
    <dc:date>2007-03-08T10:48:40Z</dc:date>
    <item>
      <title>Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125404#M607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I'm a student. We learn to program the HC12 but stay with me as this really is an 8 bit thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In lab we have this super hefty development board. If you're going to answer this question you know what I'm talking about. They are huge; they've got 7 segment displays, LEDS, and most importantly, a lovely USB connection which makes loading the HC12 with the s19 file extremely easy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Summer is coming up and I have this job where I work about 6 hours/day. Which leaves me plenty of time to...build a simple robot. I plan on using an HC08.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The primary question I have is: If I buy a DIP HC08 from say digikey, how the heck do I program it? It seems buying (or building) a development board like we have in lab is a bit excessive (and probably a little expensive) so what am I to do? I suppose I could build a much simpler board, but I have no idea how to do that, either.&lt;/SPAN&gt;&lt;P&gt;Message Edited by seang on &lt;SPAN class="date_text"&gt;2007-03-07&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;04:09 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 12:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125404#M607</guid>
      <dc:creator>seang</dc:creator>
      <dc:date>2007-03-07T12:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125405#M608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi seang,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The simplest way is to built the MON08 adapter that is shown in the Monitor chapter of the datasheet for each device. This will allow you to interface to a PC through a serial port. You could use the free software at &lt;A href="http://www.pemicro.com" rel="nofollow" target="_blank"&gt;www.pemicro.com&lt;/A&gt; or Codewarrior here to run on the PC to do the programming/debugging.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Another method would be to choose a S08 device and build the TBDML as detailed on this forum. This then interfaces to a PC via USB and uses Codewarrior on the PC. Only trouble here is you have to programme the device in the TBDML as well.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 12:29:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125405#M608</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-03-07T12:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125406#M609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;You might also consider the DEMO board for the 9S08QG8 device.&amp;nbsp; This also has the integrated USB port, and provides a DIP socket for the device to be programmed and debugged.&amp;nbsp; It is also possible to slightly modify this board so that&amp;nbsp;it can be used to program the HCS08 MCU on your own board (via a BDM connection).&amp;nbsp; This board should be significantly cheaper than the HC12 development boards you are familiar with.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;It all depends on how much you are prepared to spend, versus the time and effort required to get the home-grown solutions up and running.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Regards,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Mac&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2007 13:02:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125406#M609</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2007-03-07T13:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125407#M610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Seang,&lt;BR /&gt;you are right - trying to build your own development board will take a lot of time and can potentially take up your entire summer if you haven't tried it before. I would suggest that you obtain a pre-built HC08 module, complete with memory, peripherals, I/O lines etc. Many of these modules also come with convenient interfaces (USB, RS232) to program the HC08.&lt;BR /&gt;&lt;BR /&gt;The following website will be very helpful:&lt;BR /&gt;&lt;A href="http://elmicro.com/hc08web/index.html" target="test_blank"&gt;http://elmicro.com/hc08web/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I believe Axiom for example, has HC08 modules already built that can be obtained for $100.&lt;BR /&gt;Good luck with the robot.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 01:22:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125407#M610</guid>
      <dc:creator>Balk</dc:creator>
      <dc:date>2007-03-08T01:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125408#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Seang,&lt;BR /&gt;i think building up your own board is not that difficult, since some of the devices are in a DIL case. The only thing to consider is how to program it. The HC08 devices are using a simple serial interface, but be aware that you MUST have a real serial port on your PC. Since USB converters are causing mostly trouble. The HCS08 devices need a BDM (like OSBDM08+E) but they are easyer to debug and easier to interface in general. If you need schematics on HC08 and HCS08 you may look at my home page, where most the manuals are containing the schematics. If you don't find the one you need ask!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.systech-gmbh.ch" rel="nofollow" target="_blank"&gt;My homepage:&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 01:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125408#M611</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-03-08T01:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125409#M612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;thanks alot for all the help guys. I still haven't decided what I'm going to do yet, but I do have one quick question on the MONO8 schematic shown in the datasheet. Why is there both an oscillator and crystal, and a switch between them. Aren't they essentially the same thing?&lt;BR /&gt;&lt;BR /&gt;thanks again for all your help and I'll continue researching the given options.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 03:18:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125409#M612</guid>
      <dc:creator>seang</dc:creator>
      <dc:date>2007-03-08T03:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125410#M613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;joerg wrote:&lt;BR /&gt;... but be aware that you MUST have a real serial port on your PC. Since USB converters are causing mostly trouble.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'm sorry, but this is part of the problem.&lt;BR /&gt;&lt;BR /&gt;There is NOTHING wrong with USB interfaces. Or USB to serial interfaces.&lt;BR /&gt;&lt;BR /&gt;That is, if the software that is driving the USB-serial interface is worth anything.&lt;BR /&gt;&lt;BR /&gt;Yes, there IS some damaged software out there that only works on 'real' serial ports. But 99% the problem can be tracked down to one of 2 issues.&lt;BR /&gt;&lt;BR /&gt;1) The software author wrote the code BEFORE there use 'virtual' serial ports for greater than COM1 and COM2. There may be nothing wrong with the serial port as such. Just that the software is 10+ years out of date with current technology. In these cases not only will you have trouble with USB-serial interfaces, but you probably also have serious issues with ANY and ALL serial interfaces that are 'beyond' the original COM1 and/or COM2 spec of the original PC-XT. That means PC-Cards and even add on cards. And even with some machines that DO have COM1 and COM2.&lt;BR /&gt;&lt;BR /&gt;2) The software author wrote code using tools that limit what they can do with com ports and just hasn't upgraded. Writing programs with something like Turbo Basic... Or worse!&lt;BR /&gt;&lt;BR /&gt;In both the above cases it's NOT the USB-serial issue, it's the programmer not knowing what to do issue.&lt;BR /&gt;&lt;BR /&gt;To be honest, there IS an issue with USB-Serial usage that can turn around and bite you on the lips. USB devices can be more aggressive with power management and that can be a problem. For example, I have some stuff that uses DTR and other modem control lines. In practice, I was using DTR to hold power to a 1-wire device (a counter) and if I let the device go idle, my counter would reset and loose it's count. But once I built an exteral 'mux box' to talk to multiple devices with one port, and the mux box had it's own power supply that didn't turn off with power management, then the problem went away. Oh, and my software works fine at ANY com port, even up above COM100. (There are real simple tricks to use high numbered com ports, and if you hear a software writer say it doesn't work, then question the REST of what that writer tries to tell you!)&lt;BR /&gt;&lt;BR /&gt;As to the original posters question... realize there are some '08 parts that support BDM. If you choose one of them, then you can pretty much use the same setups and tools for the 12 on your '08 project. My last '08 project I used the MON08 interface, and it's not bad, but not close at all to the BDM setup I use with the '12. Just for the interface connections... In my case, I made my '08 board so that it had .156" card edge fingers and I just 'drop in' the card to a connector to program/debug it. It's only a credit card size, so that was a simple option, especially since I used a real simple '08. If I had to do anything more complex at all, I'm choose an '08 variant that supported BDM.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 03:28:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125410#M613</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2007-03-08T03:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125411#M614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi&lt;BR /&gt;first to seang's question: Could you please specify the schematics you are referring of!&lt;BR /&gt;My programmer and a lot of data sheets i know are using only on clock source. If yo do not use a "hightech" programmer, the clock source needs to be chosen for the baud rate used; i.e. 4.915 Mhz for 4800 baud.&lt;BR /&gt;&lt;BR /&gt;Now to mke_et:&lt;BR /&gt;I fully agree that, if some software is not working with a USB converter, it i mostly the program that does cause the fault. But in the case of the serial protocol use for programming the HC08 devices, the fault is neither the USB driver nor the interface program; It is simply the fact that the BREAK (ten zero's) signal causes problems with the serial communication. After hours of testing and debugging (even with hightech logic analysers ...) and about four different USB chips, i can only say: buy a MONLINK08 or have a real serial port (with the possibility to disable the FIFO's) on your PC.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 03:55:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125411#M614</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-03-08T03:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125412#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Generally speaking, I believe the original question related to the best/easiest/most effective way of implementing an HC08 in a robot hobby project.&lt;BR /&gt;Although the idea of a development board was mentioned, I don't think that was the focus of the post.&lt;BR /&gt;&lt;BR /&gt;So why has the discussion descended into the nitty gritty of USB to serial converters, and&lt;BR /&gt;the merits of current software, as opposed to older code?&lt;BR /&gt;&lt;BR /&gt;To often on these forums, the original issue is tossed out the window so that a few contributors can post information that - for the most part - is irrelevant.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 04:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125412#M615</guid>
      <dc:creator>Balk</dc:creator>
      <dc:date>2007-03-08T04:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125413#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://www.freescale.com/files/microcontrollers/doc/data_sheet/MC68HC908JB8.pdf?srch=1" target="test_blank"&gt;http://www.freescale.com/files/microcontrollers/doc/data_sheet/MC68HC908JB8.pdf?srch=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;page 165&lt;BR /&gt;&lt;BR /&gt;I don't understand why there needs to be 2 oscillators.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 04:15:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125413#M616</guid>
      <dc:creator>seang</dc:creator>
      <dc:date>2007-03-08T04:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125414#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi seang&lt;BR /&gt;you do need only one of them. The schematics demonstrates the use of an crystal oscillator (F), or an external oscillator (E).&lt;BR /&gt;&lt;BR /&gt;Saluti Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 04:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125414#M617</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-03-08T04:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125415#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;i see thanks&lt;BR /&gt;&lt;BR /&gt;What is this BDM thing? Can I get an overview of that? Is it just a simple development board? I see on the schematic it intefaces with the MONO8. Does this mean I'll have to build both of them?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:21:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125415#M618</guid>
      <dc:creator>seang</dc:creator>
      <dc:date>2007-03-08T07:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125416#M619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi seang,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;MON08 is the programme/debug interface for HC05 and HC08 families.&lt;/DIV&gt;&lt;DIV&gt;It needs some circuitry or an"adapter" to be built like you have seen for the JB8.&lt;/DIV&gt;&lt;DIV&gt;These _normally_ talk to the PC via serial port&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;BDM is the programming/debug interface for 9S08 and S12 families.&lt;/DIV&gt;&lt;DIV&gt;It requires a more complicated "adapter" to function.&lt;/DIV&gt;&lt;DIV&gt;These normally talk to the PC over the USB port.&lt;/DIV&gt;&lt;DIV&gt;But it is much more powerful.&lt;/DIV&gt;&lt;DIV&gt;You can buy one from &lt;A href="http://www.pemicro.com" rel="nofollow" target="_blank"&gt;www.pemicro.com&lt;/A&gt; or build the TBDML for S12 or the OSBDM for S08.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As the BDM interface is much better and the 9S08 devices are much better it can be argued that a beginner starting out now should just jump straight in to 9S08 and forget the older HC08.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This would probably be even more relevant to you with your previous S12 experience.&lt;/DIV&gt;&lt;DIV&gt;However it costs a little more to get started with the BDM.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 07:41:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125416#M619</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-03-08T07:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125417#M620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Saluti...&lt;BR /&gt;&lt;BR /&gt;"But in the case of the serial protocol use for programming the HC08 devices, the fault is neither the USB driver nor the interface program; It is simply the fact that the BREAK (ten zero's) signal causes problems with the serial communication. "&lt;BR /&gt;&lt;BR /&gt;You know, I've heard that before. Especially in the automotive hack arena where people are using USB-serial cables to interface to OBD-II, and I do have to admit that some cables work better than others. But the standard trick is to just set a super-slow baud rate and transmit a 00 byte... Are you saying that wouldn't work?&lt;BR /&gt;&lt;BR /&gt;What is it about the MON08 programming that requires a special break sequence?&lt;BR /&gt;&lt;BR /&gt;As to the BDM... With the MON08 you have limited step and run capability, but with a BDM part it seems to be MUCH more powerful in what you can do with debug. But to be fair, part of my perception on that may be that the BDM interface I'm familiar with is for a 9S12DP256 part, and the MON08 part I'm familiar with is the KX8.&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 09:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125417#M620</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2007-03-08T09:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125418#M621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Mike,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The problem is that the MPU produces the BREAK and the PC has to recognise it.&lt;/DIV&gt;&lt;DIV&gt;So there is no oportunity to modify the BREAK.&lt;/DIV&gt;&lt;DIV&gt;And the available software won't go past this step if it is not recieved.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 09:39:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125418#M621</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-03-08T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125419#M622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I downloaded the zip file for the tbdml. Right now this is looking pretty good to me because it is well-documented. I have a question though. How come in the pdf file (tbdml_manual_15.pdf), they use the HC908? Isn't that an 8 bit uC? Isn't the whole TBDML idea supposed to be for 16 bit uCs only?&lt;P&gt;Message Edited by seang on &lt;SPAN class="date_text"&gt;2007-03-08&lt;/SPAN&gt;&lt;SPAN class="time_text"&gt;02:49 AM&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 10:48:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125419#M622</guid>
      <dc:creator>seang</dc:creator>
      <dc:date>2007-03-08T10:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125420#M623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi seang,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;That's correct! They use a 8-bit MPU to implement the BDM interface adapter between a PC and a 16-bit target device.&lt;/DIV&gt;&lt;DIV&gt;You build this thing using an 8-bit device in order to programme debug something else that you built that uses&amp;nbsp;an S12 device.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 10:57:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125420#M623</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-03-08T10:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125421#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;peg wrote:&lt;BR /&gt;Hi Mike, The problem is that the MPU produces the BREAK and the PC has to recognise it.So there is no oportunity to modify the BREAK.And the available software won't go past this step if it is not recieved.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peg&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Alright, but the implication here is that there is no other way to pick up and detect that occurance. Are you also saying that USB-serial cables don't support framing errors?&lt;BR /&gt;&lt;BR /&gt;By the way, has anyone else noticed that the 'Quote Post' doesn't work? It seems to always be pulling quotes from the wrong message. I've also seen my messages numbered wierd too, like 1,2,3,5,6,7,4&lt;BR /&gt;&lt;BR /&gt;Mike&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 20:54:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125421#M624</guid>
      <dc:creator>mke_et</dc:creator>
      <dc:date>2007-03-08T20:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125422#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Seang:&lt;BR /&gt;&lt;BR /&gt;I noticed that you mentioned you're a student. I just thought I'd mention that P&amp;amp;E provides a very generous discount to Students -- 10% off all hardware, and 90% off all software.&lt;BR /&gt;&lt;BR /&gt;We also have a few HC(S)08 development boards you can check out.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.pemicro.com" rel="nofollow" target="_blank"&gt;You can see our homepage here&lt;/A&gt;. Our stuff is not "free", however you may find that your time is better spent developing your robot rather than developing development tools. :smileyhappy: (though, in terms of a hobby, developing development tools can be pretty fun!!)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Mark&lt;BR /&gt;P&amp;amp;E&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 04:13:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125422#M625</guid>
      <dc:creator>P_EMark</dc:creator>
      <dc:date>2007-03-09T04:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Newbie question.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125423#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi seang&lt;BR /&gt;I would like to come back to the original question! If you want to build a robot, i think the first thing is to do some homework. How should you robot look like? I mean robots could be build like the R2D2 or simple like a bug with two motors an two sensors. If you know the limits i think we are able to help to choose the right MPU (family, type, ...). Choosing the MPU, and build the robot around, seems to me like build the car around a motor you found elsewhere.&lt;BR /&gt;&lt;BR /&gt;Saluti (Salutes) Joerg&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 04:17:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Newbie-question/m-p/125423#M626</guid>
      <dc:creator>joerg</dc:creator>
      <dc:date>2007-03-09T04:17:34Z</dc:date>
    </item>
  </channel>
</rss>

