<?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: i.MXRT1166: Disable WFI Power Saving During Debugging in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659898#M25286</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;does that mean, that there is no possibility to prevent the processor from entering low power mode when a WFI is executed? I think every processor I have seen in the past had such a feature.&lt;/P&gt;&lt;P&gt;I agree that in a lot of cases it will work to just disable low power modes. But not in all cases - and the ones where it doesn't work are the tricky ones.&lt;/P&gt;&lt;P&gt;In my current case, the WFI is in the idle task of an operating system. The system is an open source project. They won't accept a patch that disables that WFI based on some obscure debug define. So I have to maintain that patch locally. That means I have to add the patch, rebuild the system, rebuild the applications that link against the system and so on. I expect that I have to explain that process to every colleague who is working with the software. It's possible but not very convenient.&lt;/P&gt;&lt;P&gt;An example where it won't work to patch the software: In the past I had a problem more than once that either due to a stack overflow or due to a bad pointer, some memory at a random location has been overwritten. As soon as I changed only a single instruction of the code, the bug vanished because the memory layout changed. For these cases, I can't add a #ifdef somewhere to chase the bug.&lt;/P&gt;&lt;P&gt;In other cases, I debugged binaries from customers. I didn't have sources for these. Being able to disable low power modes using a debugger (by setting some register after the application has initialized the register) is crucial. I'm working on a software that later will be included in customer applications. So that case isn't unlikely.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2023 11:30:31 GMT</pubDate>
    <dc:creator>christian_mauderer</dc:creator>
    <dc:date>2023-05-30T11:30:31Z</dc:date>
    <item>
      <title>i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659537#M25270</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to debug an application on an i.MXRT1166. The application has a WFI instruction in the idle loop. As soon as that is reached, my debugger (Lauterbach Trace32) tells me that the core has been powered down.&lt;/P&gt;&lt;P&gt;For the i.MXRT1050, it was possible to disable that behavior by setting the LPM in CCM-&amp;gt;CLPCR to 0 (remain in run mode). That allowed to debug an application without or with minimal changes.&lt;/P&gt;&lt;P&gt;I didn't yet find something similar for the i.MXRT1160/i.MXRT1170 family. How can I keep the core awake for debugging during an WFI instruction on these chips?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian Mauderer&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 06:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659537#M25270</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-30T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659617#M25273</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Thank you for your interest in the NXP MIMXRT product, I would like to provide service for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Do you really need the low power mode during debug? In fact, in the low power mode, the JTAG/SWD interface will be powered down, that's why you lost the debug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If you want to debug the normal code, I suggest you comment the low power function at first, after all the normal code function works with the debugger, then you can add the low power function again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;This is also the method we are always doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Wish it helps you!&lt;/P&gt;
