<?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: S08SH8 TPM v3 strange behaviour</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202790#M16721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the description of this functionallity was in the MC9S08JM60 manuals it would of save me a lot of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 14:01:51 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2013-02-19T14:01:51Z</dc:date>
    <item>
      <title>S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202781#M16712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the new S08SH8 for some projects and I discovered a strange behaviour of the new TPM used in this&amp;nbsp; controller.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I use a channel in software compare mode (it's like output compare but with no control on pin) and in the irq vector I change the compare value for the next event. The problem arise if I modify the status register (TPMxCnSC) after updating the channel value (TPMxCnV), in this case it seems that the new value is lost. If I touch the status register before updating the value, all is ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In datasheet is clearly noted that the new TPMv3 has a different coherency mechanism that update the values on the next change of TPM counter and that it can be forced writing to TPMxCnSC, but it seems wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone experienced this too?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 01:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202781#M16712</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2008-03-14T01:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202782#M16713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Andrea,&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;DIV&gt;&lt;HR /&gt;acno wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;HI,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;The problem arise if I modify the status register (TPMxCnSC) after updating the channel value (TPMxCnV), in this case it seems that the new value is lost. If I touch the status register before updating the value, all is ok.&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV&gt;In that case why update status register (TPMxCnSC) after updating the channel value (TPMxCnV). First have status register (TPMxCnSC) update ,then channel value reg.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Is there any requirement which dictates you to change control and staus register ( TPMxCnSC)at run time. If no then don't write to ( TPMxCnSC) unless it is required you to do it. Clearing the flag could be done by CHnF=0;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;Denn.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 20:57:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202782#M16713</guid>
      <dc:creator>Denn</dc:creator>
      <dc:date>2008-03-24T20:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202783#M16714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello Andrea,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Are you really sure you are updating ( TPMxCnSC) rather than Timer x Status and Control Register (TPMxSC).Any write into this Timer x Status and Control Register (TPMxSC) will initiate a reset in the free running counter Timer x Counter Registers (TPMxCNTH:TPMxCNTL) and it starts from 0000 to the initial counts where the first ISR is expected.&lt;P align="left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P align="left"&gt;-Denn&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 21:05:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202783#M16714</guid>
      <dc:creator>Denn</dc:creator>
      <dc:date>2008-03-24T21:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202784#M16715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;I ran into the same problem.&amp;nbsp; The output compare values were only being updated intermittantly for me when the same code worked fine on a 9S08AW microcontroller.&amp;nbsp; It turns out that&amp;nbsp;on the TPMv3 (as opposed to the TPMv2), you need to be careful that you &lt;U&gt;&lt;STRONG&gt;do not immediately&lt;/STRONG&gt; &lt;STRONG&gt;write&lt;/STRONG&gt;&lt;/U&gt; to the TPMxCnSC register (eg., to clear the interrupt flag) &lt;STRONG&gt;&lt;U&gt;after&lt;/U&gt;&lt;/STRONG&gt; updating the value in TPMxCnVH:TPMxCnVL.&amp;nbsp; The channel value registers are not immediately loaded in the TPMV3 (in OC or PWM mode), but are rather held longer in a coherency buffer, until the next TPM clock tick.&amp;nbsp; So, I suspect that the culprit in your case may have been a subsequent access to the corresponding status and control register.&amp;nbsp; Although&amp;nbsp;it was OK to&amp;nbsp;update the channel value (TPMxCnVH:TPMxCnVL) and then clear the interrupt flag (within TPMxCnSC)&amp;nbsp;on the TPMv2, that register update sequence may prevent the channel value from actually being updated on TPMv3.&amp;nbsp; Here is description from Freescale as provided within some of the 9S08AC manuals and application notes:&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="TimesNewRomanPSMT"&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="TimesNewRomanPSMT"&gt;&lt;FONT color="#3300FF"&gt;In output compare or PWM mode, writing to TPMxCnSC (after writing to the channel value registers, TPMxCnVH:TPMxCnVL, but before they are updated) cancels the write to TPMxCnVH:TPMxCnVL and leaves the register values unchanged.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P align="left"&gt;&lt;FONT color="#3300FF"&gt;This is particularly relevant for the AC60 because, depending upon the configuration of CLKS and the selected mode, there could be a considerable time before registers TPMxCnVH:TPMxCnVL are updated.&amp;nbsp; It is, therefore, important to ensure TPMxCnSC is not written during this time unless you want to cancel a previous write to the channel value registers.&lt;/FONT&gt;&lt;/P&gt;&lt;P align="left"&gt;&lt;FONT color="#3300FF"&gt;As a result of these differences in the latching mechanism, you may have to initialise the timer registers in a different order than before to allow for this.&lt;/FONT&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jul 2008 02:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202784#M16715</guid>
      <dc:creator>MplsMan</dc:creator>
      <dc:date>2008-07-26T02:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202785#M16716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am unable to see a way to solve this problem and make it portable across patforms. The only solution I can see is adding a fixed cycle delay, which is really bad coding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone offer a 'nice' way to do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Start output event in 0x0100 counts, this could be called at ANYTIME, so it has to happen before TMPxCnSC.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TPM1C3V = TPM1CNT + 0x0100;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Worlds worst fix; eat a few bus cycles, this must be greater than the slowest TMP tick rate (will change with bus frequency change and prescale change so I cannot see a way to make this code nice and portable across processors with different prescale rates and different bus rates as this code's speed will change with bus, and the TPM will change depending on its setings. Its also bad as it holds up the processor in interrupt eating up valuable processor cycles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(i = 0;i != 5; ++i);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Set output on compare&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Enable interrupt&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Clear previously set interrupt flag&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TPM1C3SC = 0b01011000;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is ugly, surely I have missed an obvious way to make this work 'nicely'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 10:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202785#M16716</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-03-05T10:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202786#M16717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Won't&amp;nbsp;something like this work?:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;char c;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; c = TPM1CNTL;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while(c == TPM1CNTL){}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 16:44:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202786#M16717</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-03-05T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202787#M16718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it will work, but, if you have a very slow TPM rate and it ticks over straight after the update, you could end up waiting in interrupt an entire PCM tick eating up valuable processing power...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe its just me, but, this update seems, well, dumb. Maybe I am still a little frustrated after spending a day working out this was the cause to all our problems after updating from AC16 to AC32.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other idea's? Is there some logic to why 'they' would do this? it just seems a step in the wrong direction...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 18:30:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202787#M16718</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-03-05T18:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202788#M16719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The coherency mechanism for the V3 module differs whether the CLKSA:CLKSB bits within TPMxSC register are both zero, or not.&amp;nbsp; When both bits are zero (the TPM clock is disabled) there will be immediate update of the TPMxCnV value, similar to the earlier TPM versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid the more lengthy coherency mechanism, my suggestion is to alter TPMxSC so as to zero the bits, prior to writing a new value to TPMxCnV.&amp;nbsp; Then restore TPMxSC to its previous value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The suggestion in an earlier post, that any write to the TPMxSC register will reset the count value, I believe is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 03:07:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202788#M16719</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2010-03-06T03:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202789#M16720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bigmac, its always good to here from you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neither solution is ideal for our application as the TPM shares its resources with decoders and encoders and this output compare is forever setting up various short / long pulses both in and out of interrupt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The RM suggest writing to TPMxCnSC prior to updating TPMxCnV, which is no good as if the tick is in the wrong spot, it will set the interrupt flag immediately after, or while the TPMxCnV is being updated, so its certainly a dangerous suggestion for some applications (like ours).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still completely baffled by Freescales reasoning behind this update. Oh well, time to move on...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Mar 2010 06:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202789#M16720</guid>
      <dc:creator>CarlFST60L</dc:creator>
      <dc:date>2010-03-06T06:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202790#M16721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the description of this functionallity was in the MC9S08JM60 manuals it would of save me a lot of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 14:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202790#M16721</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2013-02-19T14:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202791#M16722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using s/w compare mode (MS=01, ELS=00) on a S08QD4. Clock source is FFL.&lt;/P&gt;&lt;P&gt;Constant value for TPMxCnV.&amp;nbsp; No interupts enabled.&lt;/P&gt;&lt;P&gt;Code Warrior simulator shows that CHnF gets set when TPMxCNT = TPMxCnV as expected but cannot clear this flag immediately by reading TPMxCnSC and then writing zero to CHnF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a related problem?&lt;/P&gt;&lt;P&gt;Anyone got any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 06:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202791#M16722</guid>
      <dc:creator>cwt</dc:creator>
      <dc:date>2013-02-20T06:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: S08SH8 TPM v3 strange behaviour</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202792#M16723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Forget this, it works fine.&amp;nbsp; I found the problem elsewhere in the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 02:56:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08SH8-TPM-v3-strange-behaviour/m-p/202792#M16723</guid>
      <dc:creator>cwt</dc:creator>
      <dc:date>2013-02-21T02:56:54Z</dc:date>
    </item>
  </channel>
</rss>

