<?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>Model-Based Design Toolbox (MBDT)中的主题 Re: S32K state LIN sleep/wake-up issues</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973490#M3818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/veronica@etergo.com"&gt;veronica@etergo.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this community we handle question regarding MATLAB/Simulink and our toolboxes. Your question is more suitable to the &lt;A _jive_internal="true" href="https://community.nxp.com/community/s32/s32k/content"&gt;S32K community&lt;/A&gt;, so I advise you to ask it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know that the SDK provides&amp;nbsp;both a LIN Stack (the one that you are using) and a LIN driver? For more information you can read the documentation (found in&lt;STRONG&gt; {ROOT_DIR}/doc/Start_here.html&lt;/STRONG&gt;). They also provide examples for both; you can import those examples into S32 Design Studio. They can be found in&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;S32K1xx RTM SDK v3.0.0 (or other version that you are using) -&amp;gt; S32K144 -&amp;gt; demo_apps -&amp;gt; lin_master_s32k144 [&lt;STRONG&gt;LIN stack&lt;/STRONG&gt; example]&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;S32K1xx RTM SDK v3.0.0 (or other version that you are using) -&amp;gt; S32K144 -&amp;gt;&amp;nbsp;driver_examples -&amp;gt; communication -&amp;gt; lin_master_baremetal_s32k144 [&lt;STRONG&gt;LIN driver&amp;nbsp;&lt;/STRONG&gt;example]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Razvan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2019 08:05:20 GMT</pubDate>
    <dc:creator>constantinrazva</dc:creator>
    <dc:date>2019-06-26T08:05:20Z</dc:date>
    <item>
      <title>S32K state LIN sleep/wake-up issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973489#M3817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We are using a S32K board as a LIN master and are having some trouble with the go_to_sleep and wake-up messages. Firstly, when the go to sleep command is issued ( we are using l_ifc_goto_sleep() function from provided SDK), the master LIN node doesn't actually go into&amp;nbsp;LIN_NODE_STATE_SLEEP_MODE as it should. The lin_update_tx service does get triggered, but puts the node directly into IDLE state, instead of sleep. For the sake of testing, I have manually called the set low power mode function; when a slave issues a wake-up call, the interrupt gets triggered on the master, but the node remains in SLEEP state. It seems that while the&amp;nbsp;LIN_LPUART_DRV_CheckWakeupSignal() function is reached, because when the LIN master is in sleep state/low power the polarity of the receive data is false, the actual check if the received signal is a wake-up does not get performed. The LIN slaves in this configuration are from the S12 MagniV microcontrollers family.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 07:13:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973489#M3817</guid>
      <dc:creator>veronica</dc:creator>
      <dc:date>2019-06-26T07:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K state LIN sleep/wake-up issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973490#M3818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/veronica@etergo.com"&gt;veronica@etergo.com&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On this community we handle question regarding MATLAB/Simulink and our toolboxes. Your question is more suitable to the &lt;A _jive_internal="true" href="https://community.nxp.com/community/s32/s32k/content"&gt;S32K community&lt;/A&gt;, so I advise you to ask it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know that the SDK provides&amp;nbsp;both a LIN Stack (the one that you are using) and a LIN driver? For more information you can read the documentation (found in&lt;STRONG&gt; {ROOT_DIR}/doc/Start_here.html&lt;/STRONG&gt;). They also provide examples for both; you can import those examples into S32 Design Studio. They can be found in&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;S32K1xx RTM SDK v3.0.0 (or other version that you are using) -&amp;gt; S32K144 -&amp;gt; demo_apps -&amp;gt; lin_master_s32k144 [&lt;STRONG&gt;LIN stack&lt;/STRONG&gt; example]&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;S32K1xx RTM SDK v3.0.0 (or other version that you are using) -&amp;gt; S32K144 -&amp;gt;&amp;nbsp;driver_examples -&amp;gt; communication -&amp;gt; lin_master_baremetal_s32k144 [&lt;STRONG&gt;LIN driver&amp;nbsp;&lt;/STRONG&gt;example]&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Razvan.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 08:05:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973490#M3818</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2019-06-26T08:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K state LIN sleep/wake-up issues</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973491#M3819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply and hints. I will also post the question in the appropriate forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Veronica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jun 2019 10:31:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K-state-LIN-sleep-wake-up-issues/m-p/973491#M3819</guid>
      <dc:creator>veronica</dc:creator>
      <dc:date>2019-06-27T10:31:07Z</dc:date>
    </item>
  </channel>
</rss>

