<?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 FRDM-KW41Z Zigbee end device example not working in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034497#M56619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have problems with one of FRDM-KW41Z SDK examples. When I upload Zigbee 3.0 end_device example to FRDM-KW41Z development board red LED flashes, but board doesnt send any data to terminal (even after reset), it should write something like "END DEVICE RESET". But when I upload one of other SDK examples, for example Zigbee 3.0 coordinator, everything is working. Other examples are working as well. I use UART in project configuration, same as in other examples.&lt;/P&gt;&lt;P&gt;Does anybody know, what to do? Do I need to change something in configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for every advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Feb 2020 15:57:54 GMT</pubDate>
    <dc:creator>xvesel72</dc:creator>
    <dc:date>2020-02-14T15:57:54Z</dc:date>
    <item>
      <title>FRDM-KW41Z Zigbee end device example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034497#M56619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have problems with one of FRDM-KW41Z SDK examples. When I upload Zigbee 3.0 end_device example to FRDM-KW41Z development board red LED flashes, but board doesnt send any data to terminal (even after reset), it should write something like "END DEVICE RESET". But when I upload one of other SDK examples, for example Zigbee 3.0 coordinator, everything is working. Other examples are working as well. I use UART in project configuration, same as in other examples.&lt;/P&gt;&lt;P&gt;Does anybody know, what to do? Do I need to change something in configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for every advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:57:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034497#M56619</guid>
      <dc:creator>xvesel72</dc:creator>
      <dc:date>2020-02-14T15:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KW41Z Zigbee end device example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034498#M56620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miroslav, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default, when importing the KW41Z ZigBee 3.0 Sleeping End Device SDK example, Power Down mode is enabled. This has the effect of disabling the use of the debug UART, thus not printing debug information and messages to a serial terminal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For debugging purposes, power down mode can be disabled by changing the cPWR_UsePowerDownMode definition to 0 instead of 1 in the config.h header file of the source folder of the example project:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*! TRUE = 1: Use PowerDown functions (Normal)
 FALSE = 0: Don't use PowerDown. Useful for debugging and test purposes
 */&lt;/SPAN&gt;
&lt;SPAN class="property macro token"&gt;#define cPWR_UsePowerDownMode 0&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 15:39:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034498#M56620</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-02-18T15:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KW41Z Zigbee end device example not working</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034499#M56621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. Now it's working as expected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 12:08:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KW41Z-Zigbee-end-device-example-not-working/m-p/1034499#M56621</guid>
      <dc:creator>xvesel72</dc:creator>
      <dc:date>2020-02-19T12:08:21Z</dc:date>
    </item>
  </channel>
</rss>

