<?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: Moving from ICE to stand alone target problems. in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132278#M2994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Mac,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I found the Errata sheet and put a copy&amp;nbsp;with the data sheet. I supose I should check the next purchase of product to see if the mask is different.&amp;nbsp; I was not aware of the existance of the Mask Set Errata.&amp;nbsp; Thank you for bringing it up.&amp;nbsp; There are no real problems related to my product.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I checked the bus speed.&amp;nbsp; It is running according to the CGM table data so I decided to check my DELAY loop.&amp;nbsp; The original product used HC05 and two of the instructions in it have less cycles on the HC08.&amp;nbsp; That's the problem, not the bus speed.&amp;nbsp; Easy fix, NOP, NOP ....!&amp;nbsp; The HC08 does&amp;nbsp;NOTHING faster than the HC05!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I work alone and don't have anyone to bounce ideas and problems off of.&amp;nbsp; You folks on the Forum are invaluable to me.&amp;nbsp; Keep up the good work.&amp;nbsp; Maybe some day I will have enough knowledge to contribute.&amp;nbsp; In the mean time I'll buy more Freescale controllers.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 23:31:32 GMT</pubDate>
    <dc:creator>erokc</dc:creator>
    <dc:date>2007-05-04T23:31:32Z</dc:date>
    <item>
      <title>Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132272#M2988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I am having problems getting the target to run on its own.&amp;nbsp; My first attempt had the bus speed so slow I thought it had locked up until a couple of minutes later it responded to my previous&amp;nbsp;input.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Back to the FSICEBASE.&amp;nbsp; The Code Warrior Target Settings were used to get the correct bus speed during emulation but the CGM needed correct setting. The Clock Generator Module was not set up correctly.&amp;nbsp; I found a procedure error and changed it to try getting the PLL and source selected.&amp;nbsp; That caused the IIC devices to not work.&amp;nbsp; Also the PLL LOCK never went true.&amp;nbsp; I don't know if the CGM is suposed to work within the ICE.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Another related issue is getting the target&amp;nbsp;FLASH erased for loading new a&amp;nbsp;program.&amp;nbsp; The monitor erase function needs to know the bus speed.&amp;nbsp; Until I can establish what that is I can't write an erase routine.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am using the serial connection described in the HC908AP data sheet in the Monitor section.&amp;nbsp; PROG08AZ program works to program the FLASH but it will not access the monitor if the reset vector is not $FFFF.&amp;nbsp; There is an on board oscillator (32 kHz)driving the OSC1 pin.&amp;nbsp; No means to apply Vpp.&amp;nbsp; I need to be able to have the target program erase FLASH.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I need to get the correct bus speed established.&lt;/DIV&gt;&lt;DIV&gt;I need to write an erase routine that looks for a port input upon POR.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Where should I start?&amp;nbsp; BTW, I program in assembly.&amp;nbsp; I can usually read C. &amp;nbsp;Here is my CGM set up.&amp;nbsp; Do you see a problem?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SEI&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CLR&amp;nbsp; PTCL&amp;nbsp; PLLON = 0&amp;nbsp; P = 0&amp;nbsp; E = 0&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #$80&amp;nbsp;&amp;nbsp; &amp;nbsp;AUTO = 1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PBWC&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #$F5&amp;nbsp;&amp;nbsp;&amp;nbsp; N = $00F5&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PMSL&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #$40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; L = $40&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PMRS&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #$01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; R = 1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PMDS&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #%00100000&amp;nbsp; PLLON = 1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PTCL&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LDA&amp;nbsp; #%00110000&amp;nbsp;&amp;nbsp; BCS = 1&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;STA&amp;nbsp; PTCL&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Please help.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 May 2007 03:50:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132272#M2988</guid>
      <dc:creator>erokc</dc:creator>
      <dc:date>2007-05-01T03:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132273#M2989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Well, having to continue with the project I modified the target board that needed erasing and was successful in bringing it up in monitor mode.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I discovered I needed to wait for the PLL to&amp;nbsp;LOCK before setting BCS.&amp;nbsp; I did that and it works, almost.&amp;nbsp; The bus speed seems to be double what it should be.&amp;nbsp; I'm going by software delay loops I use in&amp;nbsp;flashing the display.&amp;nbsp; I will take another look at the settings.&amp;nbsp; I'm sure the data sheet can't be wrong!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As for erasing the FLASH, it didn't work from the user program.&amp;nbsp; It should be so simple.&amp;nbsp; Maybe the fast bus speed prevented the erasure because&amp;nbsp;ERARNGE was set for half the apparent bus&amp;nbsp;speed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 21:55:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132273#M2989</guid>
      <dc:creator>erokc</dc:creator>
      <dc:date>2007-05-02T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132274#M2990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;OK, I changed a divisor (R) from 1 to 2 and now the bus speed is what I expected.&amp;nbsp; What bothers me is I don't know why it was wrong to begin with and will the fix not be stable or otherwise come back on me.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As for erasing FLASH, it still doesn't work.&amp;nbsp; I appears to reset the CPU instead of erasing memory.&amp;nbsp; Are the ROM routines available in user mode?&amp;nbsp; The data sheet says "yes".&amp;nbsp; When I try to read the ROM locations with PROG08SZ it shows "U" in the memory location.&amp;nbsp; Should that memory be readable?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Still don't understand!&amp;nbsp; Might as well be talking to myself!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 03:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132274#M2990</guid>
      <dc:creator>erokc</dc:creator>
      <dc:date>2007-05-03T03:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132275#M2991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello Dave,&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 do not specifically mention, but I assume that your target is actually the 908AP64, and not the 908AP64A.&amp;nbsp; The PLL reference frequency of the latter is not compatible with 32.768kHz source.&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 also do not say what your bus frequency expectation was - is this approximately 2MHz?&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;The ROM routines are available from within user code, but you should check out the Mask Set Errata documents for the device, because of erase problems with some masks.&amp;nbsp; However, my understanding is that this would affect block erase, and not mass erase.&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 is quite possible that PROG08SZ utility would not display the ROM locations, since this is outside the flash range for the device.&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;How do you know that the flash erase doesn't work?&amp;nbsp; I assume that you are&amp;nbsp;unable to enter monitor mode, and that the original program remains operational.&amp;nbsp; I would suggest that you provide the Vtst voltage,&amp;nbsp;at least for&amp;nbsp;the prototype board, and this will enable you to enter monitor mode for debug purposes.&amp;nbsp; This is important when making use of the ROM routines, since it is not possible to test using the emulator.&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>Fri, 04 May 2007 01:26:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132275#M2991</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2007-05-04T01:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132276#M2992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Mac,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You have helped me before and I am truly grateful.&amp;nbsp; I have spent most of a week trying to get past clock speed setting and mass erasing FLASH.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have found the problem with the mass erase.&amp;nbsp; The FLASH block protection is not mentioned once in the monitor routines.&amp;nbsp; I knew the erase was not happening because the program continued to run afterwards.&amp;nbsp; I knew the code ran because I moved my I/O detect and LED output code to RAM and it completed by turning on the LED.&amp;nbsp; I started to suspect some kind of protection so I searched for FLASH in the document and found it in the Memory section.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I did modify a board to use the Vtst method so I could erase it.&amp;nbsp; I now can have it erase itself by grounding one of the I/O pins on POR.&amp;nbsp; I plan to back up the RAM into FLASH so when the battery is replaced it will have good data afterwards.&amp;nbsp; I would use the page erase and write functions.&amp;nbsp; I'll be writing that later.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Yes, I'm using a non A, 908AP16.&amp;nbsp; About the bus speed.&amp;nbsp;I have a separate 32 kHz oscillator feeding OSC1. &amp;nbsp;I used the values from the table to set the VCO and PLL for 2 MHz, top line of table.&amp;nbsp; I have not measured the bus speed but will do so.&amp;nbsp; My observation is the software delay loops are about half what they should be.&amp;nbsp; I changed the R value from 1 to 2.&amp;nbsp; It now seems to have the proper delay.&amp;nbsp; This bothers me to leave it as I don't know why it didn't work by the table.&amp;nbsp; I don't want a half fix that might cause a problem later like instability in the PLL.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;What is the easiest way to measure the bus speed?&amp;nbsp; I have instruments, I just need a signal.&amp;nbsp; I thought of setting the Timebase Module and toggling an I/O pin to see if it was the correct frequency.&amp;nbsp; Well that won't work.&amp;nbsp; It's clock source is the OSC Module, not the PLL.&amp;nbsp; OK, how about a short software loop that toggles a pin. I count the cycles to arrive at a delay time and compare to measured.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I would like to check the Mask Set Errata document.&amp;nbsp; Where do I find it?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks, Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 05:22:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132276#M2992</guid>
      <dc:creator>erokc</dc:creator>
      <dc:date>2007-05-04T05:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132277#M2993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Hello Dave,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;FONT size="2"&gt;erokc wrote:&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;I have found the problem with the mass erase.&amp;nbsp; The FLASH block protection is not mentioned once in the monitor routines.&amp;nbsp; I knew the erase was not happening because the program continued to run afterwards.&amp;nbsp; I knew the code ran because I moved my I/O detect and LED output code to RAM and it completed by turning on the LED.&amp;nbsp; I started to suspect some kind of protection so I searched for FLASH in the document and found it in the Memory section.&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;FONT size="2"&gt;I assume you now set the FLBPR register to a&amp;nbsp;value of $FF prior to calling the erase routine, and that you can now successfully mass erase the device.&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;What is the easiest way to measure the bus speed?&amp;nbsp; I have instruments, I just need a signal.&amp;nbsp; I thought of setting the Timebase Module and toggling an I/O pin to see if it was the correct frequency.&amp;nbsp; Well that won't work.&amp;nbsp; It's clock source is the OSC Module, not the PLL.&amp;nbsp; OK, how about a short software loop that toggles a pin. I count the cycles to arrive at a delay time and compare to measured.&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;Another method of measuring bus speed is using the TIM.&amp;nbsp; Perhaps toggle a pin within&amp;nbsp;the overflow ISR.&amp;nbsp; The period between each toggle will depend on the TMOD value and the prescale setting.&amp;nbsp; For default TMOD value ($FFFF) and prescale of 1, the period should be about 32.8 ms between each toggle, i.e. for each half period of the square wave output.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;FONT size="2"&gt;I would like to check the Mask Set Errata document.&amp;nbsp; Where do I find it?&lt;/FONT&gt;&lt;/DIV&gt;&lt;FONT size="2"&gt;&lt;/FONT&gt;&lt;HR /&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;FONT size="2"&gt;I would normally use the "Products" menu item on the FS web site, and narrow down to the particular device I required.&amp;nbsp; Any MSEs should be found, along with the data sheet document.&amp;nbsp; Alternatively, you could use the search engine - the one for the FS website, and not the one for the forums.&amp;nbsp; But there are currently problems using the FS search engine from the forum web pages.&lt;BR /&gt;&lt;/FONT&gt;&lt;DIV&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;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 10:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132277#M2993</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2007-05-04T10:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Moving from ICE to stand alone target problems.</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132278#M2994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Mac,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I found the Errata sheet and put a copy&amp;nbsp;with the data sheet. I supose I should check the next purchase of product to see if the mask is different.&amp;nbsp; I was not aware of the existance of the Mask Set Errata.&amp;nbsp; Thank you for bringing it up.&amp;nbsp; There are no real problems related to my product.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I checked the bus speed.&amp;nbsp; It is running according to the CGM table data so I decided to check my DELAY loop.&amp;nbsp; The original product used HC05 and two of the instructions in it have less cycles on the HC08.&amp;nbsp; That's the problem, not the bus speed.&amp;nbsp; Easy fix, NOP, NOP ....!&amp;nbsp; The HC08 does&amp;nbsp;NOTHING faster than the HC05!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I work alone and don't have anyone to bounce ideas and problems off of.&amp;nbsp; You folks on the Forum are invaluable to me.&amp;nbsp; Keep up the good work.&amp;nbsp; Maybe some day I will have enough knowledge to contribute.&amp;nbsp; In the mean time I'll buy more Freescale controllers.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Dave&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 23:31:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Moving-from-ICE-to-stand-alone-target-problems/m-p/132278#M2994</guid>
      <dc:creator>erokc</dc:creator>
      <dc:date>2007-05-04T23:31:32Z</dc:date>
    </item>
  </channel>
</rss>

