<?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: S32K148 EVB LIN2 issue in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1497774#M7564</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried to use LIN2 with an own hardware. Didn't worked either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 06:14:52 GMT</pubDate>
    <dc:creator>DenisK</dc:creator>
    <dc:date>2022-07-29T06:14:52Z</dc:date>
    <item>
      <title>S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365202#M6632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i am doing some development with LIN on the S32K148 EVB.&lt;/P&gt;&lt;P&gt;EVB is working in master mode and transmits two LIN frames. Slave is sending one LIN frame which is received by master.&lt;/P&gt;&lt;P&gt;The attached model "LIN0_Example" is using LIN0 (PTA3 (LPUART0_TX) | PTA2 (LPUART0_RX)) and working fine.&lt;/P&gt;&lt;P&gt;The attached model "LIN2_Example" is using LIN2 (PTA9 (LPUART2_TX) | PTA8 (LPUART2_RX)) and is exactly the same model. LIN2 is not working here. I don't see any LIN communication.&lt;/P&gt;&lt;P&gt;Could anybody help or has experience with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 14:25:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365202#M6632</guid>
      <dc:creator>DenisK</dc:creator>
      <dc:date>2021-11-02T14:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365335#M6635</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184663"&gt;@DenisK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried both your models, and I was able to see the same messages in both cases.&lt;/P&gt;
&lt;P&gt;Once the board starts running the algorithm, I captured 3 frames:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_0-1635884191087.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/161008iEA175314EA6B079D/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_0-1635884191087.png" alt="mariuslucianand_0-1635884191087.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The first one is the one with the identifier 21&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_1-1635884270203.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/161009iB877423B37505D0A/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_1-1635884270203.png" alt="mariuslucianand_1-1635884270203.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next is 19.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_2-1635884293123.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/161010i2D61FBE1FE82A311/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_2-1635884293123.png" alt="mariuslucianand_2-1635884293123.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And the last one is the request from 20, right?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_3-1635884335658.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/161011iC0A4518375D83895/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_3-1635884335658.png" alt="mariuslucianand_3-1635884335658.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have also attached my mot file, maybe is something from the generated code.&lt;/P&gt;
&lt;P&gt;Also, I've added a simple model, to test the communication between LIN0 and LIN2, the ones on the S32K148 Evaluation Board. To test this model, you have to connect both LIN signals on the evaluation board just like in the picture below. LIN0 sends some data to LIN2 and you shall see a variable incrementing in the FreeMaster project.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mariuslucianand_4-1635884617720.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/161012iF14940DE8C33824E/image-size/large?v=v2&amp;amp;px=999" role="button" title="mariuslucianand_4-1635884617720.png" alt="mariuslucianand_4-1635884617720.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 20:25:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365335#M6635</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2021-11-02T20:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365724#M6642</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;i've tried to run your model with the recommendet connection. But it doesn't work. It seems so, that LIN2 doesn't send any frame.&lt;/P&gt;&lt;P&gt;I've tried with a second same EVB. But nothing changed.&lt;/P&gt;&lt;P&gt;Any further ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 11:24:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1365724#M6642</guid>
      <dc:creator>DenisK</dc:creator>
      <dc:date>2021-11-03T11:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1366861#M6654</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184663"&gt;@DenisK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I would be tempted to ask you if you have powered up the board also with the 12V power supply, but because the LIN0 is working on your side, I think you have already done that.&lt;/P&gt;
&lt;P&gt;Can you please add a picture of your board, both Top and Bottom? I am interested if we have the same board revs or the jumpers have the same settings.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 16:37:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1366861#M6654</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2021-11-04T16:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1368447#M6666</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the EVB which i am using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Nov 2021 09:36:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1368447#M6666</guid>
      <dc:creator>DenisK</dc:creator>
      <dc:date>2021-11-09T09:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1369475#M6674</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184663"&gt;@DenisK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you for sending me the pictures!&lt;/P&gt;
&lt;P&gt;I've noticed that you have the board with the MCU in 176 pins package, while on my side I have one with 144 pins. Let me investigate this and I will reply with a response.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 20:31:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1369475#M6674</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2021-11-10T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1458785#M7314</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was wondering if there was any update on this? It seems there is a problem with using LIN 2 on S32K148 "Rev B" boards. I saw in another &lt;A href="https://community.nxp.com/t5/S32-SDK/S32K148EVB-SDK-LIN-example/m-p/857742#M782" target="_blank" rel="noopener"&gt;post&lt;/A&gt; that there is a hardware problem and that the SPI data Input and Output lines need to be swapped.&lt;/P&gt;&lt;P&gt;I am using the Lin_master/Lin_Slave example for S32K148 boards which uses LIN 2. Please advice.&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:07:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1458785#M7314</guid>
      <dc:creator>Sushi0443</dc:creator>
      <dc:date>2022-05-16T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: S32K148 EVB LIN2 issue</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1497774#M7564</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have tried to use LIN2 with an own hardware. Didn't worked either.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 06:14:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/S32K148-EVB-LIN2-issue/m-p/1497774#M7564</guid>
      <dc:creator>DenisK</dc:creator>
      <dc:date>2022-07-29T06:14:52Z</dc:date>
    </item>
  </channel>
</rss>

