<?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: S32k3x wakeup using CAN receive in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1862343#M35145</link>
    <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;We have gone through the community post, which you have referred.&lt;/P&gt;&lt;P&gt;Do we need to have any wakeup patterns to wake up the MCU ?&lt;/P&gt;&lt;P&gt;Do we have any mechanism not to miss out the first frame ? Is this(Missing First Frame) common across the other MCUs as well ?&lt;/P&gt;&lt;P&gt;Can you suggest any other micro controller which can able to read/store the first message(not to miss any) when wake up ?&lt;/P&gt;&lt;P&gt;Can you refer us to the specific scenario in the given demo code, where we are waking up the MCU ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aadhi&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 12:33:30 GMT</pubDate>
    <dc:creator>aadhi_402</dc:creator>
    <dc:date>2024-05-09T12:33:30Z</dc:date>
    <item>
      <title>S32k3x wakeup using CAN receive</title>
      <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861379#M35105</link>
      <description>&lt;P&gt;Dear NXP Team&lt;/P&gt;&lt;P&gt;MCU-S32K3xx&lt;/P&gt;&lt;P&gt;We are working for a project which needs to run the system in low power mode. So, our system should be in sleep/standby mode most of the time. And MCU needs to wakeup when there is a CAN message detected on the network. We have gone through few of the posts(Also in ref manual) in NXP, and found there is no direct source to wakeup the MCU from CAN. But we can do Multiplexing and using the same pin(PTA6(172 pin package)) for both CAN_RX and WKPU[15]. We also looked into the demo codes provided by NXP, we are trying to understand the demo codes. I don't think we can test this in simulation.&lt;/P&gt;&lt;P&gt;Is there any way to prove this behavior is working i.e we can wakeup MCU from CAN message ? Here we are blocking to go with this NXP S32K3xx MCU. If this cleared we can go with this MCU. Please clarify this. Let us know if i miss any details to provide.&lt;/P&gt;&lt;P&gt;Is there any other ways to wakeup the MCU with CAN message, by using CAN controller or external CAN transceiver.&lt;/P&gt;&lt;P&gt;One more thing, we can able to receive the first message itself and no miss of the first message right.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aadhi&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 10:24:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861379#M35105</guid>
      <dc:creator>aadhi_402</dc:creator>
      <dc:date>2024-05-08T10:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: S32k3x wakeup using CAN receive</title>
      <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861505#M35117</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;Could you please respond ASAP, we need to finalize the micro immediately. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 13:37:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861505#M35117</guid>
      <dc:creator>aadhi_402</dc:creator>
      <dc:date>2024-05-08T13:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: S32k3x wakeup using CAN receive</title>
      <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861808#M35121</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233252"&gt;@aadhi_402&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FlexCAN itself is also not in Standby Power Domain, so you can't use the FlexCAN module directly to wake up the chip. But you can use the WKPU unit and the external pins. Refer to this post:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/S32K3-Wake-up-method/m-p/1500039?profile.language=en" target="_blank" rel="noopener"&gt;Solved: S32K3 Wake up method - NXP Community.&lt;/A&gt;&amp;nbsp;So yes, you can multiplex the pins to wake up the MCU, but it is not possible to simulate the MCU behavior, this needs to be tested with HW.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can use these following examples as reference (S32DS 3.4 RTD 2.0.0):&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/S32K3-Low-Power-Management-AN-and-demos/ta-p/1527724" target="_blank" rel="noopener"&gt;S32K3 Low Power Management AN and demos - NXP Community&lt;/A&gt;. There is a specific case for FlexCAN wake up.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The first CAN frame can't be fully received since there will be some time for the MCU to warm up from standby mode to run mode, so the application needs to ignore this CAN frame.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For the GPIO of S32K3, it can be set to multiple input functions&amp;nbsp;simultaneously while it can be set to 1 output function (writing MSCR) at once. You can refer to the IO table attached to the S32K3's reference manual.&lt;/P&gt;
