<?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: KW41Z Power Manager Demo App not working in Wireless MCU</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086622#M9875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get a hold of a FRDM-KW41Z Rev. C2 board, and I was able to replicate the behavior you're experiencing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will take a closer look at it, and I will provide an update soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2020 20:52:39 GMT</pubDate>
    <dc:creator>Sebastian_Del_Rio</dc:creator>
    <dc:date>2020-07-09T20:52:39Z</dc:date>
    <item>
      <title>KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086615#M9868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently bought a KW41Z development kit and trying to understand the different functionalities I need by going though the demos. Most of them worked flawlessly but &lt;EM&gt;power_manager&lt;/EM&gt; and &lt;EM&gt;power_mode_switch seems no&lt;/EM&gt;t to be fully functional out of the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both starts without troubles and show on my UART or debug console (depending on which options I chose when downloading the demo) a menu to select the desired power mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From option A to E (Run, Wait, Stop, VLPR and VLPH) everything behave as intended (I didn't check the consumption but I think there is no problem) but for all the other modes (VLPS, LLS/LLS3, VLPR0, VLLS1, VLLS2 and VLLS3), be it using LPTMR or SW3 (GPIO) triggers, it seems that it automatically wakes up just after being put to sleep. I looked at the most plausible causes (switching between UART/stock debugging, configuration of the ide...) but nothing seems to make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the exact same procedure described here for dowloading each component and dowloaded the demo the same way it's done for the hybrid (BLE+Thread) demo :&amp;nbsp;&lt;A class="link-titled" href="https://www.nxp.com/document/guide/getting-started-with-frdm-kw41z:NGS-FRDM-KW41Z#title4.3" title="https://www.nxp.com/document/guide/getting-started-with-frdm-kw41z:NGS-FRDM-KW41Z#title4.3"&gt;Getting Started with FRDM-KW41Z | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Others seems to have the same kind of problem (&lt;A href="https://community.nxp.com/thread/531483"&gt;Low power mode with KW41Z&lt;/A&gt;&amp;nbsp;) but he managed to get LSS3 working which was sufficient for him. I need under 10uA most of the time while retaining some core data so it's not enough for me even if I managed to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I make it work ?&lt;/P&gt;&lt;P&gt;Is there some parameters which could induce such behavior ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086615#M9868</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-06-24T14:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086616#M9869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried replicating the issue you're experiencing, and tried setting the device in all of the available power modes using the &lt;STRONG&gt;power_manger&lt;/STRONG&gt; and the &lt;STRONG&gt;power_mode_switch&lt;/STRONG&gt; SDK examples, from SDK versions 2.2.1 and 2.2.2, but did not run into any issues with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried both methods of waking up the device, with the &lt;EM&gt;LPTMR&lt;/EM&gt; and with &lt;EM&gt;SW3&lt;/EM&gt;, and both worked as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Were any changes done to the example code?&lt;/P&gt;&lt;P&gt;Could you please try performing a mass-erase operation on your board and reprogramming the SDK example?&lt;/P&gt;&lt;P&gt;Also, could you please confirm the Jumper Configuration with Chapter 4.2 of the FRDM-KW41Z Board User's Guide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you still have issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 18:40:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086616#M9869</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-06-26T18:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086617#M9870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebatian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer, I use SDK 2.2.1, no changes were done to the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with both boards I received so I will try mass-erase on one but I don't know how to procede, I saw I had to set a register to a certain value but through what am I supposed to modify this register ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm debugging through the usb port, so I left the board as is in this configuration :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114109i86455B4CBBAD715A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I don't have any way currently to add the jumpers in section 4.2 since I'm teleworking and would need to weld some pins to the board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://scontent-cdt1-1.xx.fbcdn.net/v/t1.15752-9/106423141_295947118435594_442489794863120949_n.jpg?_nc_cat=101&amp;amp;_nc_sid=b96e70&amp;amp;_nc_ohc=H8iH9dL12OkAX_xsKVX&amp;amp;_nc_ht=scontent-cdt1-1.xx&amp;amp;oh=6619193a47bb1cfc71ae3c08451bd2a6&amp;amp;oe=5F205259" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 18:10:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086617#M9870</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-06-29T18:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086618#M9871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please try the SDK example in the newer 2.2.2 Version to see if it behaves the same in your board?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, could you please let me know which board revision&amp;nbsp;are you using? It should come on a sticker attached to the underside of the board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 18:04:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086618#M9871</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-01T18:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086619#M9872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the newest SDK 2.2.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/114703iE9B6946A5C1433B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have run into the exact same issues. One thing I noticed too is that the option E (VLPW) behave the same bad way the others do in some occasion but I couldn't figure out if there was a pattern. It's not instantaneous as the others though, and when it does so the device go back in run mode instead of VLPR (same as the others).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using a board with revision C2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2020 10:29:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086619#M9872</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-07-06T10:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086620#M9873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, I have not been able to replicate this issue. Is it possible to try performing a mass erase to your board? Is it possible to test this SDK example using a different board revision?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 22:37:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086620#M9873</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-08T22:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086621#M9874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I erased it using j-flash lite, same problem. I don't have any other boards than the two I received in the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most I can do is a clean reinstall of the MCU/J-link software and SDK, or ask to buy a new kit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care and thank you for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 13:51:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086621#M9874</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-07-09T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086622#M9875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was able to get a hold of a FRDM-KW41Z Rev. C2 board, and I was able to replicate the behavior you're experiencing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We will take a closer look at it, and I will provide an update soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2020 20:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086622#M9875</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-09T20:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086623#M9876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a very good news !&lt;/P&gt;&lt;P&gt;I hope the problem is easy to fix. I will work on the bluetooth part for the moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you are at it, the glucose meter from freertos didn't display any values on the android application while the health termomether did, didn't investigate that further but you may want to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much and have a nice week-end !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2020 10:28:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086623#M9876</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-07-10T10:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086624#M9877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc, I hope you're doing well!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some close examination of the new C2 Rev. FRDM KW41Z board, I was able to determine the cause of the behavior you were reporting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Revision C2 no longer has some of the jumper headers soldered to the board, such as the DCDC configuration jumpers.&lt;/P&gt;&lt;P&gt;Instead, these jumpers come pre-connected to set the board to a Buck Auto-Start DCDC configuration, which doesn't allow the use of some of the VLLSx power modes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To allow the use of these power modes, the DCDC should be configured in bypass mode by physically cutting the default connections on J16, and soldering jumper headers to perform the following connections:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/116110i48CA246F27ADBA64/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More information about these new board configurations can be read in the &lt;A href="https://www.nxp.com/design/development-boards/freedom-development-boards/wireless-connectivy/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z"&gt;FRDM-KW41Z Freedom Development Board User's Guide for Rev. C2 (FRDMKW41ZUGvC2)&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care, best regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2020 18:50:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086624#M9877</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-16T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086625#M9878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay I didn't have the material to do what you suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mounted the jumpers but J16 is the ground so I wasn't able to cut it, can you send me a photo of your board ?&lt;/P&gt;&lt;P&gt;Without J16 cut I have an error :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error in final launch sequence:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Failed to execute MI command:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-target-select remote localhost:2331&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error message from debugger back end:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;localhost:2331: Aucune connexion n\222a pu être établie car l\222ordinateur cible l\222a expressément refusée.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Failed to execute MI command:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;-target-select remote localhost:2331&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error message from debugger back end:&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;localhost:2331: Aucune connexion n\222a pu être établie car l\222ordinateur cible l\222a expressément refusée.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;localhost:2331: Aucune connexion n\222a pu être établie car l\222ordinateur cible l\222a expressément refusée.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Could not connect to target.&lt;BR /&gt; SEGGER J-Link GDB Server V6.62d Command Line Version&lt;BR /&gt; JLinkARM.dll V6.62d (DLL compiled Mar 2 2020 09:22:41)&lt;BR /&gt; Command line: -nosilent -swoport 2332 -select USB=621000000 -telnetport 2333 -singlerun -endian little -noir -speed auto -port 2331 -vd -device MKW41Z512xxx4 -if SWD -halt -reportuseraction&lt;BR /&gt; -----GDB Server start settings-----&lt;BR /&gt; GDBInit file: none&lt;BR /&gt; GDB Server Listening port: 2331&lt;BR /&gt; SWO raw output listening port: 2332&lt;BR /&gt; Terminal I/O port: 2333&lt;BR /&gt; Accept remote connection: localhost only&lt;BR /&gt; Generate logfile: off&lt;BR /&gt; Verify download: on&lt;BR /&gt; Init regs on start: off&lt;BR /&gt; Silent mode: off&lt;BR /&gt; Single run mode: on&lt;BR /&gt; Target connection timeout: 0 ms&lt;BR /&gt; ------J-Link related settings------&lt;BR /&gt; J-Link Host interface: USB&lt;BR /&gt; J-Link script: none&lt;BR /&gt; J-Link settings file: none&lt;BR /&gt; ------Target related settings------&lt;BR /&gt; Target device: MKW41Z512xxx4&lt;BR /&gt; Target interface: SWD&lt;BR /&gt; Target interface speed: auto&lt;BR /&gt; Target endian: little&lt;BR /&gt; Connecting to J-Link...&lt;BR /&gt; $$UserActionStart$$: Terms of use&lt;BR /&gt; $$UserActionEnd$$: Terms of use&lt;BR /&gt; J-Link is connected.&lt;BR /&gt; Device "MKW41Z512XXX4" selected.&lt;BR /&gt; Firmware: J-Link OpenSDA 2 compiled May 6 2016 11:04:17&lt;BR /&gt; Hardware: V1.00&lt;BR /&gt; S/N: 621000000&lt;BR /&gt; Checking target voltage...&lt;BR /&gt; Target voltage: 3.30 V&lt;BR /&gt; Listening on TCP/IP port 2331&lt;BR /&gt; Connecting to target...&lt;BR /&gt; InitTarget()&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; Communication error while accessing MDM-AP.&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; InitTarget()&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; Communication error while accessing MDM-AP.&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; ERROR: InitTarget(): PCode returned with error code -1&lt;BR /&gt; InitTarget()&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; Communication error while accessing MDM-AP.&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; InitTarget()&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; Communication error while accessing MDM-AP.&lt;BR /&gt; Connect Under Reset&lt;BR /&gt; ERROR: InitTarget(): PCode returned with error code -1&lt;BR /&gt; ERROR: Could not connect to target.&lt;BR /&gt; Target connection failed. GDBServer will be closed...Restoring target state and closing J-Link connection...&lt;BR /&gt; Shutting down...&lt;BR /&gt; Could not connect to target.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2020 12:39:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086625#M9878</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-07-24T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086626#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Setting J16 to 1-2 configuration will send the PSWITCH pin of the MCU to GND, indicating Bypass mode to the MCU:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109028i41C1C0DE40B20E7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please also note that jumpers J38 and J39 by default come open, and for Bypass mode to work correctly, should also be shorted/closed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109070i0E041E045071638A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you continue to have issues.&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, 28 Jul 2020 17:09:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086626#M9879</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-07-28T17:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086627#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Bypass mode I'm not able to debug the board, same as described in the precedent comment. However it seems that a mode I used by mistakes is working fine (J38 on, J39 on, J16 5-6 and J17-4). Should I test it or could it damage the board ? It could be that my J16 is reversed explaining why it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 10:04:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086627#M9880</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-08-07T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086628#M9881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Loïc,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do not recommend using other configurations for the DCDC jumpers as they could cause the device to malfunction and could cause damage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please confirm the connections for J16 to ensure a correct DCDC circuit configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any more information.&lt;/P&gt;&lt;P&gt;&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>Wed, 12 Aug 2020 22:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086628#M9881</guid>
      <dc:creator>Sebastian_Del_Rio</dc:creator>
      <dc:date>2020-08-12T22:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: KW41Z Power Manager Demo App not working</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086629#M9882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay but we were able to do proper measurement only this week and it turns out that the J16 connection we thought was entirely cut wasn't. That's solved and the code seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I say seems because when we do the measurements on J18, it stays at around 8mA regardless of the mode displayed by the example code. Is there a problem with my measurement location or is it an anormal behavior ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Loïc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:20:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/KW41Z-Power-Manager-Demo-App-not-working/m-p/1086629#M9882</guid>
      <dc:creator>thibautkoch</dc:creator>
      <dc:date>2020-08-26T14:20:29Z</dc:date>
    </item>
  </channel>
</rss>

