<?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 FSL_LIN_2.x_STACK_Package_4.5.9 package Bug feedback in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LIN-FSL-LIN-2-x-STACK-Package-4-5-9-package-Bug-feedback/m-p/976238#M55326</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;I am using&amp;nbsp;LIN FSL_LIN_2.x_STACK_Package_4.5.9 package to implement a master LIN node on J2602.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #2e3033; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;P class="" data-group="1-1" style="color: #666666; font-size: 14px;"&gt;I found a problem in the code that needed to be improved&lt;/P&gt;/*** MARCOS ***/&lt;BR /&gt;typedef union {&lt;BR /&gt; l_u8 byte; /**&amp;lt; a data byte refer to 8 data bits follow */&lt;BR /&gt; struct &lt;BR /&gt; {&lt;BR /&gt; /* LIN 2.1 */&lt;BR /&gt; l_u8 successful_transfer:1; /**&amp;lt; Transfer flag LIN 2.1*/&lt;BR /&gt; l_u8 error_in_response:1; /**&amp;lt; Error response LIN 2.1*/&lt;BR /&gt; &lt;SPAN style="color: #00ccff;"&gt;l_u8 bus_activity; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/SPAN&gt;&lt;BR /&gt; /* J2602 */&lt;BR /&gt; l_u8 framing_error:1; /**&amp;lt; frame error flag J2602*/&lt;BR /&gt; l_u8 checksum_error:1; /**&amp;lt; checksum error flag */&lt;BR /&gt; l_u8 readback_error:1; /**&amp;lt; readback error in J2602 to be called Data Error */&lt;BR /&gt; l_u8 parity_error:1; /**&amp;lt; frame error flag */&lt;BR /&gt; l_u8 reset:1; /**&amp;lt; reset flag (not implemented) */&lt;BR /&gt; }bit; &lt;BR /&gt;} lin_status;&lt;BR /&gt;/* Lin status bit mask */&lt;BR /&gt;#define LIN_STA_SUCC_TRANSFER 1 /**&amp;lt; LIN status bit mask: success transfer */&lt;BR /&gt;#define LIN_STA_ERROR_RESP 2 /**&amp;lt; LIN status bit mask: error in response */&lt;BR /&gt;#define LIN_STA_BUS_ACTIVITY 4 /**&amp;lt; LIN status bit mask: bus activity */&lt;BR /&gt;#define LIN_STA_FRAME_ERR 8 /**&amp;lt; LIN status bit mask: frame error */&lt;BR /&gt;#define LIN_STA_CHECKSUM_ERR 16 /**&amp;lt; LIN status bit mask: checksum error */&lt;BR /&gt;#define LIN_STA_READBACK_ERR 32 /**&amp;lt; LIN status bit mask: readback error */&lt;BR /&gt;#define LIN_STA_PARITY_ERR 64 /**&amp;lt; LIN status bit mask: parity error */&lt;BR /&gt;#define LIN_STA_RESET 128 /**&amp;lt; LIN status bit mask: reset */&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;l_u8 bus_activity; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;&lt;EM style="color: #999999; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN class=""&gt;&lt;A data-keyword="It" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;It&lt;/A&gt; &lt;A data-keyword="should" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;should&lt;/A&gt; &lt;A data-keyword="be" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;be&lt;/A&gt; &lt;A data-keyword="like" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;like&lt;/A&gt; &lt;A data-keyword="this" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;this&lt;/A&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;l_u8 bus_activity&lt;SPAN style="color: #ff0000;"&gt;:1&lt;/SPAN&gt;; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/STRONG&gt;&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Nov 2019 03:42:19 GMT</pubDate>
    <dc:creator>289402549</dc:creator>
    <dc:date>2019-11-12T03:42:19Z</dc:date>
    <item>
      <title>LIN FSL_LIN_2.x_STACK_Package_4.5.9 package Bug feedback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LIN-FSL-LIN-2-x-STACK-Package-4-5-9-package-Bug-feedback/m-p/976238#M55326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;I am using&amp;nbsp;LIN FSL_LIN_2.x_STACK_Package_4.5.9 package to implement a master LIN node on J2602.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL style="color: #2e3033; background-color: #f7f8fa; font-weight: normal; font-size: 14px;"&gt;&lt;LI style="margin: 0px 0px 10px;"&gt;&lt;P class="" data-group="1-1" style="color: #666666; font-size: 14px;"&gt;I found a problem in the code that needed to be improved&lt;/P&gt;/*** MARCOS ***/&lt;BR /&gt;typedef union {&lt;BR /&gt; l_u8 byte; /**&amp;lt; a data byte refer to 8 data bits follow */&lt;BR /&gt; struct &lt;BR /&gt; {&lt;BR /&gt; /* LIN 2.1 */&lt;BR /&gt; l_u8 successful_transfer:1; /**&amp;lt; Transfer flag LIN 2.1*/&lt;BR /&gt; l_u8 error_in_response:1; /**&amp;lt; Error response LIN 2.1*/&lt;BR /&gt; &lt;SPAN style="color: #00ccff;"&gt;l_u8 bus_activity; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/SPAN&gt;&lt;BR /&gt; /* J2602 */&lt;BR /&gt; l_u8 framing_error:1; /**&amp;lt; frame error flag J2602*/&lt;BR /&gt; l_u8 checksum_error:1; /**&amp;lt; checksum error flag */&lt;BR /&gt; l_u8 readback_error:1; /**&amp;lt; readback error in J2602 to be called Data Error */&lt;BR /&gt; l_u8 parity_error:1; /**&amp;lt; frame error flag */&lt;BR /&gt; l_u8 reset:1; /**&amp;lt; reset flag (not implemented) */&lt;BR /&gt; }bit; &lt;BR /&gt;} lin_status;&lt;BR /&gt;/* Lin status bit mask */&lt;BR /&gt;#define LIN_STA_SUCC_TRANSFER 1 /**&amp;lt; LIN status bit mask: success transfer */&lt;BR /&gt;#define LIN_STA_ERROR_RESP 2 /**&amp;lt; LIN status bit mask: error in response */&lt;BR /&gt;#define LIN_STA_BUS_ACTIVITY 4 /**&amp;lt; LIN status bit mask: bus activity */&lt;BR /&gt;#define LIN_STA_FRAME_ERR 8 /**&amp;lt; LIN status bit mask: frame error */&lt;BR /&gt;#define LIN_STA_CHECKSUM_ERR 16 /**&amp;lt; LIN status bit mask: checksum error */&lt;BR /&gt;#define LIN_STA_READBACK_ERR 32 /**&amp;lt; LIN status bit mask: readback error */&lt;BR /&gt;#define LIN_STA_PARITY_ERR 64 /**&amp;lt; LIN status bit mask: parity error */&lt;BR /&gt;#define LIN_STA_RESET 128 /**&amp;lt; LIN status bit mask: reset */&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;l_u8 bus_activity; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f;"&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;&lt;EM style="color: #999999; background-color: #ffffff; font-weight: normal; font-size: 14px;"&gt;&lt;SPAN class=""&gt;&lt;A data-keyword="It" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;It&lt;/A&gt; &lt;A data-keyword="should" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;should&lt;/A&gt; &lt;A data-keyword="be" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;be&lt;/A&gt; &lt;A data-keyword="like" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;like&lt;/A&gt; &lt;A data-keyword="this" style="color: #2b77c5; font-weight: bold; text-decoration: none;"&gt;this&lt;/A&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #2e3033; background-color: #f7f8fa;"&gt;l_u8 bus_activity&lt;SPAN style="color: #ff0000;"&gt;:1&lt;/SPAN&gt;; /**&amp;lt; Bus activity timeout LIN 2.1*/&lt;/STRONG&gt;&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2019 03:42:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LIN-FSL-LIN-2-x-STACK-Package-4-5-9-package-Bug-feedback/m-p/976238#M55326</guid>
      <dc:creator>289402549</dc:creator>
      <dc:date>2019-11-12T03:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: LIN FSL_LIN_2.x_STACK_Package_4.5.9 package Bug feedback</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/LIN-FSL-LIN-2-x-STACK-Package-4-5-9-package-Bug-feedback/m-p/976239#M55327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi he maoyi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've downloaded this package in the following &lt;A href="https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/kea-automotive-mcus/ultra-reliable-kea-automotive-microcontrollers-mcus-based-on-arm-cortex-m0-plus-core:KEA?tab=Design_Tools_Tab"&gt;link &lt;/A&gt;and this error was already corrected. Are you sure you download it the last LIN stack?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 22:35:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/LIN-FSL-LIN-2-x-STACK-Package-4-5-9-package-Bug-feedback/m-p/976239#M55327</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2019-11-13T22:35:49Z</dc:date>
    </item>
  </channel>
</rss>