&lt;P&gt;Also, as a note, if your inquiry is urgent, next time you enter a ticket p&lt;SPAN class="TextRun SCXW81222201 BCX8" data-contrast="none"&gt;&lt;SPAN class="NormalTextRun SCXW81222201 BCX8" data-ccp-parastyle="DoNormal" data-ccp-parastyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;7a7fad4c-2eff-435e-bbf2-66239b5c5211|109&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[469777841,&amp;quot;Times New Roman&amp;quot;,469777844,&amp;quot;Times New Roman&amp;quot;,469769226,&amp;quot;Times New Roman&amp;quot;,268442635,&amp;quot;22&amp;quot;,469775450,&amp;quot;DoNormal&amp;quot;,201340122,&amp;quot;2&amp;quot;,134234082,&amp;quot;true&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;DoNormal&amp;quot;,335572020,&amp;quot;1&amp;quot;,335551500,&amp;quot;0&amp;quot;,335551547,&amp;quot;1033&amp;quot;,335559731,&amp;quot;142&amp;quot;,335559740,&amp;quot;240&amp;quot;,201341983,&amp;quot;0&amp;quot;,335559739,&amp;quot;120&amp;quot;,335551550,&amp;quot;6&amp;quot;,335551620,&amp;quot;6&amp;quot;,469777929,&amp;quot;DoNormal Char&amp;quot;,469778324,&amp;quot;Normal&amp;quot;]}" data-ccp-parastyle-linked-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;7a7fad4c-2eff-435e-bbf2-66239b5c5211|111&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[469775450,&amp;quot;DoNormal Char&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;DoNormalChar&amp;quot;,335572020,&amp;quot;1&amp;quot;,134231262,&amp;quot;true&amp;quot;,469777841,&amp;quot;Times New Roman&amp;quot;,469777844,&amp;quot;Times New Roman&amp;quot;,469769226,&amp;quot;Times New Roman&amp;quot;,335551500,&amp;quot;0&amp;quot;,335551547,&amp;quot;1033&amp;quot;,469777929,&amp;quot;DoNormal&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;lease ensure that you use your company email address when communicating with NXP so that we can prioritize your question accordingly. Thank you for your understanding.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="TextRun SCXW81222201 BCX8" data-contrast="none"&gt;&lt;SPAN class="NormalTextRun SCXW81222201 BCX8" data-ccp-parastyle="DoNormal" data-ccp-parastyle-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;7a7fad4c-2eff-435e-bbf2-66239b5c5211|109&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[469777841,&amp;quot;Times New Roman&amp;quot;,469777844,&amp;quot;Times New Roman&amp;quot;,469769226,&amp;quot;Times New Roman&amp;quot;,268442635,&amp;quot;22&amp;quot;,469775450,&amp;quot;DoNormal&amp;quot;,201340122,&amp;quot;2&amp;quot;,134234082,&amp;quot;true&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;DoNormal&amp;quot;,335572020,&amp;quot;1&amp;quot;,335551500,&amp;quot;0&amp;quot;,335551547,&amp;quot;1033&amp;quot;,335559731,&amp;quot;142&amp;quot;,335559740,&amp;quot;240&amp;quot;,201341983,&amp;quot;0&amp;quot;,335559739,&amp;quot;120&amp;quot;,335551550,&amp;quot;6&amp;quot;,335551620,&amp;quot;6&amp;quot;,469777929,&amp;quot;DoNormal Char&amp;quot;,469778324,&amp;quot;Normal&amp;quot;]}" data-ccp-parastyle-linked-defn="{&amp;quot;ObjectId&amp;quot;:&amp;quot;7a7fad4c-2eff-435e-bbf2-66239b5c5211|111&amp;quot;,&amp;quot;ClassId&amp;quot;:1073872969,&amp;quot;Properties&amp;quot;:[469775450,&amp;quot;DoNormal Char&amp;quot;,201340122,&amp;quot;1&amp;quot;,134233614,&amp;quot;true&amp;quot;,469778129,&amp;quot;DoNormalChar&amp;quot;,335572020,&amp;quot;1&amp;quot;,134231262,&amp;quot;true&amp;quot;,469777841,&amp;quot;Times New Roman&amp;quot;,469777844,&amp;quot;Times New Roman&amp;quot;,469769226,&amp;quot;Times New Roman&amp;quot;,335551500,&amp;quot;0&amp;quot;,335551547,&amp;quot;1033&amp;quot;,469777929,&amp;quot;DoNormal&amp;quot;,469778324,&amp;quot;Default Paragraph Font&amp;quot;]}"&gt;Best regards,&lt;BR /&gt;Julián&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 20:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1861808#M35121</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-05-08T20:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32k3x wakeup using CAN receive</title>
      <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1862343#M35145</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp; Thanks for your reply.&lt;/P&gt;&lt;P&gt;We have gone through the community post, which you have referred.&lt;/P&gt;&lt;P&gt;Do we need to have any wakeup patterns to wake up the MCU ?&lt;/P&gt;&lt;P&gt;Do we have any mechanism not to miss out the first frame ? Is this(Missing First Frame) common across the other MCUs as well ?&lt;/P&gt;&lt;P&gt;Can you suggest any other micro controller which can able to read/store the first message(not to miss any) when wake up ?&lt;/P&gt;&lt;P&gt;Can you refer us to the specific scenario in the given demo code, where we are waking up the MCU ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aadhi&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 12:33:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1862343#M35145</guid>
      <dc:creator>aadhi_402</dc:creator>
      <dc:date>2024-05-09T12:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: S32k3x wakeup using CAN receive</title>
      <link>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1862814#M35182</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233252"&gt;@aadhi_402&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Are you referring to wake up sequences? The pdf attached to the S32K3 Low Power AN describes the required sequences for entering or exiting the different power modes in &lt;STRONG&gt;chapter&amp;nbsp;6&lt;/STRONG&gt;&amp;nbsp;(Power Mode Entry/Exit).&lt;/P&gt;
&lt;P&gt;This first missing frame is common in low power applications. Normally the first message is a wake-up frame or wake-up message/pattern.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The CAN controller will see the NACK and will automatically send the message again. This is known as automatic re-transmission and is a common feature on&amp;nbsp;many CAN Controllers. T&lt;/SPAN&gt;&lt;SPAN&gt;his is behaviour is per CAN standard. If the message is not ACKed from another node it is transmitted repeatedly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you clarify what is meant by "specific scenario"? The example configures the MCU for low power, and waits for the respective signal (GPIO, RTC, etc.) for wakeup (or fast wakeup).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;BR /&gt;Julián&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 20:47:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32k3x-wakeup-using-CAN-receive/m-p/1862814#M35182</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-05-09T20:47:20Z</dc:date>
    </item>
  </channel>
</rss>