&lt;P&gt;If you still have questions about it, please kindly let me know.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 07:40:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659617#M25273</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-30T07:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659625#M25274</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the quick response. You are right, that commenting power save functions is one possibility. But it means that I have to debug modified code. At the current development state it's annoying because I have to remember to patch the code for debugging and remove the patch for production. It still works but usually I prefer if I can debug unmodified code because it is easy to forget adding / removing the modification.&lt;/P&gt;&lt;P&gt;Beneath that: In my experience, I sooner or later will have a binary from a production version that I have to debug and where I can't rebuild the code because otherwise the problem vanishes. In these cases, I just can't avoid the low power modes by modifying the code.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 07:48:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659625#M25274</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-30T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659840#M25283</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Lower power mode will power down the JTAG, so can't debug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;To the code patch, I think you can use:&lt;/P&gt;
&lt;P&gt;#ifdef xxxx,&lt;/P&gt;
&lt;P&gt;Then just when XXX is defined, then do the debug, otherwise, add the low power back.&lt;/P&gt;
&lt;P&gt;This won't make any issues.&lt;/P&gt;
&lt;P&gt;Just a test method.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 10:26:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659840#M25283</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-30T10:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659898#M25286</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;does that mean, that there is no possibility to prevent the processor from entering low power mode when a WFI is executed? I think every processor I have seen in the past had such a feature.&lt;/P&gt;&lt;P&gt;I agree that in a lot of cases it will work to just disable low power modes. But not in all cases - and the ones where it doesn't work are the tricky ones.&lt;/P&gt;&lt;P&gt;In my current case, the WFI is in the idle task of an operating system. The system is an open source project. They won't accept a patch that disables that WFI based on some obscure debug define. So I have to maintain that patch locally. That means I have to add the patch, rebuild the system, rebuild the applications that link against the system and so on. I expect that I have to explain that process to every colleague who is working with the software. It's possible but not very convenient.&lt;/P&gt;&lt;P&gt;An example where it won't work to patch the software: In the past I had a problem more than once that either due to a stack overflow or due to a bad pointer, some memory at a random location has been overwritten. As soon as I changed only a single instruction of the code, the bug vanished because the memory layout changed. For these cases, I can't add a #ifdef somewhere to chase the bug.&lt;/P&gt;&lt;P&gt;In other cases, I debugged binaries from customers. I didn't have sources for these. Being able to disable low power modes using a debugger (by setting some register after the application has initialized the register) is crucial. I'm working on a software that later will be included in customer applications. So that case isn't unlikely.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2023 11:30:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1659898#M25286</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-30T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660321#M25292</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Yes, you are right, in fact, to the debug function in the low power mode, all the ARM related chip is similart.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please check this post, whether it is useful to you:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuoneclipse.com/2019/01/02/regaining-debug-access-of-nxp-i-mx-rt1064-evk-executing-wfi/" target="_blank"&gt;https://mcuoneclipse.com/2019/01/02/regaining-debug-access-of-nxp-i-mx-rt1064-evk-executing-wfi/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Or you can run the code, and use the attach function to debug it, this post:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/LPC-Microcontrollers/Debug-in-WFI-mode/td-p/673763" target="_blank"&gt;https://community.nxp.com/t5/LPC-Microcontrollers/Debug-in-WFI-mode/td-p/673763&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; My own experience, except comment the low power to debug, I can use printf instead of the real debug to print the information which I want to check, then at last, delete the print code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 02:26:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660321#M25292</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-31T02:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660424#M25296</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the links. The blog post (first link) you mentioned handles the i.MXRT1064. It describes the problem that it's difficult to access and re-flash the system as soon as an application executes a WFI. You need the right timing for that so that the debugger is connected before the WFI is executed. Also loading a new application if the current one goes into WFI can be tricky too, it's not my primary problem at the moment.&lt;/P&gt;&lt;P&gt;The blog post also mentions calling &lt;EM&gt;CLOCK_SetMode(kCLOCK_ModeRun);&lt;/EM&gt; which is basically the method I described for the i.MXRT1050 in my opening post. For the i.MXRT1050 I either added that line to my code or used the debugger to set the register, depending on the situation.&lt;/P&gt;&lt;P&gt;Basically I'm searching for something like that only for the i.MXRT11xx. The whole power and clock part has been reworked in that family and I haven't yet found a register to prevent the core from sleeping (like the run mode in the i.MXRT10xx). I really assume that I just haven't found it yet - the clock/power part in the manual is a few hundred pages.&lt;/P&gt;&lt;P&gt;The second link (the community post) basically tells me that debugging in low power mode doesn't work. That's why I want to get rid of the mode during a debug session. It's really annoying, if the debugger suddenly tells "core power down" and can't even set a breakpoint any more. If the system is in idle, it's usually not long enough awake that the debugger can connect during that time.&lt;/P&gt;&lt;P&gt;Printf / printk debugging would be a very poor substitution for a real debugger. And for some of the problems in my earlier posts it wouldn't work.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 05:43:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660424#M25296</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-31T05:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660460#M25298</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Thanks for your effort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;You can consider, in the low power mode, the debugger function is not supported!&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; So, you really need to find some other workaround to accept. Or debug before entering low power, or use some log to check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Thanks a lot for your understanding.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 06:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660460#M25298</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-31T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660468#M25299</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;do I understand that correctly that there is officially no method to disable the low power modes when a WFI is executed? That would be a big disadvantage of that processor family.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 06:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660468#M25299</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-31T06:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660533#M25302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I already help you check with our internal low power expert.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; No other way to debug in the low power mode. This is the chip feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Or you can use the wait mode to test, as the wait still have clock and power.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wish it helps you!&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660533#M25302</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-31T07:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660541#M25303</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thanks for the response. I understand that I can't debug in low power mode.&lt;/P&gt;&lt;P&gt;That's why I wanted to know whether there is a method to disable low power mode like in the i.MXRT10xx family (basically I asked that in my first question already).&lt;/P&gt;&lt;P&gt;I think I have a problem understanding your last answer (sorry, I'm not a native speaker), so sorry that I have to ask again: You say&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Or you can use the wait mode to test, as the wait still have clock and power.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Do you mean one of the methods that need modifying the code that we already discussed or is that something different that I missed in an earlier response?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:41:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660541#M25303</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-31T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660552#M25305</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/170033"&gt;@christian_mauderer&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; If your low power is entered, you just need to wait the wakeup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Or you comment the low power code to stop the low power entry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; But, seems you can't accept the code modification, even have some way to stop the low power entry, you still can't accept the code modification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; In fact, the RT project is not big, I think just comment the low power API calling is very simple, and won't meet any issues if you remember to modify it back.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 07:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660552#M25305</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2023-05-31T07:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MXRT1166: Disable WFI Power Saving During Debugging</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660591#M25307</link>
      <description>&lt;P&gt;Thanks for the clarification. I just was not sure about that last comment.&lt;/P&gt;&lt;P&gt;That more or less answers my question: There is no possibility to disable the power down mode when a WFI instruction is in the code. From my point of view, that's a sever limitation of that processor family.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 08:06:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/i-MXRT1166-Disable-WFI-Power-Saving-During-Debugging/m-p/1660591#M25307</guid>
      <dc:creator>christian_mauderer</dc:creator>
      <dc:date>2023-05-31T08:06:46Z</dc:date>
    </item>
  </channel>
</rss>

