<?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: FRDM-KW41Z hybrid Thread router wireless uart example does not run in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779313#M4796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the latest release and I was not able to find the line you changed. You might have an older version of the SDK and it seems that the name has kept the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could&amp;nbsp;you please try to download it again and check if you still have the issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2018 23:59:07 GMT</pubDate>
    <dc:creator>stephanie_m</dc:creator>
    <dc:date>2018-02-06T23:59:07Z</dc:date>
    <item>
      <title>FRDM-KW41Z hybrid Thread router wireless uart example does not run</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779312#M4795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am following the Hybrid (BLE + Thread) tutorial from the FRDM-KW41Z webpage.&amp;nbsp; I'm using MCUXpresso v10.1.1 and SDK_2.x_FRDM-KW41Z v2.2.0.&amp;nbsp; I have followed the directions for importing an SDK example project (as much as possible, the project import screens look a little different than in the video).&amp;nbsp; The project builds with no issues.&amp;nbsp; I downloaded the application using the Debug link in the Quickstart Panel and when complete I'm at main.&amp;nbsp; However, when I tell the debugger to let the application run I always end up immediately in the hardfault handler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some debug stepping I've found that the variable memHeap declared in MemManager.c line 78 was not explicitly word aligned.&amp;nbsp; This is a problem since one of the first uses of this general variable is to allocate space for a linked list and set pointer to each element in the list.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the line from:&lt;/P&gt;&lt;PRE&gt;uint8_t memHeap[heapSize_c];&lt;/PRE&gt;&lt;P&gt;to:&lt;/P&gt;&lt;PRE&gt;uint8_t memHeap[heapSize_c] __attribute__((aligned(4)));&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This got the application running as expected.&amp;nbsp; The LEDs flash and the serial port responds to commands.&amp;nbsp; However, the NXP IoT Toolbox application does not seem to be able to find the device.&amp;nbsp; If I scan for Bluetooth devices with just the standard Android Bluetooth menu I see a device named NXP_THR, but if I select I receive a message that says pairing was rejected.&amp;nbsp; I using a Nexus 5x with Android 8.1 and NXP IoT Toolbox v5.0.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any incite as to why this doesn't work would be appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:42:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779312#M4795</guid>
      <dc:creator>mathman164</dc:creator>
      <dc:date>2018-02-01T20:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KW41Z hybrid Thread router wireless uart example does not run</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779313#M4796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the latest release and I was not able to find the line you changed. You might have an older version of the SDK and it seems that the name has kept the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could&amp;nbsp;you please try to download it again and check if you still have the issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Best Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Estephania&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 23:59:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779313#M4796</guid>
      <dc:creator>stephanie_m</dc:creator>
      <dc:date>2018-02-06T23:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KW41Z hybrid Thread router wireless uart example does not run</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779314#M4797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; I built a new SDK for the KW41Z using the SDK builder and verified that the code I changed had already been replaced.&amp;nbsp; The application builds and runs as expected.&amp;nbsp; However, please note that my original SDK with the issue is still available on the FRDM-KW41Z page, Getting Started tab, Getting Software tab, Get MCUXpresso SDK link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the NXP IoT Toolbox not finding the device.&amp;nbsp; That appears to be a problem with my phone and Bluetooth LE.&amp;nbsp; I was able to successfully connect and run the demo with another phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 21:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/FRDM-KW41Z-hybrid-Thread-router-wireless-uart-example-does-not/m-p/779314#M4797</guid>
      <dc:creator>mathman164</dc:creator>
      <dc:date>2018-02-08T21:51:47Z</dc:date>
    </item>
  </channel>
</rss>

