<?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: Couldnot see the identifier field and data present during LIN transmission in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Couldnot-see-the-identifier-field-and-data-present-during-LIN/m-p/736264#M44960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jananisubraveti,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't what the data and ID you are sending to the LIN slave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Actually, in the master publish mode, break filed+sync field+ID+ datas+checksum, all the data are sent by the LIN master.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In the master subscriber mode,&amp;nbsp; break filed+sync field+ID is sent by the master, the data and check sum is sent by the slave.&lt;/P&gt;&lt;P&gt;&amp;nbsp; The LIN frame just like this picture:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &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/20420i6F80758827F6D750/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;&amp;nbsp; You can refer to my post about the LIN slave understand the frame:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334444"&gt;KL series LIN slave simply usage sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From your picture, It seems your master configuration still have problem, I don't know what the data mode your master have sent.&lt;/P&gt;&lt;P&gt;My post also use the CANUSB to send the LIN frame, you can see my send data, and the oscilloscope wave, it is correct. You also can send the publish frame:&lt;/P&gt;&lt;P&gt;Break field+sync filed(0X55)+0X2D(Protected ID 0xEC) +0X01(data0)+0x02(data2)+0x03(data3)+0x4c(checksum)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20163i278A58E9634E8793/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&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/20293i81B22F8210DCD6E9/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;So, now, I think if you can't find the ID from the LIN bus, the problem is caused by your master, you need to check your master configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2018 06:11:23 GMT</pubDate>
    <dc:creator>kerryzhou</dc:creator>
    <dc:date>2018-01-22T06:11:23Z</dc:date>
    <item>
      <title>Couldnot see the identifier field and data present during LIN transmission</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Couldnot-see-the-identifier-field-and-data-present-during-LIN/m-p/736263#M44959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing LIN transmission between CANUSB&amp;nbsp; as master and KEA64 which is slave. I debugged the UART connecting it to CRO for watching the LIN transmission. Though the identifier field is not empty, I could not see the identifier and also data transmitted from master to slave and also how can i send the data from slave to master in return? What does the following pictures meant and these are the measured ones on CRO. &lt;SPAN style="font-size: 11.0pt;"&gt;. Rx is the UART bus listening to both master and slave. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2018 15:54:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Couldnot-see-the-identifier-field-and-data-present-during-LIN/m-p/736263#M44959</guid>
      <dc:creator>jananisubraveti</dc:creator>
      <dc:date>2018-01-19T15:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Couldnot see the identifier field and data present during LIN transmission</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Couldnot-see-the-identifier-field-and-data-present-during-LIN/m-p/736264#M44960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jananisubraveti,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I don't what the data and ID you are sending to the LIN slave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Actually, in the master publish mode, break filed+sync field+ID+ datas+checksum, all the data are sent by the LIN master.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In the master subscriber mode,&amp;nbsp; break filed+sync field+ID is sent by the master, the data and check sum is sent by the slave.&lt;/P&gt;&lt;P&gt;&amp;nbsp; The LIN frame just like this picture:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &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/20420i6F80758827F6D750/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;&amp;nbsp; You can refer to my post about the LIN slave understand the frame:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334444"&gt;KL series LIN slave simply usage sharing&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From your picture, It seems your master configuration still have problem, I don't know what the data mode your master have sent.&lt;/P&gt;&lt;P&gt;My post also use the CANUSB to send the LIN frame, you can see my send data, and the oscilloscope wave, it is correct. You also can send the publish frame:&lt;/P&gt;&lt;P&gt;Break field+sync filed(0X55)+0X2D(Protected ID 0xEC) +0X01(data0)+0x02(data2)+0x03(data3)+0x4c(checksum)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20163i278A58E9634E8793/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&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/20293i81B22F8210DCD6E9/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;So, now, I think if you can't find the ID from the LIN bus, the problem is caused by your master, you need to check your master configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Kerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2018 06:11:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Couldnot-see-the-identifier-field-and-data-present-during-LIN/m-p/736264#M44960</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2018-01-22T06:11:23Z</dc:date>
    </item>
  </channel>
</rss>

