<?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: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364989#M16969</link>
    <description>&lt;P&gt;I have used the L6 pin (GPIO5) as wakeup pin:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-11-02 14-23-33.png" style="width: 509px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160928iF1A19A928B58ADCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-11-02 14-23-33.png" alt="Screenshot from 2021-11-02 14-23-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing an LED blink function like the code snippet shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;void led_task(void *arg)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;while(1)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_GREEN);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_PURPLE);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_YELLOW);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_WHITE);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_RED);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(5000);&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;SNVS-&amp;gt;LPCR |= SNVS_LPCR_TOP_MASK;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;while(1)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested with this code, the system stops the LED blinking, but doesn't start again after initiating the wakeup.&lt;/P&gt;&lt;P&gt;I hope it's clear.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Nov 2021 09:00:56 GMT</pubDate>
    <dc:creator>dashdwan</dc:creator>
    <dc:date>2021-11-02T09:00:56Z</dc:date>
    <item>
      <title>Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364516#M16956</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have already posted the same issue&amp;nbsp;&lt;A title="Cannot wakeup from  SNVS mode" href="https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364117" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&amp;nbsp;which was advised to post in this community.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have have been modifying the source code since last week and yet the wakeup pin doesn't seems working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-10-28 20-25-20.png" style="width: 368px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160837iBA2443C78D346C98/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-10-28 20-25-20.png" alt="Screenshot from 2021-10-28 20-25-20.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is how the Low power mode was entered.&lt;/P&gt;&lt;P&gt;I had also tried configuring the WAKEUP pin as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-10-28 20-21-45.png" style="width: 610px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160838i41294C827B32C3E2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-10-28 20-21-45.png" alt="Screenshot from 2021-10-28 20-21-45.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This did not worked!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I was advised to set WAKEUP as NMI. I changed it as:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-11-01 10-29-03.png" style="width: 787px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160839i425C8E58C8C85E31/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-11-01 10-29-03.png" alt="Screenshot from 2021-11-01 10-29-03.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Yet, I don't see any progress!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help me set the wakeup pin; is there any other configurations i should modify?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 10:43:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364516#M16956</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-01T10:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364877#M16965</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Welcome to the MIMXRT community, I would like to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please note, WAKEUP pin is the special pin, not the GPIO pin. You may mix the pin which can wake up the low power with the WAKEUP pin.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please read this RT1060 low power application note at first:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/application-note/AN12245.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/application-note/AN12245.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_0-1635837630899.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160906iEAF6798AEDC5EE32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_0-1635837630899.png" alt="kerryzhou_0-1635837630899.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kerryzhou_1-1635837646799.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160907i52C2EC85FC47152A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kerryzhou_1-1635837646799.png" alt="kerryzhou_1-1635837646799.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, please check the low power mode you want to use, if you use system idle, low power idle, suspend these low power mode, you add the other GPIO for the interrupt, it's OK to wake up the low power.&lt;/P&gt;
