<?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 periodicity [ Cycle Time ] in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Lin-periodicity-Cycle-Time/m-p/1554865#M18955</link>
    <description>&lt;P&gt;Hii, I want to manipulate the time periodicity to send Lin frame on Bus.&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 11:20:05 GMT</pubDate>
    <dc:creator>itsnewforme</dc:creator>
    <dc:date>2022-11-16T11:20:05Z</dc:date>
    <item>
      <title>Lin periodicity [ Cycle Time ]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Lin-periodicity-Cycle-Time/m-p/1554865#M18955</link>
      <description>&lt;P&gt;Hii, I want to manipulate the time periodicity to send Lin frame on Bus.&lt;/P&gt;&lt;P&gt;How can I do that ?&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 11:20:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Lin-periodicity-Cycle-Time/m-p/1554865#M18955</guid>
      <dc:creator>itsnewforme</dc:creator>
      <dc:date>2022-11-16T11:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lin periodicity [ Cycle Time ]</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Lin-periodicity-Cycle-Time/m-p/1559894#M18969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;itsnewforme,&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;Lin stack sends frames based on schedule table. The frames in the schedule table are sent sequentially on the bus. When the end of the current schedule is reached, the schedule is started&lt;/DIV&gt;
&lt;DIV&gt;again, at the beginning of the schedule. So, you can add the frames you want to send to a schedule in ldf file. And then you must use the l_sch_set() function to active this schedule. Please refer the chapter 2.4 of LIN_Specfication_package_2.2A.ldf for detail.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;For example:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;Define NormalTable schedule in the ldf file. The schedule has two frames, there are Motor1Control and Motor1State_Cycl. The frame slot of each frame is 50ms.&lt;BR aria-hidden="true" /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_0-1669370198003.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201735i71AD34D65F28D2A6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_0-1669370198003.png" alt="nxf78987_0-1669370198003.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;After initialize LIN network interface, call the&amp;nbsp;&lt;SPAN&gt;l_sch_set() function to active this schedule.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_1-1669370198004.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201734iF9252B16EE791901/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_1-1669370198004.png" alt="nxf78987_1-1669370198004.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;OL start="3"&gt;
&lt;LI&gt;There are the frames that are sent&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;sequentially&amp;nbsp;&lt;/SPAN&gt;on the bus.&lt;/LI&gt;
&lt;/OL&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_2-1669370198006.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/201736i7371A0B45DAC2810/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_2-1669370198006.png" alt="nxf78987_2-1669370198006.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:57:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Lin-periodicity-Cycle-Time/m-p/1559894#M18969</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2022-11-25T09:57:26Z</dc:date>
    </item>
  </channel>
</rss>

