<?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 LIN Driver using UART[0] for S32K311NHT0MLFST in S32K</title>
    <link>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2098688#M48886</link>
    <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;S32K311NHT0MLFST for my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure the UART[0] as a LIN driver. Is there any example code available for the particular controller or a controller from the same family.&lt;/P&gt;&lt;P&gt;FIFO option is supported for this particular controller. So it would be very helpful if i can get some example on how the FIFO will be configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 May 2025 06:55:25 GMT</pubDate>
    <dc:creator>kiran5</dc:creator>
    <dc:date>2025-05-16T06:55:25Z</dc:date>
    <item>
      <title>LIN Driver using UART[0] for S32K311NHT0MLFST</title>
      <link>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2098688#M48886</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;S32K311NHT0MLFST for my project.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am trying to configure the UART[0] as a LIN driver. Is there any example code available for the particular controller or a controller from the same family.&lt;/P&gt;&lt;P&gt;FIFO option is supported for this particular controller. So it would be very helpful if i can get some example on how the FIFO will be configured.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 06:55:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2098688#M48886</guid>
      <dc:creator>kiran5</dc:creator>
      <dc:date>2025-05-16T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: LIN Driver using UART[0] for S32K311NHT0MLFST</title>
      <link>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2098841#M48902</link>
      <description>&lt;P&gt;Hi Kiran,&lt;/P&gt;
&lt;P&gt;We don't have RTD LIN examples for all the S32K3xx derivatives.&lt;/P&gt;
&lt;P&gt;This is RTD 5.0.0:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_0-1747383359479.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338200i57B437939E15D12D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielmartynek_0-1747383359479.png" alt="danielmartynek_0-1747383359479.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But there are LIN Stack examples for S32K311 too, they use the driver.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="danielmartynek_1-1747385043412.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/338206i6B79CD6318A234FD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="danielmartynek_1-1747385043412.png" alt="danielmartynek_1-1747385043412.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The driver does not use the FIFO.&lt;/P&gt;
&lt;P&gt;It would increase the complexity of the driver.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 08:44:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2098841#M48902</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-05-16T08:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: LIN Driver using UART[0] for S32K311NHT0MLFST</title>
      <link>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2103332#M49123</link>
      <description>&lt;P&gt;HI Daniel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the Stack information.&lt;/P&gt;&lt;P&gt;Need some more support regarding Baudrate.&lt;/P&gt;&lt;P&gt;Does this controller support auto baud rate feature for LIN2.0 specification?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 08:09:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2103332#M49123</guid>
      <dc:creator>kiran5</dc:creator>
      <dc:date>2025-05-23T08:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: LIN Driver using UART[0] for S32K311NHT0MLFST</title>
      <link>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2103553#M49138</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211941"&gt;@kiran5&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, the LIN driver support Auto baudrate regardless of the LPUART instance.&lt;/P&gt;
&lt;P&gt;Refer to S32K3_S32M27x LIN_43_LPUART_FLEXIO User Manual that is available in the installation directory of the RTD driver&lt;/P&gt;
&lt;P&gt;Section 3.6.5 Auto-detect baudrate feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 12:29:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/LIN-Driver-using-UART-0-for-S32K311NHT0MLFST/m-p/2103553#M49138</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2025-05-23T12:29:19Z</dc:date>
    </item>
  </channel>
</rss>

