<?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: Question about the can wake up the mcu from stop mode in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779517#M15495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does MSCAN module enter Sleep mode?&lt;BR /&gt;The MSCAN wakeup interrupt can only occur if the MSCAN is in sleep mode (SLPRQ = 1 and SLPAK = 1) before entering Stop mode.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;CANCTL0_SLPRQ = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // MSCAN sleep mode request 
while(CANCTL1_SLPAK == 0); // wait for acknowledge of sleep mode&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2018 15:49:16 GMT</pubDate>
    <dc:creator>danielmartynek</dc:creator>
    <dc:date>2018-02-06T15:49:16Z</dc:date>
    <item>
      <title>Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779515#M15493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, DEAR NXP AE team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now i am using the S12ZVC to development project,and the CAN&amp;nbsp;is&amp;nbsp;work well in transmit and receive the can message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I need to S12ZVC enter to the stop mode and the S12ZVC need to wake up by the&amp;nbsp;can message and the KL15(12v) ,I use the HVI pin connect the KL15(12V),and use the hvi(PTL) pin interrupt to wake the mcu from the stop mode is ok .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;But the can message(can wake frame&amp;nbsp;) can wake the mcu.1、For the MSCAN,i set the&amp;nbsp; WUPE=1 in the CANCTL0 register,and enable the WUPIE =1 in the &lt;SPAN&gt;&lt;STRONG style="font-size: large;"&gt;CANRIER&lt;/STRONG&gt;&lt;/SPAN&gt; register, 2、then for the CAN PHY ,i set the WUPE1-0 =10, but when the mcu enter stop mode,it can' wake form the stop mode by the can message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can you help me to solve this promble ,Is there any place I did not notice?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 03:48:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779515#M15493</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2018-02-02T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779516#M15494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some body can help me&amp;nbsp;？thanks！&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 16:46:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779516#M15494</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2018-02-05T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779517#M15495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Does MSCAN module enter Sleep mode?&lt;BR /&gt;The MSCAN wakeup interrupt can only occur if the MSCAN is in sleep mode (SLPRQ = 1 and SLPAK = 1) before entering Stop mode.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;CANCTL0_SLPRQ = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // MSCAN sleep mode request 
while(CANCTL1_SLPAK == 0); // wait for acknowledge of sleep mode&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 15:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779517#M15495</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-06T15:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779518#M15496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel，tanks！now it can wake by the can message。One more question，when i enter the&amp;nbsp; &lt;SPAN class=""&gt;Pseudo Stop Mode (PSTP = 1 and OSCE=1)&lt;/SPAN&gt;&amp;nbsp;，it can wake up。But in the &lt;SPAN class=""&gt;Full Stop Mode (PSTP = 0 or OSCE=0)&lt;/SPAN&gt;&amp;nbsp;，it can’t,why,can you help me .thank you.&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 03:19:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779518#M15496</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2018-02-09T03:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779519#M15497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when the mcu wake up ,is the code is reset to run?i think may in the full stop mode ,the mcu is wake ,but the mcu not run the code in normal, so i think it didn't wake .Is the clk init should reinit or do sometings,the mcu can run normal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 03:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779519#M15497</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2018-02-09T03:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779520#M15498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please measure Bus clock on ECLK (PT7).&lt;/P&gt;&lt;P&gt;ECLKCTL_NECLK = 0;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, you need to enable the external oscillator again and lock PLL.&lt;/P&gt;&lt;P&gt;Otherwise, it is clocked from the internal IRC1M.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 08:29:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779520#M15498</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-13T08:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779521#M15499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sorry&amp;nbsp;for my reply to you late。&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;If i want to consume minimum current in the stop mode&amp;nbsp;，&amp;nbsp;I let&amp;nbsp;S12ZVC enter into the full stop mode，and use the &lt;SPAN style="font-size: small;"&gt;ADC0_stop_current_workaround()&lt;/SPAN&gt;&amp;nbsp;（The ADC high current&amp;nbsp; in the stop mode），&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Is there anything else I should pay attention to?&lt;SPAN&gt;&amp;nbsp; like how&amp;nbsp; to set the IO status or the other things?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2018 06:21:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779521#M15499</guid>
      <dc:creator>zhanhui</dc:creator>
      <dc:date>2018-02-24T06:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Question about the can wake up the mcu from stop mode</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779522#M15500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;There is nothing similar to the ADC problem.&lt;BR /&gt;The IOs maintain the states in the stop mode. So, that’s up to you and your application. &lt;BR /&gt;Make sure none of the pins is floating in the stop mode. &lt;BR /&gt;Please refer to &lt;A href="https://www.nxp.com/docs/en/application-note/AN4867.pdf"&gt;AN4867 Hardware Design Guidelines for S12ZVC&lt;/A&gt;, Section 10 Unused pins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Feb 2018 20:27:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Question-about-the-can-wake-up-the-mcu-from-stop-mode/m-p/779522#M15500</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2018-02-25T20:27:31Z</dc:date>
    </item>
  </channel>
</rss>