&lt;P&gt;But, if you want to use the SNVS, then you just can use the special WAKEUP PIN, GPIO5_IO00, no other GPIO pins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 07:22:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364877#M16965</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-02T07:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364895#M16966</link>
      <description>&lt;P&gt;Hi Kerry,&lt;BR /&gt;Thanks for responding.&lt;/P&gt;&lt;P&gt;I need to use the SNVS mode. As i mentioned in the previous thread, I tried entering the SNVS mode as mentioned in the Application Note (as shown below):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-11-02 12-58-33.png" style="width: 475px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160911iE3ED00E2967EE9E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-11-02 12-58-33.png" alt="Screenshot from 2021-11-02 12-58-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After this when i give a low signal to the WAKEUP pin, it should wake the target right?&lt;/P&gt;&lt;P&gt;But this is not happening in my case. I wanted to know whether there is any additional changes to be made in order to wake up the device from SNVS mode. Could you please help me with that?&lt;/P&gt;&lt;P&gt;Also, feel free to correct me if I have got any of the points wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 07:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364895#M16966</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-02T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364912#M16967</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Tell me which detail pin in the SLN-LOCAL2-IOT hardware you used as the WAKEUP pin, just help you to check it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; BTW, how do you determine the chip is not waked up.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Kerry&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 07:41:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364912#M16967</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-02T07:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364989#M16969</link>
      <description>&lt;P&gt;I have used the L6 pin (GPIO5) as wakeup pin:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-11-02 14-23-33.png" style="width: 509px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160928iF1A19A928B58ADCC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-11-02 14-23-33.png" alt="Screenshot from 2021-11-02 14-23-33.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing an LED blink function like the code snippet shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;void led_task(void *arg)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;while(1)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_GREEN);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_PURPLE);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_YELLOW);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_WHITE);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(3000);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;RGB_LED_SetColor(LED_COLOR_RED);&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;vTaskDelay(5000);&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;SNVS-&amp;gt;LPCR |= SNVS_LPCR_TOP_MASK;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;while(1)&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;{&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#000080"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested with this code, the system stops the LED blinking, but doesn't start again after initiating the wakeup.&lt;/P&gt;&lt;P&gt;I hope it's clear.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 09:00:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364989#M16969</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-02T09:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365051#M16973</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Thanks for your information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Your used referece code checking, you are using the RT1060 SDK code:&lt;/P&gt;
&lt;P&gt;SDK_2_10_1_EVK-MIMXRT1060\boards\evkmimxrt1060\demo_apps\power_mode_switch\rtos&lt;/P&gt;
&lt;P&gt;Right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please confirm it!&lt;/P&gt;
&lt;P&gt;if you are not use the above code, you need to make sure the wakeup pin configuration in the pin_mux.c&lt;/P&gt;
&lt;P&gt;/* GPIO configuration of SD_PWREN on WAKEUP (pin L6) */&lt;BR /&gt;gpio_pin_config_t SD_PWREN_config = {&lt;BR /&gt;.direction = kGPIO_DigitalInput,&lt;BR /&gt;.outputLogic = 0U,&lt;BR /&gt;.interruptMode = kGPIO_IntRisingEdge&lt;BR /&gt;};&lt;BR /&gt;/* Initialize GPIO functionality on WAKEUP (pin L6) */&lt;BR /&gt;GPIO_PinInit(GPIO5, 0U, &amp;amp;SD_PWREN_config);&lt;BR /&gt;/* Enable GPIO pin interrupt on WAKEUP (pin L6) */&lt;BR /&gt;GPIO_PortEnableInterrupts(GPIO5, 1U &amp;lt;&amp;lt; 0U);&lt;/P&gt;
&lt;P&gt;IOMUXC_SetPinMux(IOMUXC_SNVS_WAKEUP_GPIO5_IO00, 0U);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;void APP_WAKEUP_GPT_IRQn_HANDLER(void)&lt;BR /&gt;{&lt;BR /&gt;GPT_ClearStatusFlags(APP_WAKEUP_GPT_BASE, kGPT_OutputCompare1Flag);&lt;BR /&gt;GPT_StopTimer(APP_WAKEUP_GPT_BASE);&lt;BR /&gt;LPM_DisableWakeupSource(APP_WAKEUP_GPT_IRQn);&lt;/P&gt;
&lt;P&gt;xSemaphoreGiveFromISR(s_wakeupSig, NULL);&lt;BR /&gt;portYIELD_FROM_ISR(pdTRUE);&lt;BR /&gt;__DSB();&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Tomorrow, I will help you to test it on my SLN-LOCAL2-IOT board, then give you feedback.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;kerry&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365051#M16973</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-02T10:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365064#M16974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your response. I am using a different SDK right now, so I will try these changes in the pin_mux.c file and get back to you soon.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 10:18:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365064#M16974</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-02T10:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365207#M16980</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the configurations mentioned in the previous post, except this (i guess this function has few more dependencies):&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;void APP_WAKEUP_GPT_IRQn_HANDLER(void)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;GPT_ClearStatusFlags(APP_WAKEUP_GPT_BASE, kGPT_OutputCompare1Flag);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;GPT_StopTimer(APP_WAKEUP_GPT_BASE);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;LPM_DisableWakeupSource(APP_WAKEUP_GPT_IRQn);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;xSemaphoreGiveFromISR(s_wakeupSig, NULL);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;portYIELD_FROM_ISR(pdTRUE);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;__DSB();&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Still i was unable to wake the target.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:27:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365207#M16980</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-02T14:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365674#M16992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Today, I porting one low power SNVS mode, and wake up with the WAKEUP pin(TP1-&amp;gt;GND J7_1) , it works OK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Please use my attached code, you can download the code to the SLN-LOCAL2-IOT board, after POR, the led will blinking blue, then enter SNVS mode, when you use the WAKEUP pin connect to GND, chip reset, the blue led blinking again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Check my video:&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6280086663001w304h540r350" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6280086663001" data-account="6153537070001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6153537070001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6280086663001w304h540r350');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.nxp.com/t5/video/gallerypage/video-id/6280086663001"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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;
&lt;P&gt;-------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Note:&lt;/P&gt;
&lt;P&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;/P&gt;
&lt;P&gt;Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;/P&gt;
&lt;P&gt;-----------------------------------------------------------------------------&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 09:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1365674#M16992</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-03T09:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367109#M17017</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot! This code worked for me. But i have 2 queries on this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I suspect, on waking up, does the program restart from main function itself? It doesn't seem to resume from the same point where it was sent to SNVS mode. What do you think about this?&lt;/LI&gt;&lt;LI&gt;Could you please elaborate what were those changes made by you in the code to get this wake up? I'd just like to know why it wasn't working for me. Is there any functions to be added or any other configuration changes?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 06:04:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367109#M17017</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-05T06:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367288#M17021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Answer your questions:&lt;/P&gt;
&lt;P&gt;1 I suspect, on waking up, does the program restart from main function itself? It doesn't seem to resume from the same point where it was sent to SNVS mode. What do you think about this?&lt;/P&gt;
&lt;P&gt;- Answer:&amp;nbsp; Yes, the SNVS mode wake is the reset boot. It's correct. if you need to resume from the low power enter area, you need to use other low power mode instead of the SNVS mode.&lt;/P&gt;
&lt;P&gt;2 Could you please elaborate what were those changes made by you in the code to get this wake up? I'd just like to know why it wasn't working for me. Is there any functions to be added or any other configuration changes?&lt;/P&gt;
&lt;P&gt;- Answer: In fact, if your low power code configuration is correct, my previous mentioned wakeup code is OK. As the WAKEUP pin will trigger the interrupt to wakeup.&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>Fri, 05 Nov 2021 10:03:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367288#M17021</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-05T10:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367380#M17024</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/60336"&gt;@kerryzhou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more quick query,&lt;/P&gt;&lt;P&gt;Does suspend mode wake also reset boot?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 14:26:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367380#M17024</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-05T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode in SLN-LOCAL2-IOT development kit</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367628#M17026</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192636"&gt;@dashdwan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Sorry for my later reply!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Suspend also reset wakeup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;above suspend, it is the continue wakeup.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press A for enter: Over RUN - System Over Run mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press B for enter: Full RUN - System Full Run mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press C for enter: Low Speed RUN - System Low Speed Run mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press D for enter: Low Power RUN - System Low Power Run mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press E for enter: System Idle - System Wait mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#00FF00"&gt;&lt;EM&gt;Press F for enter: Low Power Idle - Low Power Idle mode&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;Press G for enter: Suspend - Suspend mode&lt;BR /&gt;Press H for enter: SNVS - Shutdown the system&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>Mon, 08 Nov 2021 03:17:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1367628#M17026</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2021-11-08T03:17:55Z</dc:date>
    </item>
  </channel>
</rss>

