<?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 ZigBee Stack and Timer in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124939#M455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I have a problem with interaction from ZigBee and Timer2 on the HCS08GB60.I have develop application on "Wireless Dimmer" to module light intensity with a TRIAC TIC206M, with TPM2C0 in input capture to decect the zero crossing signal for 230V 50Hz power net.For every impulse capture the TPM2C1 is started to port PTC0 ON,for 60microsecond on the Gate of the TRIAC. The problem is that the ZigBee Stack Figure8ZStack V1.2.2 don't responde to other node's on&amp;nbsp; the network when the input capture command is fired from other node with afFillAndSendMessage.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I task that micro controller is engaged to satisfy the demands for TPM2C0 and C1 and does not succeed to satisfy the demands for stack the ZigBee concurrent.&amp;nbsp; How I can resolve the problem?&amp;nbsp; Someone has some suggestion?&amp;nbsp; Excused for my English&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2006 15:12:37 GMT</pubDate>
    <dc:creator>antarex</dc:creator>
    <dc:date>2006-07-26T15:12:37Z</dc:date>
    <item>
      <title>ZigBee Stack and Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124939#M455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I have a problem with interaction from ZigBee and Timer2 on the HCS08GB60.I have develop application on "Wireless Dimmer" to module light intensity with a TRIAC TIC206M, with TPM2C0 in input capture to decect the zero crossing signal for 230V 50Hz power net.For every impulse capture the TPM2C1 is started to port PTC0 ON,for 60microsecond on the Gate of the TRIAC. The problem is that the ZigBee Stack Figure8ZStack V1.2.2 don't responde to other node's on&amp;nbsp; the network when the input capture command is fired from other node with afFillAndSendMessage.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I task that micro controller is engaged to satisfy the demands for TPM2C0 and C1 and does not succeed to satisfy the demands for stack the ZigBee concurrent.&amp;nbsp; How I can resolve the problem?&amp;nbsp; Someone has some suggestion?&amp;nbsp; Excused for my English&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2006 15:12:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124939#M455</guid>
      <dc:creator>antarex</dc:creator>
      <dc:date>2006-07-26T15:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: ZigBee Stack and Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124940#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;im having the sampe problem&lt;/P&gt;&lt;P&gt;i think there is a problem with enabling TPM interrupts and the stack&lt;/P&gt;&lt;P&gt;when im trying to read the zero crossing and control the other pin&lt;/P&gt;&lt;P&gt;the mcu stuck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 22:47:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124940#M456</guid>
      <dc:creator>yshmuly</dc:creator>
      <dc:date>2006-08-08T22:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: ZigBee Stack and Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124941#M457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I know the OSAL for Z-Stack uses TPM1...&amp;nbsp; so any modifications to Timer 1 will totally mess up Z-Stack.&lt;/DIV&gt;&lt;DIV&gt;But using TPM2 should be ok (as long as you don't change any of the TPM1 control bits).&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2006 02:58:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124941#M457</guid>
      <dc:creator>Ware</dc:creator>
      <dc:date>2006-08-29T02:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: ZigBee Stack and Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124942#M458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi antarex...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm working on the same problem that is trying to use TPM2 but I have minimal knowledge on hardware programming. Could you pls send me your code or explain how should I do it? Thank you&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 13:56:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124942#M458</guid>
      <dc:creator>magic</dc:creator>
      <dc:date>2006-08-30T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: ZigBee Stack and Timer</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124943#M459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;I have used only TPM2, infact i know use of TPM1 from Z-Stack, but the problem is present.&lt;/DIV&gt;&lt;DIV&gt;I think that the Z-Stack is not optimized for this operation&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2006 14:11:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/ZigBee-Stack-and-Timer/m-p/124943#M459</guid>
      <dc:creator>antarex</dc:creator>
      <dc:date>2006-08-30T14:11:15Z</dc:date>
    </item>
  </channel>
</rss>

