<?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: Wake up S32K1xx from VLPS in S32K</title>
    <link>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973678#M5546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question regarding wakeup of S32K1xx micro controller from STOP1/STOP2 modes. Please correct if I have misunderstood the following:&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI&gt;PNET the only mode to receive messages in STOP1/STOP2 mode.&lt;/LI&gt;&lt;LI&gt;In VLPS mode, CAN/CAN-FD is not functional at all.&lt;/LI&gt;&lt;LI&gt;I am trying to wake up the controller when in STOP1/STOP2 mode using CAN-FD messages.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section &lt;STRONG&gt;&lt;EM&gt;53.5.5 Receive process under Pretended Networking mode of reference manual, &lt;/EM&gt;&lt;/STRONG&gt;it is mentioned that &lt;SPAN style="background: yellow;"&gt;Wakeup functionality is not&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; background: yellow;"&gt;available for messages in CAN FD format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background: yellow; font-size: 12.0pt; "&gt;Does this mean that only method to wake up the controller from DEEPSLEEP modes (STOP1/STOP2) using CAN messages is to use a standard CAN frame format and not use CAN-FD?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If the controller is placed on a CAN-FD network, and has entered STOP1/STOP2 mode, is there any possibility that the CAN-FD message can be used to wake up the controller?&lt;/P&gt;&lt;P&gt;Can we still wakeup the micro controller just by the IDE (considering that the IDE field comes before the bits where it distinguishes between a Standard CAN v/s CAN-FD format)? I am not sure how and where is the receiving data frame handled and rejected upon frame mismatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if we could get your reply in understanding the above questions as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Aug 2019 13:08:09 GMT</pubDate>
    <dc:creator>lgopal</dc:creator>
    <dc:date>2019-08-21T13:08:09Z</dc:date>
    <item>
      <title>Wake up S32K1xx from VLPS</title>
      <link>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973676#M5544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am working on the S32K142EVB-Q100 development kit and wish to find sample code to wake up the controller from VLPS using CAN. Please guide me to the link if there exits one. I downloaded the S32 Design Studio for ARM but I&amp;nbsp;am unable to find it in there.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Aug 2019 17:39:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973676#M5544</guid>
      <dc:creator>lgopal</dc:creator>
      <dc:date>2019-08-09T17:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Wake up S32K1xx from VLPS</title>
      <link>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973677#M5545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/lgopal@sewsus.com"&gt;lgopal@sewsus.com&lt;/A&gt;,&lt;BR /&gt;The FlexCAN module is not a wake-up source from VLPS (7.3.1 Wake-up sources, RM rev.11).&lt;BR /&gt;But PORT interrupts are functional in all digital pin muxing modes including CAN_RX (12.6.1 Pin Control Register n (PORT_PCRn)).&lt;BR /&gt;The SDK power_mode_switch_s32k142 example utilizes port interrupt as a wake-up source from VLPS.&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>Tue, 13 Aug 2019 14:18:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973677#M5545</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-08-13T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Wake up S32K1xx from VLPS</title>
      <link>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973678#M5546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question regarding wakeup of S32K1xx micro controller from STOP1/STOP2 modes. Please correct if I have misunderstood the following:&lt;/P&gt;&lt;OL style="margin-top: 0in;"&gt;&lt;LI&gt;PNET the only mode to receive messages in STOP1/STOP2 mode.&lt;/LI&gt;&lt;LI&gt;In VLPS mode, CAN/CAN-FD is not functional at all.&lt;/LI&gt;&lt;LI&gt;I am trying to wake up the controller when in STOP1/STOP2 mode using CAN-FD messages.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section &lt;STRONG&gt;&lt;EM&gt;53.5.5 Receive process under Pretended Networking mode of reference manual, &lt;/EM&gt;&lt;/STRONG&gt;it is mentioned that &lt;SPAN style="background: yellow;"&gt;Wakeup functionality is not&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; background: yellow;"&gt;available for messages in CAN FD format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background: yellow; font-size: 12.0pt; "&gt;Does this mean that only method to wake up the controller from DEEPSLEEP modes (STOP1/STOP2) using CAN messages is to use a standard CAN frame format and not use CAN-FD?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If the controller is placed on a CAN-FD network, and has entered STOP1/STOP2 mode, is there any possibility that the CAN-FD message can be used to wake up the controller?&lt;/P&gt;&lt;P&gt;Can we still wakeup the micro controller just by the IDE (considering that the IDE field comes before the bits where it distinguishes between a Standard CAN v/s CAN-FD format)? I am not sure how and where is the receiving data frame handled and rejected upon frame mismatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if we could get your reply in understanding the above questions as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 13:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973678#M5546</guid>
      <dc:creator>lgopal</dc:creator>
      <dc:date>2019-08-21T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Wake up S32K1xx from VLPS</title>
      <link>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973679#M5547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The exact mechanism is not specified but the reference manual clearly states that&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="text-decoration: underline;"&gt;Wakeup functionality is not&amp;nbsp;available for messages in CAN FD format. When in Pretended Networking mode, CAN&amp;nbsp;FD format messages are ignored.&lt;/SPAN&gt;" (53.5.5, RM rev.11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2019 10:38:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Wake-up-S32K1xx-from-VLPS/m-p/973679#M5547</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2019-08-26T10:38:40Z</dc:date>
    </item>
  </channel>
</rss>

