<?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 KW45 BLE examples in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2168965#M30030</link>
    <description>&lt;P&gt;I'm trying to run the BLE examples for the&amp;nbsp;KW45B41Z-EVK&amp;nbsp;development board. I've tried the following examples, using SDK version &lt;STRONG&gt;25.06.00 (890 2025-06-27)&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;kw45b41zevk_beacon_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_beacon_freertos&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_temperature_sensor_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_temperature_sensor_freertos&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_wireless_uart_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_wireless_uart_freertos&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;All these examples demonstrate the same behaviour: I'm using my mobile phone with the NXP &lt;STRONG&gt;IoT Toolbox&lt;/STRONG&gt; app, and &lt;STRONG&gt;nRf Connect&lt;/STRONG&gt;&amp;nbsp;app to detect the KW45, and it never shows up. The onboard LED doesn't blink, either.&lt;/P&gt;&lt;P&gt;The debugger shows that the MCU gets stuck in the following while loop, found on line 400 of&amp;nbsp;&lt;STRONG&gt;fwk_platform_ics.c&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;while ((!m_nbu_api_ind_received) &amp;amp;&amp;amp; (cnt &amp;lt; MAX_WAIT_NBU_API_RESPONSE_LOOPS))&lt;BR /&gt;{&lt;BR /&gt;// wait loop&lt;BR /&gt;cnt++;&lt;BR /&gt;assert(cnt != MAX_WAIT_NBU_API_RESPONSE_LOOPS);&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;I'd like to understand what's causing this behaviour. I request help debugging this issue.&lt;/P&gt;&lt;P&gt;From a hardware standpoint, I have the unmodified devboard placed on my wooden table. The phone is on the same table, 15 centimeters away. I've connected the devboard to my laptop via Micro-USB cable for debugging. There's no other hardware in the way, between these three devices.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Sep 2025 13:34:03 GMT</pubDate>
    <dc:creator>ArushThomas</dc:creator>
    <dc:date>2025-09-12T13:34:03Z</dc:date>
    <item>
      <title>KW45 BLE examples</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2168965#M30030</link>
      <description>&lt;P&gt;I'm trying to run the BLE examples for the&amp;nbsp;KW45B41Z-EVK&amp;nbsp;development board. I've tried the following examples, using SDK version &lt;STRONG&gt;25.06.00 (890 2025-06-27)&lt;/STRONG&gt;:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;kw45b41zevk_beacon_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_beacon_freertos&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_temperature_sensor_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_temperature_sensor_freertos&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_wireless_uart_bm&lt;/LI&gt;&lt;LI&gt;kw45b41zevk_wireless_uart_freertos&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;All these examples demonstrate the same behaviour: I'm using my mobile phone with the NXP &lt;STRONG&gt;IoT Toolbox&lt;/STRONG&gt; app, and &lt;STRONG&gt;nRf Connect&lt;/STRONG&gt;&amp;nbsp;app to detect the KW45, and it never shows up. The onboard LED doesn't blink, either.&lt;/P&gt;&lt;P&gt;The debugger shows that the MCU gets stuck in the following while loop, found on line 400 of&amp;nbsp;&lt;STRONG&gt;fwk_platform_ics.c&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;while ((!m_nbu_api_ind_received) &amp;amp;&amp;amp; (cnt &amp;lt; MAX_WAIT_NBU_API_RESPONSE_LOOPS))&lt;BR /&gt;{&lt;BR /&gt;// wait loop&lt;BR /&gt;cnt++;&lt;BR /&gt;assert(cnt != MAX_WAIT_NBU_API_RESPONSE_LOOPS);&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;I'd like to understand what's causing this behaviour. I request help debugging this issue.&lt;/P&gt;&lt;P&gt;From a hardware standpoint, I have the unmodified devboard placed on my wooden table. The phone is on the same table, 15 centimeters away. I've connected the devboard to my laptop via Micro-USB cable for debugging. There's no other hardware in the way, between these three devices.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 13:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2168965#M30030</guid>
      <dc:creator>ArushThomas</dc:creator>
      <dc:date>2025-09-12T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 BLE examples</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2168972#M30031</link>
      <description>&lt;P&gt;Update: I've replicated the same issue using SDK version &lt;STRONG&gt;25.03.00 (881 2025-03-28)&lt;/STRONG&gt;, flashed by a different laptop. Only difference being the aforementioned while loop was on line 398 instead of 400&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 13:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2168972#M30031</guid>
      <dc:creator>ArushThomas</dc:creator>
      <dc:date>2025-09-12T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: KW45 BLE examples</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2169048#M30032</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thank you for sharing your setup explanation.&lt;/P&gt;
&lt;P&gt;I would recommend first checking the &lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-kw45b41z-evaluation-kit:GS-KW45B41ZEVK?section=build-run" target="_blank"&gt;Getting Started with the KW45B41Z Evaluation Kit | NXP Semiconductors&lt;/A&gt; as describes the first steps to work with the device and use the latest SDK version [25.06].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The issue you see is due to absence or incorrect version of the matching NBU. It is necessary to work with the matching NBU image for the SDK version of the application you are working with, prior to loading any wireless SDK example, please update your NBU image with the file in the SDK, you can access the specific instructions in &lt;A href="https://www.nxp.com/document/guide/getting-started-with-the-kw45b41z-evaluation-kit:GS-KW45B41ZEVK?section=build-run_build-run-3" target="_blank"&gt;Updating NBU for Wireless Examples&lt;/A&gt;; also you will need the SPSDK command tool described in Section 2.5 [From Getting Started]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, I strongly recommend use only the NXP IoT toolbox as is the destined app for these examples.&lt;/P&gt;
&lt;P&gt;If you want to test the examples you mentioned or more wireless Bluetooth Low energy examples, I recommend using the &lt;A href="https://mcuxpresso.nxp.com/mcuxsdk/latest/html/_static/wireless/Bluetooth/Bluetooth_Low_Energy_Demo_Applications_User%27s_Guide.pdf" target="_blank"&gt;Bluetooth Low Energy Demo Applications User’s Guide&lt;/A&gt;, this guide have more details about examples and the interaction with the NXP IoT Toolbox&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Luis&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 17:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/KW45-BLE-examples/m-p/2169048#M30032</guid>
      <dc:creator>luis_maravilla</dc:creator>
      <dc:date>2025-09-12T17:17:15Z</dc:date>
    </item>
  </channel>
</rss>

