<?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>MCX MicrocontrollersのトピックRe: SPC input to WUU not waking device</title>
    <link>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2400269#M5729</link>
    <description>&lt;P&gt;I think it may be working, but there's a large difference in the response between active and power-down mode.&amp;nbsp; In active mode, the SPC interrupt will respond more quickly and go off repeatedly, but from power-down mode, it takes much longer to trigger the interrupt and it only triggers once.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2026 22:33:11 GMT</pubDate>
    <dc:creator>robert_hines</dc:creator>
    <dc:date>2026-07-29T22:33:11Z</dc:date>
    <item>
      <title>SPC input to WUU not waking device</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2399744#M5676</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[Working with MCXN947]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I have voltage detect interrupts enabled (resets disabled) in SPC in both low-power and active modes (resets disabled, bandgaps enabled).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SPC0-&amp;gt;ACTIVE_CFG:&amp;nbsp; 3f101615&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SPC0-&amp;gt;LP_CFG:&amp;nbsp; &amp;nbsp; &amp;nbsp; 3f221515&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SPC0-&amp;gt;VD_IO_CFG:&amp;nbsp; &amp;nbsp;0000000a&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SPC0-&amp;gt;VD_SYS_CFG:&amp;nbsp; 0000000a&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SPC0-&amp;gt;VD_CORE_CFG: 0000000a&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I've enabled SPC as a wake-up source in the WUU (WUU-&amp;gt;ME bit is set).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;The SPC interrupt works in active mode, but not in power-down mode, i.e. the processor doesn't wake to handle the SPC interrupt.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 19:35:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2399744#M5676</guid>
      <dc:creator>robert_hines</dc:creator>
      <dc:date>2026-07-28T19:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: SPC input to WUU not waking device</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2400269#M5729</link>
      <description>&lt;P&gt;I think it may be working, but there's a large difference in the response between active and power-down mode.&amp;nbsp; In active mode, the SPC interrupt will respond more quickly and go off repeatedly, but from power-down mode, it takes much longer to trigger the interrupt and it only triggers once.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2026 22:33:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2400269#M5729</guid>
      <dc:creator>robert_hines</dc:creator>
      <dc:date>2026-07-29T22:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: SPC input to WUU not waking device</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2400387#M5733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/260376"&gt;@robert_hines&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;The wake-up latency from Power-down mode is expected to be longer than the interrupt response time in Active mode. In Power-down mode, most of the MCU is in a static state. One of the trade-offs of entering a deeper low-power mode is the increased latency when entering and exiting that mode.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Regarding the issue where the interrupt only occurs once, I suspect there may be an issue in the application code handling. Could you please refer to the power_mode_switch example included in the SDK and compare the implementation with your code?&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If the issue still persists, please provide a simple project that can reproduce the problem on the FRDM-MCXN947 board. I will be happy to investigate it further.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 30 Jul 2026 08:17:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2400387#M5733</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2026-07-30T08:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: SPC input to WUU not waking device</title>
      <link>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2401568#M5744</link>
      <description>&lt;P&gt;The context is:&lt;/P&gt;&lt;P&gt;- FreeRTOS port&lt;/P&gt;&lt;P&gt;- Going into power-down mode with&amp;nbsp;PM_EnterLowPower(&amp;lt;some amount of time&amp;gt;) using a low-power timer.&lt;/P&gt;&lt;P&gt;- IRQHandlers use&amp;nbsp;setFromISR() and&amp;nbsp;portYIELD_FROM_ISR()&lt;/P&gt;&lt;P&gt;- a high-priority task is waiting for the event bits set from ISR,&amp;nbsp;xEventGroupWaitBits()&lt;/P&gt;&lt;P&gt;- some interrupts are routed through the WUU so that they are available in powerdown mode, including some external pins (seem to work fine) and some internal modules (VBAT, LPTMR, TDET, SPC) that seem to work fine, with the exception of SPC being slow/unresponsive.&lt;/P&gt;&lt;P&gt;- The SPC interrupt is disabled in the IRQHandler and re-enabled after being processed in the high-priority task that is waiting for event bits to be set.&amp;nbsp; This waiting task also calls&amp;nbsp;PM_EnterLowPower() again after processing event bits.&lt;/P&gt;&lt;P&gt;The "problem" is that the SPC interrupt doesn't respond like the others.&amp;nbsp; When it does wake up the processor, it goes back to sleep and doesn't trigger again.&amp;nbsp; When it goes off in active mode, it does keep firing (PM_EnterLowPower() can't put the processor back into powerdown mode).&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2026 22:14:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCX-Microcontrollers/SPC-input-to-WUU-not-waking-device/m-p/2401568#M5744</guid>
      <dc:creator>robert_hines</dc:creator>
      <dc:date>2026-08-03T22:14:30Z</dc:date>
    </item>
  </channel>
</rss>

