<?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: s32k144 can wakeup in S32K</title>
    <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649118#M22845</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I tested can wake up when the chip was in STOP mode.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 05:28:13 GMT</pubDate>
    <dc:creator>yu1</dc:creator>
    <dc:date>2023-05-12T05:28:13Z</dc:date>
    <item>
      <title>s32k144 can wakeup</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649067#M22839</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;When I tested the sleep wake up of s32k144 chip, I could wake up the chip by using the serial port in stop mode, but failed to wake up the chip by using can0.&lt;/SPAN&gt;&lt;SPAN class=""&gt; I have enabled can0's pretended networking mode. What other configuration operations do I need before sleep?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 02:45:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649067#M22839</guid>
      <dc:creator>yu1</dc:creator>
      <dc:date>2023-05-12T02:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 can wakeup</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649085#M22842</link>
      <description>&lt;P&gt;&lt;A href="mailto:Hi@yu1" target="_blank"&gt;Hi@yu1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;which low power you're testing? you can see PNET supported in STOP mode only.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Senlent_0-1683862536763.png" style="width: 585px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/222862i29C04A2E5EC153C0/image-dimensions/585x211?v=v2" width="585" height="211" role="button" title="Senlent_0-1683862536763.png" alt="Senlent_0-1683862536763.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if you want to wake up from VLPS mode by Flexcan, you can refer to this post:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K1xx-SDK-FlexCAN-sample-projects-to-demonstrate-its-basic-and/ta-p/1172891" target="_self"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/S32K1xx-SDK-FlexCAN-sample-projects-to-demonstrate-its-basic-and/ta-p/1172891&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;EM&gt;6. Provided the sample codes of how to configure FlexCAN as the VLPS low-power mode wakeup source, RXD of FlexCAN0 is configured as GPIO IRQ interrupt with falling edge trigger before entering VLPS mode, and after wakeup, re-configure it back to RXD function.&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 03:44:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649085#M22842</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-05-12T03:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 can wakeup</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649118#M22845</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I tested can wake up when the chip was in STOP mode.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 05:28:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649118#M22845</guid>
      <dc:creator>yu1</dc:creator>
      <dc:date>2023-05-12T05:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 can wakeup</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649126#M22846</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;The problem I have now is: &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;1. When the chip is in STOP mode, I cannot wake up through CAN0.&lt;/SPAN&gt;&lt;SPAN class=""&gt; I configured PNET mode and the value of [PNET_EN] in the MCR register is 1.&lt;/SPAN&gt;&lt;SPAN class=""&gt; I would like to know if I need to configure CAN before entering sleep mode. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;2. When entering hibernation mode, will CAN itself change into PNET mode, or do I need to perform some operations to realize it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Below is my configuration of PNET:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yu1_0-1683871113822.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/222868iC5425342945A82FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yu1_0-1683871113822.png" alt="yu1_0-1683871113822.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would also like to ask how the timeout value in the figure is calculated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 06:02:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649126#M22846</guid>
      <dc:creator>yu1</dc:creator>
      <dc:date>2023-05-12T06:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: s32k144 can wakeup</title>
      <link>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649128#M22847</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN-Pretended-Networking-STOP-mode-test/ta-p/1101224" target="_blank"&gt;https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K144-FlexCAN-Pretended-Networking-STOP-mode-test/ta-p/1101224&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 06:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/s32k144-can-wakeup/m-p/1649128#M22847</guid>
      <dc:creator>Senlent</dc:creator>
      <dc:date>2023-05-12T06:06:41Z</dc:date>
    </item>
  </channel>
</rss>

