<?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>i.MX ProcessorsのトピックCannot wakeup from SNVS mode</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363383#M182269</link>
    <description>&lt;P&gt;Hi, I'm using SLN-LOCAL2-IOT development kit (i.MXRT106S). My use case is to make the CPU sleep and wake upon receiving signals at WAKEUP pin. I think the system is going to SNVS mode after the following code snippet.&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/160618iFA275B1CB2A14BA1/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;But when i gave a low signal at WAKEUP pin (GPIO5 0 pin), it's not waking up.&lt;/P&gt;&lt;P&gt;I tried changing some lines of pin_mux.c too&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/160619i9EA21970E17C7B72/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;But still there's no change in the situation. Is there any other configuration we should change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Oct 2021 15:16:45 GMT</pubDate>
    <dc:creator>dashdwan</dc:creator>
    <dc:date>2021-10-28T15:16:45Z</dc:date>
    <item>
      <title>Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363383#M182269</link>
      <description>&lt;P&gt;Hi, I'm using SLN-LOCAL2-IOT development kit (i.MXRT106S). My use case is to make the CPU sleep and wake upon receiving signals at WAKEUP pin. I think the system is going to SNVS mode after the following code snippet.&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/160618iFA275B1CB2A14BA1/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;But when i gave a low signal at WAKEUP pin (GPIO5 0 pin), it's not waking up.&lt;/P&gt;&lt;P&gt;I tried changing some lines of pin_mux.c too&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/160619i9EA21970E17C7B72/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;But still there's no change in the situation. Is there any other configuration we should change?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 15:16:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363383#M182269</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-10-28T15:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363544#M182290</link>
      <description>&lt;P&gt;Hi Ashwanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in snvs mode all power supplies are turned off except SNVS according to&lt;/P&gt;
&lt;P&gt;Table 13. Low power mode current and power consumption&amp;nbsp; &lt;A id="relatedDocsClick_1" href="https://www.nxp.com/docs/en/nxp/data-sheets/IMXRT1060CEC.pdf" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;i.MX RT1060 Crossover MCUs for Consumer Products&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;so wake can be possible only with pins powered by SNVS power domain, like "ONOFF"&amp;nbsp; as described in&lt;/P&gt;
&lt;P&gt;Table 83. 10 x 10 mm functional contact assignments Column "Power Group".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 01:38:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363544#M182290</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-29T01:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363636#M182300</link>
      <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thanks for responding. I understand that&amp;nbsp;wake can be possible only with pins powered by SNVS power domain. The pin which i'm currently using as wake pin is described below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-10-29 10-13-35.png" style="width: 708px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160663i53D855F39E568E1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-10-29 10-13-35.png" alt="Screenshot from 2021-10-29 10-13-35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Few seconds after the device shift to SNVS mode, i gave a low signal to the Test Point of this pin, but still it does not wake up.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 04:56:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363636#M182300</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-10-29T04:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363697#M182307</link>
      <description>&lt;P&gt;&amp;gt;The pin which i'm currently using as wake pin is described below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one can try to configure pad WAKE as NMI (ALT7)&lt;/P&gt;
&lt;P&gt;(sect.11.5.1 SW_MUX_CTL_PAD_WAKEUP SW MUX Control Register&lt;BR /&gt;(IOMUXC_SNVS_SW_MUX_CTL_PAD_WAKEUP),&lt;/P&gt;
&lt;P&gt;sect.11.7.342 NMI_GLUE_NMI_SELECT_INPUT DAISY Register&lt;BR /&gt;(IOMUXC_NMI_SELECT_INPUT)&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;Also one can check if SNVS is powered, test with ONOFF.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 06:55:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363697#M182307</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-29T06:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363948#M182334</link>
      <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thanks for your inputs. I have configured those 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-29 18-57-22.png" style="width: 736px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/160725iD7187BAA622CACD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2021-10-29 18-57-22.png" alt="Screenshot from 2021-10-29 18-57-22.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still the wakeup doesn't happen.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 13:30:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1363948#M182334</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-10-29T13:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364117#M182354</link>
      <description>&lt;P&gt;one can try not with&amp;nbsp;GPIO5, but with&amp;nbsp;configuring pad WAKE as NMI (ALT7),&lt;/P&gt;
&lt;P&gt;as was suggested in last reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 05:05:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364117#M182354</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-10-30T05:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364306#M182382</link>
      <description>&lt;P&gt;Thanks for your response igor and sorry for the delayed response from my side,&lt;/P&gt;&lt;P&gt;I modified the configurations 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/160802iB0E71899932DFB61/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;But still the wakeup operation does not happen.&lt;/P&gt;&lt;P&gt;NOTE: I could not find the macro to alter the&amp;nbsp;IOMUXC_NMI_SELECT_INPUT field descriptions and thus it remains unchanged.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 05:07:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364306#M182382</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-01T05:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364506#M182413</link>
      <description>&lt;P&gt;there is special iMX RT forum, so for SLN-LOCAL2-IOT development kit (i.MXRT106S)&lt;/P&gt;
&lt;P&gt;suggest to post issue there&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/i-MX-RT/bd-p/imxrt" target="_blank" rel="noopener"&gt;https://community.nxp.com/t5/i-MX-RT/bd-p/imxrt&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 13:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364506#M182413</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2021-11-01T13:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot wakeup from SNVS mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364518#M182414</link>
      <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion. I have posted the issue&amp;nbsp;&lt;A href="https://community.nxp.com/t5/i-MX-RT/Cannot-wakeup-from-SNVS-mode-in-SLN-LOCAL2-IOT-development-kit/m-p/1364516#M16956" target="_self"&gt;here.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 10:45:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Cannot-wakeup-from-SNVS-mode/m-p/1364518#M182414</guid>
      <dc:creator>dashdwan</dc:creator>
      <dc:date>2021-11-01T10:45:47Z</dc:date>
    </item>
  </channel>
</rss>

