<?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>S12 / MagniV Microcontrollers中的主题 LIN Error - Slave Not Responding for S12ZVL32</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LIN-Error-Slave-Not-Responding-for-S12ZVL32/m-p/1023534#M17043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LIN communication with S12ZVL32 microcontroller and my device is a slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the slave is in sleep mode and master request data then first time getting &lt;STRONG&gt;Error - Slave Not Responding.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From next time getting the output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99635iB843F08B80E1E808/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the output of the sample project and my project also getting the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First time working with LIN and don't know why getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2019 09:22:18 GMT</pubDate>
    <dc:creator>chaitanya_kalyani</dc:creator>
    <dc:date>2019-12-27T09:22:18Z</dc:date>
    <item>
      <title>LIN Error - Slave Not Responding for S12ZVL32</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LIN-Error-Slave-Not-Responding-for-S12ZVL32/m-p/1023534#M17043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using LIN communication with S12ZVL32 microcontroller and my device is a slave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the slave is in sleep mode and master request data then first time getting &lt;STRONG&gt;Error - Slave Not Responding.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From next time getting the output.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_3.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/99635iB843F08B80E1E808/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the output of the sample project and my project also getting the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First time working with LIN and don't know why getting this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2019 09:22:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LIN-Error-Slave-Not-Responding-for-S12ZVL32/m-p/1023534#M17043</guid>
      <dc:creator>chaitanya_kalyani</dc:creator>
      <dc:date>2019-12-27T09:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: LIN Error - Slave Not Responding for S12ZVL32</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LIN-Error-Slave-Not-Responding-for-S12ZVL32/m-p/1023535#M17044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/chaitanya.kalyani@seoyonelec-rnd.in"&gt;chaitanya.kalyani@seoyonelec-rnd.in&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If I understand, the S12ZVL32 MCU is a slave device here.&lt;/P&gt;&lt;P&gt;The LIN PHY can detect a wake-up event on the bus and forward it to the SCI module.&lt;/P&gt;&lt;P&gt;But&amp;nbsp;MCU needs some time to leave the stop mode and if the wake up event is an valid frame, it might not be processed by the slave.&lt;/P&gt;&lt;P&gt;Please take a look at the LIN specification rev.2.2A&amp;nbsp;(Section&amp;nbsp;2.6.2 WAKE UP)&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://assets.vector.com/cms/content/know-how/lin/LIN-Spec_2.2_Rev_A.PDF" title="https://assets.vector.com/cms/content/know-how/lin/LIN-Spec_2.2_Rev_A.PDF"&gt;https://assets.vector.com/cms/content/know-how/lin/LIN-Spec_2.2_Rev_A.PDF&lt;/A&gt;&amp;nbsp;&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>Fri, 03 Jan 2020 13:44:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/LIN-Error-Slave-Not-Responding-for-S12ZVL32/m-p/1023535#M17044</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2020-01-03T13:44:06Z</dc:date>
    </item>
  </channel>
</rss>

