<?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>8-bit MicrocontrollersのトピックRe: Mon08 hc908sr12</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172336#M11721</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;Are you using an external oscillator module for programming purposes?&amp;nbsp; It appears you can only use a 32.768 kHz crystal to program a blank part.&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 14:02:47 GMT</pubDate>
    <dc:creator>bigmac</dc:creator>
    <dc:date>2007-12-12T14:02:47Z</dc:date>
    <item>
      <title>Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172335#M11720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I have worked with several microcontrollers hc08 using mon08 and codewarrior 6.0, but for some reason that I do not understand I can not connect the microcontroller mc908sr12, I have followed the electrical diagram of mon08 step at a time without obtaining success&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV&gt;Greetings to all&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 04:36:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172335#M11720</guid>
      <dc:creator>GTE</dc:creator>
      <dc:date>2007-12-12T04:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172336#M11721</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;Are you using an external oscillator module for programming purposes?&amp;nbsp; It appears you can only use a 32.768 kHz crystal to program a blank part.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 14:02:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172336#M11721</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2007-12-12T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172337#M11722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;If you look in MC68HC908SR12/D, Table 10-1, there is all the possibilities to enter the Monitor mode.&lt;/DIV&gt;&lt;DIV&gt;If you call the top row "0", the next "1" etc, then the real useful ones are "1" and "2".&lt;/DIV&gt;&lt;DIV&gt;"3" and "4" will only work on erased Flash EPROMs (where the reset vector is erased.)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The "3" and "4" are useful for burning HC908SR12 for production. Actually an HC908SR12 with a blank Flash EPROM inside, with a 32 kHz crystal connected, will automatically start in "3". So it will automatically wait for a program to be downloaded.&lt;/DIV&gt;&lt;DIV&gt;Note that once the HC908SR12 has been programmed, it will not enter this mode until the Flash EPROM has been erased in another mode.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;So I would concentrate on "1" and "2".&lt;/DIV&gt;&lt;DIV&gt;The difference between "1" and "2", is how PTC1 is connected and that sets the frequency of the oscillator.&lt;/DIV&gt;&lt;DIV&gt;Notice that if you have a frequency of 32 kHz or 4.9152 Mz, you can use an external crystal.&lt;/DIV&gt;&lt;DIV&gt;If you want to use the 9.8305 frequency, it must be an oscillator.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Notice also that the PTA0 pin must be pulled high when the /RST pin goes high. So add a 10 kOhm pullup resistor to this pin.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The Vpp voltage must also be present when the /RST pin goes high. The high voltage is not used for the Flash EPROM programming, it selects the Monitor mode.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yep, I think that was all.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Ake&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 16:56:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172337#M11722</guid>
      <dc:creator>Ake</dc:creator>
      <dc:date>2007-12-12T16:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172338#M11723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello bigmac&lt;BR /&gt;I have a burner mon08 with which burn all my microcontrollers I tested several.&lt;BR /&gt;The burner gives me terminals osc1 osc2 vdd vss vtst and pin for cominicacion.&lt;BR /&gt;This burner uses a quartz crystal of 4.9152 MHz.&lt;BR /&gt;Then everything will be solved if I change the crystal by one of 32,768 kHz.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Reguards,&lt;BR /&gt;GTE&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 02:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172338#M11723</guid>
      <dc:creator>GTE</dc:creator>
      <dc:date>2007-12-14T02:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172339#M11724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi GTE,&lt;BR /&gt;&lt;BR /&gt;When you say your MON08 adapter has a 4.9MHz crystal to you mean just a crystal or a full oscillator that produces a square wave output?&lt;BR /&gt;&lt;BR /&gt;As with most of these parts you need a 9.8MHz or 32k crystal and a blank part&lt;BR /&gt;OR&lt;BR /&gt;4.9MHz or 9.8MHz OSCILLATOR (on OSC1) for blank/non-blank entry.&lt;BR /&gt;&lt;BR /&gt;To cover the most devices a MON08 adapter should provide a 9.8MHz square wave output for the clock.&lt;BR /&gt;&lt;BR /&gt;Doesn't work on USB devices for instance, but there you are already forced to use the appropriate crystal on board.&lt;BR /&gt;&lt;BR /&gt;If you have a 4.9MHz square wave output you should be able to connect to the SR along with the appropriate levels on the other MON08 pins.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 04:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172339#M11724</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-12-14T04:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mon08 hc908sr12</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172340#M11725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hello PEG&lt;BR /&gt;&lt;BR /&gt;I do not want burner mon08 operate with the microcontroller hc908sr12 due to the crystal 4.9152 solution is to use a crystal of 9.8304 which took a lot of time trying to get in stores in mexico, there will be bought on the internet although shipping will be a bit expensive already will know this as the Mexican economy in the beauty of this is that the crystal can get it if 32.768KHz. Thanks PEG&lt;BR /&gt;&lt;BR /&gt;Reguards&lt;BR /&gt;GTE&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Dec 2007 17:22:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Mon08-hc908sr12/m-p/172340#M11725</guid>
      <dc:creator>GTE</dc:creator>
      <dc:date>2007-12-29T17:22:10Z</dc:date>
    </item>
  </channel>
</rss>

