<?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: QG8 stand alone problem,please help</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145344#M7147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Harry,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Initialising the reset vector means programming the 16-bit address value of the place in memory that you would like execution to begin. For instance if you labelled that place Init then:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ORG&amp;nbsp;&amp;nbsp;&amp;nbsp; $FFFE&lt;/DIV&gt;&lt;DIV&gt;DW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INIT&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;would achieve that.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But if you are just hitting run in the simulator and it goes then this is probably already done.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do you have the COP either properly handled or disabled?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Feb 2007 05:55:40 GMT</pubDate>
    <dc:creator>peg</dc:creator>
    <dc:date>2007-02-17T05:55:40Z</dc:date>
    <item>
      <title>QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145339#M7142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I used QG8 on my own board which works perfectly in debugging mode,but when I trun off the power and disconnected the 6-pin cable, then turn on the power, the stand-alone&amp;nbsp;QG8 board doesn't work at all.&lt;/DIV&gt;&lt;DIV&gt;in the code, I tried disabling debugging mode but it doesn't help.&lt;/DIV&gt;&lt;DIV&gt;I also tried reprogramming qg8 using expert mode programmer,it doesn't help either.&lt;/DIV&gt;&lt;DIV&gt;is there something I need to change when i switch to stand alone mode from debugging mode?&lt;/DIV&gt;&lt;DIV&gt;any input is highly appreciated.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Harry&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 23:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145339#M7142</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-02-16T23:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145340#M7143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Is it possible that you have no pullup on either the reset pin or the BKGD pin?&lt;BR /&gt;&lt;BR /&gt;I can't think of a software issue that would cause this.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 02:34:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145340#M7143</guid>
      <dc:creator>Wings</dc:creator>
      <dc:date>2007-02-17T02:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145341#M7144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Wings,&lt;/DIV&gt;&lt;DIV&gt;thanks for your prompt reply.&lt;/DIV&gt;&lt;DIV&gt;on reset pin ,I have a external 5.1k pullup all the time;&lt;/DIV&gt;&lt;DIV&gt;for&amp;nbsp;the BKGd pin&amp;nbsp;,I connected it to VDD in non-debugging mode.&lt;/DIV&gt;&lt;DIV&gt;but QG8 refuses working alone,strange enough.&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 03:37:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145341#M7144</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-02-17T03:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145342#M7145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Reset Vector initialized ?&lt;/DIV&gt;&lt;DIV&gt;Voltage on Reset pin &lt;U&gt;over time&lt;/U&gt; ? (pull-up does not mean it's high)&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 04:22:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145342#M7145</guid>
      <dc:creator>Alban</dc:creator>
      <dc:date>2007-02-17T04:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145343#M7146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Alban,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks for your input.&lt;/DIV&gt;&lt;DIV&gt;how to initialize reset vector?I looked up it in the datasheet and didn't find any info.about initializing the vector.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 04:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145343#M7146</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-02-17T04:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145344#M7147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi Harry,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Initialising the reset vector means programming the 16-bit address value of the place in memory that you would like execution to begin. For instance if you labelled that place Init then:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ORG&amp;nbsp;&amp;nbsp;&amp;nbsp; $FFFE&lt;/DIV&gt;&lt;DIV&gt;DW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INIT&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;would achieve that.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But if you are just hitting run in the simulator and it goes then this is probably already done.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do you have the COP either properly handled or disabled?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 05:55:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145344#M7147</guid>
      <dc:creator>peg</dc:creator>
      <dc:date>2007-02-17T05:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145345#M7148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;If you have the COP timer enabled, are you resetting it often enough?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Feb 2007 08:12:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145345#M7148</guid>
      <dc:creator>Wings</dc:creator>
      <dc:date>2007-02-17T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145346#M7149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;That in my opinion is unusual. I have several projects running with the QG8, most battery powered but at least one is powered via a wall transformer. All are working well without any special pullups. I use PC boards with good ground planes. I usually don’t use the two BDM programming pins for anything in my ap. Try using known good software, something like the blinking LED example that comes with Codewarrior. Something where the vectors are not being changed and where the watchdog is being properly reset. If you still have the problem I would begin to suspect a bad IC. You may have had ESD damage. I usually order at least a couple IC’s when I start out working with something new. If you’ve ever worked with the QY series, the QG series is a huge improvement. Now if the rest of the world would get down to the 3 volt level.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Feb 2007 02:48:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145346#M7149</guid>
      <dc:creator>microjock</dc:creator>
      <dc:date>2007-02-18T02:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 stand alone problem,please help</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145347#M7150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Hello, All,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;thanks all for the inputs.&lt;/DIV&gt;&lt;DIV&gt;I identified the problem but don't know why and still waiting for an answer from tecnical support,but I can't wait.&lt;/DIV&gt;&lt;DIV&gt;thanking you all in advance.&lt;FONT size="1"&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;I have commented out all my code in main.c and&lt;/P&gt;&lt;P&gt;put blinking code from technical support,then I found something like this:&lt;/P&gt;&lt;P&gt;as long as I put "STOP" line in the code , the qg8 doesn't work alone.&lt;/P&gt;&lt;P&gt;in debugging mode, the MCU stops there (at "stop line")until an&lt;/P&gt;&lt;P&gt;interrupt signal at PTA5 to wake it up;then I see the flickering at&lt;/P&gt;&lt;P&gt;pin6;&lt;/P&gt;&lt;P&gt;while in stand-alone mode, I can't see the flickering after the&lt;/P&gt;&lt;P&gt;interrupt signal has been generated like what I did in debugging mode.&lt;/P&gt;&lt;P&gt;if I remove the "stop" line(entering stop), everything works,I don't know what I did&lt;/P&gt;&lt;P&gt;wrong in the code or misunderstanding the stop mode??&lt;/P&gt;&lt;P&gt;please see the simplified code below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;void init_sysopt (byte COP_Option) {&lt;/P&gt;&lt;P&gt;switch (COP_Option){&lt;/P&gt;&lt;P&gt;case 0: SOPT1 = 0x62;break; //62-debug mode;60 normal /* COP disabled */&lt;/P&gt;&lt;P&gt;case 1: SOPT1 = 0xE2;break; /* COP enabled */&lt;/P&gt;&lt;P&gt;default:break;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;SOPT2 = 0X01;&lt;/P&gt;&lt;P&gt;SPMSC1 = 0x65;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;void InitRTI() {&lt;/P&gt;&lt;P&gt;// SRTISC = 0b01110001;&lt;/P&gt;&lt;P&gt;SRTISC = 0b01110000; //disable RTI while debugging&lt;/P&gt;&lt;P&gt;/* ||||||||&lt;/P&gt;&lt;P&gt;|||||+++-- RTIS = RTI delay select: 001=8 msec&lt;/P&gt;&lt;P&gt;||||+----- unimplemented&lt;/P&gt;&lt;P&gt;|||+------ RTIE = RTI int enable: 1=enabled&lt;/P&gt;&lt;P&gt;||+------- RTICLKS = RTI clock select: 1=external src&lt;/P&gt;&lt;P&gt;|+-------- RTIACK = RTI flag acknowledge&lt;/P&gt;&lt;P&gt;+--------- RTIF = RTI flag&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;void init_portpullup (void) {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTAPE = 0xff;&lt;/P&gt;&lt;P&gt;PTBPE = 0xff-PTBPE_PTBPE6_MASK;&lt;/P&gt;&lt;P&gt;PTASE = 0x00;&lt;/P&gt;&lt;P&gt;PTADS = 0x00;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void incs_init (byte c1,byte c2){&lt;/P&gt;&lt;P&gt;byte i;&lt;/P&gt;&lt;P&gt;if (NVICSTRM != 0xff){&lt;/P&gt;&lt;P&gt;ICSTRM = NVICSTRM;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;ICSC1 =c1;&lt;/P&gt;&lt;P&gt;for (i=0;i&amp;lt;=0x10;i++){&lt;/P&gt;&lt;P&gt;__RESET_WATCHDOG ();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;ICSC2 = c2;&lt;/P&gt;&lt;P&gt;/*ICSC2_BDIV = 3;*/&lt;/P&gt;&lt;P&gt;while (ICSC1_CLKS != ICSSC_CLKST){&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;/* MTIM initialization */&lt;/P&gt;&lt;P&gt;void mtim_init (void) {&lt;/P&gt;&lt;P&gt;MTIMCLK = 0x08;&lt;/P&gt;&lt;P&gt;MTIMMOD = 0xff;&lt;/P&gt;&lt;P&gt;MTIMSC = 0x60;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* STOP initialization */&lt;/P&gt;&lt;P&gt;void stop_init (byte mode) { /* to choose which stop mode to enter */&lt;/P&gt;&lt;P&gt;switch (mode) {&lt;/P&gt;&lt;P&gt;case 1: SPMSC2 = 0X02 ; break;&lt;/P&gt;&lt;P&gt;case 2: SPMSC2 = 0X03 ; break;&lt;/P&gt;&lt;P&gt;case 3: IRQSC =0x17; break;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;/* STOP entering */&lt;/P&gt;&lt;P&gt;void stop_enterring (void){&lt;/P&gt;&lt;P&gt;asm ("stop");&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* IRQ initialization */&lt;/P&gt;&lt;P&gt;void init_IRQ (void) {&lt;/P&gt;&lt;P&gt;IRQSC = 0b00010010; /* enable interrupt;*/&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;/* MCU ports initialization */&lt;/P&gt;&lt;P&gt;void mcu_init (void){&lt;/P&gt;&lt;P&gt;GreenLed =0; //PTBD_PTBD7 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD7 = 1;&lt;/P&gt;&lt;P&gt;RedLed = 0; //PTBD_PTBD6 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD6 = 1;&lt;/P&gt;&lt;P&gt;charger_control = charger_off; //PTBD_PTBD5 = 1;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD5 = 1;&lt;/P&gt;&lt;P&gt;Xfer =0; // PTBD_PTBD4 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD4 = 1;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD3 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD2 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD1 = 0;&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD0 = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTADD_PTADD0 = 0;&lt;/P&gt;&lt;P&gt;PTADD_PTADD2 = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BuzzerControl = 0; //PTAD_PTAD3 = 0;&lt;/P&gt;&lt;P&gt;PTADD_PTADD3 = 1;&lt;/P&gt;&lt;P&gt;/*PTADD_PTADD4 = 1;*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* KBIPE_KBIPE2 = 1;&lt;/P&gt;&lt;P&gt;KBISC_KBIE = 1;&lt;/P&gt;&lt;P&gt;KBISC_KBACK = 1; */&lt;/P&gt;&lt;P&gt;/*PTAPE_PTAPE2 = 1;*/ /*if enabling this one,could get rid of extern resitor */&lt;/P&gt;&lt;P&gt;SPMSC1_BGBE = 1; /* bandgap enabling */&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;void AllInOneINI(void){&lt;/P&gt;&lt;P&gt;init_sysopt(COP_Disabled); //start with COP disablbed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*ICSC2_BDIV = 3;*/&lt;/P&gt;&lt;P&gt;incs_init (0x05,0xc0); /* FLL output as Clock source,divided by 8:1M bus frequency */&lt;/P&gt;&lt;P&gt;mcu_init ();&lt;/P&gt;&lt;P&gt;init_portpullup ();&lt;/P&gt;&lt;P&gt;adc_ini();&lt;/P&gt;&lt;P&gt;init_IRQ ();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stop_init(1);&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;void main(void) {&lt;/P&gt;&lt;P&gt;AllInOneINI(); ///start with COP disabled, shut down output for safety&lt;/P&gt;&lt;P&gt;/// everything else has to start after INI//&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stop_enterring(); //need a calendar here and first test be done 12 hours after installation&lt;/P&gt;&lt;P&gt;EnableInterrupts; /* enable interrupts */&lt;/P&gt;&lt;P&gt;PTBDD_PTBDD6 = 1; //set data direction to out&lt;/P&gt;&lt;P&gt;for(;&lt;IMG alt=":smileywink:" class="emoticon emoticon-smileywink" id="smileywink" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-wink.gif" title="Smiley Wink" /&gt; {&lt;/P&gt;&lt;P&gt;PTBD_PTBD6 = 0;&lt;/P&gt;&lt;P&gt;PTBD_PTBD6 = 1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;__RESET_WATCHDOG(); /* feeds the dog */&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 22:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/QG8-stand-alone-problem-please-help/m-p/145347#M7150</guid>
      <dc:creator>HarrySun</dc:creator>
      <dc:date>2007-02-20T22:07:52Z</dc:date>
    </item>
  </channel>
</rss>

