<?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: TRK-KEA128 LIN Master H/W Configuration in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687224#M42318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We got the KEA board working with&amp;nbsp;populated R84, R85, R61 and I enabled EN_LIN and WAKE_LIN from software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to port the code to K66 controller. Is there any configuration I have to do in extra than for KEA128?&amp;nbsp;&lt;/P&gt;&lt;P&gt;With K66:&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/23781i6F1F62D6E537CF29/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;With KEA128:&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/23833i0574C35126FBDA60/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jun 2017 14:15:57 GMT</pubDate>
    <dc:creator>madhusandeept</dc:creator>
    <dc:date>2017-06-21T14:15:57Z</dc:date>
    <item>
      <title>TRK-KEA128 LIN Master H/W Configuration</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687222#M42316</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;What's the recommended hardware configuration for getting the TRK-KEA128 to function as a LIN Master?&amp;nbsp; I'm thinking R61 needs to be populated.&amp;nbsp; I'm using example LIN Master code found in KEA128_LIN_Master folder C:\nxp\FSL_LIN_2.x_STACK_Package_4.5.9\Examples\Kinetis\KEA128.&amp;nbsp; I'm not getting LIN Master communications with the board as shipped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, in advance.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/20328i8ADFA36CE5E7AD8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 20:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687222#M42316</guid>
      <dc:creator>ScottKerstein</dc:creator>
      <dc:date>2017-06-14T20:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: TRK-KEA128 LIN Master H/W Configuration</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687223#M42317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Scott Kerstein,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can add the R61, or enable the internal pullup in PTB0 by configuring:&lt;/P&gt;&lt;P&gt;&amp;nbsp; PORT_PUE0 |= 1&amp;lt;&amp;lt;8; // pullup is enabled for port B bit0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Actually, we have test the LIN function between two TRK-KEA128, one is as master, another is as slave.&lt;/P&gt;&lt;P&gt;&amp;nbsp; Master code is:&lt;/P&gt;&lt;P&gt;C:\nxp\FSL_LIN_2.x_STACK_Package_4.5.9\Examples\Kinetis\KEA128\KEA128_LIN_Master&lt;/P&gt;&lt;P&gt;Slave code is:&lt;/P&gt;&lt;P&gt;C:\nxp\FSL_LIN_2.x_STACK_Package_4.5.9\Examples\Kinetis\KEA128\KEA128_LIN_slave&lt;/P&gt;&lt;P&gt;You can use two TRK-KEA128, one is downloaded LIN master, anther is downloaded LIN slave, then test again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any question, just let me know!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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, 19 Jun 2017 05:18:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687223#M42317</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-06-19T05:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: TRK-KEA128 LIN Master H/W Configuration</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687224#M42318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kerry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We got the KEA board working with&amp;nbsp;populated R84, R85, R61 and I enabled EN_LIN and WAKE_LIN from software.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to port the code to K66 controller. Is there any configuration I have to do in extra than for KEA128?&amp;nbsp;&lt;/P&gt;&lt;P&gt;With K66:&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/23781i6F1F62D6E537CF29/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;With KEA128:&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/23833i0574C35126FBDA60/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jun 2017 14:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687224#M42318</guid>
      <dc:creator>madhusandeept</dc:creator>
      <dc:date>2017-06-21T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: TRK-KEA128 LIN Master H/W Configuration</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687225#M42319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sandeep Thota,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; About the K series LIN code, you can refer to this code:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/servlet/JiveServlet/download/419100-1-277824/uart-val-code.7z.zip" title="https://community.nxp.com/servlet/JiveServlet/download/419100-1-277824/uart-val-code.7z.zip"&gt;https://community.nxp.com/servlet/JiveServlet/download/419100-1-277824/uart-val-code.7z.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our AE team provided the UART validation code for your reference, which is for 120MHz part, but should be general across all K serials because UART modules are the same.&lt;/P&gt;&lt;P&gt;You can refer to the above validation code, it includes the LIN code.&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;/P&gt;&lt;P&gt;Kerry&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>Thu, 22 Jun 2017 01:43:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/TRK-KEA128-LIN-Master-H-W-Configuration/m-p/687225#M42319</guid>
      <dc:creator>kerryzhou</dc:creator>
      <dc:date>2017-06-22T01:43:02Z</dc:date>
    </item>
  </channel>
</rss>

