<?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: Current Consumption Issue with KW45 After SDK Update in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2008418#M19344</link>
    <description>&lt;P&gt;Hello Shivam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. Could you please help us confirm if this issue is also present on our EVK?&lt;/P&gt;
&lt;P&gt;Have you tried with latest SDK version? (2.16.100)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What SDK example are you taking as a base? What other modifications did you implement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 17:34:36 GMT</pubDate>
    <dc:creator>Ricardo_Zamora</dc:creator>
    <dc:date>2024-12-05T17:34:36Z</dc:date>
    <item>
      <title>Current Consumption Issue with KW45 After SDK Update</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2007077#M19337</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are currently working on current optimization for the KW45 on our custom-designed PCB and have encountered an unusual issue. The scan parameters we have configured are as follows:&lt;/P&gt;&lt;P&gt;gapScanningParameters_t gScanParams =&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;/* type */ gScanTypePassive_c,&lt;/P&gt;&lt;P&gt;/* interval */ 4000, /* Interval * 0.625 = scan interval in ms */&lt;/P&gt;&lt;P&gt;/* window */ 650,&lt;/P&gt;&lt;P&gt;/* ownAddressType */ gBleAddrTypePublic_c,&lt;/P&gt;&lt;P&gt;/* filterPolicy */ (uint8_t)gScanAll_c,&lt;/P&gt;&lt;P&gt;/* scanning PHY */ (uint8_t)gLePhy1MFlag_c&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;appScanningParams_t appScanParams = {&lt;/P&gt;&lt;P&gt;&amp;amp;gScanParams,&lt;/P&gt;&lt;P&gt;gGapDuplicateFilteringDisable_c,&lt;/P&gt;&lt;P&gt;1500,&lt;/P&gt;&lt;P&gt;gGapScanPeriodicDisabled_d&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here’s the behavior we observe:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When scanning is disabled, the current consumption is approximately &lt;STRONG&gt;0.70 mA&lt;/STRONG&gt;, which is expected.&lt;/LI&gt;&lt;LI&gt;When scanning is enabled, the expected current consumption should vary between &lt;STRONG&gt;0.70 mA and 6.75 mA&lt;/STRONG&gt;, as scanning is not continuous.&lt;/LI&gt;&lt;LI&gt;However, we observe that the current consumption gets stuck at &lt;STRONG&gt;2.99 mA&lt;/STRONG&gt; for a while before eventually dropping to &lt;STRONG&gt;0.70 mA&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;It seems that the KW45 is unable to enter low-power mode consistently during scanning.&lt;/P&gt;&lt;P&gt;Notably, this issue only began after porting our code to the &lt;STRONG&gt;SDK_2.x_KW45b41z83xxxA_2.12.7&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Previously, under the older SDK version (2.12.2), the current consumption was working as expected.&lt;/P&gt;&lt;P&gt;Could you please help us identify the root cause of the unexpected &lt;STRONG&gt;2.99 mA&lt;/STRONG&gt; current consumption?&lt;/P&gt;&lt;P&gt;Any insights or suggestions for debugging this issue would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="KW45" id="KW45"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;LI-PRODUCT title="BLE-NFC" id="BLE-NFC"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shivam&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2007077#M19337</guid>
      <dc:creator>sshrivastava_2121</dc:creator>
      <dc:date>2024-12-04T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Current Consumption Issue with KW45 After SDK Update</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2008418#M19344</link>
      <description>&lt;P&gt;Hello Shivam,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope you are doing well. Could you please help us confirm if this issue is also present on our EVK?&lt;/P&gt;
&lt;P&gt;Have you tried with latest SDK version? (2.16.100)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What SDK example are you taking as a base? What other modifications did you implement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ricardo&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 17:34:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2008418#M19344</guid>
      <dc:creator>Ricardo_Zamora</dc:creator>
      <dc:date>2024-12-05T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Current Consumption Issue with KW45 After SDK Update</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2015281#M19378</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184557"&gt;@Ricardo_Zamora&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the your reply, updating the sdk to version&amp;nbsp;&lt;SPAN&gt;2.16.100&lt;/SPAN&gt; solves the power consumption issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shivam&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2024 12:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Current-Consumption-Issue-with-KW45-After-SDK-Update/m-p/2015281#M19378</guid>
      <dc:creator>sshrivastava_2121</dc:creator>
      <dc:date>2024-12-17T12:02:59Z</dc:date>
    </item>
  </channel>
</rss>

