<?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>S32GのトピックRe: LLCE CAN frame drop</title>
    <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1736327#M4965</link>
    <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;I have raised a internal ticket for frame drop issue, I will update here as i get response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards ,&lt;/P&gt;
&lt;P&gt;Tushar&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2023 07:09:29 GMT</pubDate>
    <dc:creator>nxf92355</dc:creator>
    <dc:date>2023-10-10T07:09:29Z</dc:date>
    <item>
      <title>LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1727112#M4854</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;We want to use LLCE for CAN communication, but we have found packet loss,&lt;/P&gt;&lt;P&gt;Env.&amp;nbsp; BSP35&amp;nbsp; baud rate is 500K,&lt;/P&gt;&lt;P&gt;When there is no application software reading data in userspace, there is no packet loss when viewing the results through the &amp;lt;IP - details - statistics link show CANx&amp;gt;command&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1695295350898.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242023iEB44BE67EC1646CD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1695295350898.jpeg" alt="StanleyShen_0-1695295350898.jpeg" /&gt;&lt;/span&gt;&lt;BR /&gt;When an application reads data, the &amp;lt;IP details statistics link show CANx&amp;gt; command is used to view the results and it is found that there is a frame dorped.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_1-1695295365604.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242024iCFD3E433ABA67208/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_1-1695295365604.png" alt="StanleyShen_1-1695295365604.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We implemented the userspace code in C++ and Python(socketcan lib) respectively, and the results were the same. The core processing of the C++code is as blow.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_2-1695295381562.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242025i4EF7D47CEBB62EA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_2-1695295381562.png" alt="StanleyShen_2-1695295381562.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Could you pls tell us the reason and how to fix it,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2023 11:23:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1727112#M4854</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-09-21T11:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1727735#M4858</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you are doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you test by using candump user-space utilities as below&lt;/P&gt;&lt;P&gt;-&amp;gt; Configure llcecan0 and llcecan14 interfaces ( you can take llcecan15 or any ). connect both via cable.&lt;/P&gt;&lt;P&gt;root@s32g274ardb2:~# ip link set up llcecan0 type can bitrate 500000 dbitrate 5000000 fd on&lt;BR /&gt;root@s32g274ardb2:~# ip link set up llcecan14 type can bitrate 500000 dbitrate 5000000 fd on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;gt; Capture the frames from all CAN interfaces.&lt;BR /&gt;root@s32g274ardb2:~# candump any,0:0,#FFFFFFFF &amp;gt;log &amp;amp;&lt;/P&gt;&lt;P&gt;-&amp;gt; Send a packet using llcecan14&lt;/P&gt;&lt;P&gt;root@s32g274ardb2:~# cansend llcecan14 15575555##300112233445566778899aabbcceedd112233&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can receive data and see in log file , can you check please and let us know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 07:01:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1727735#M4858</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-09-22T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1728776#M4872</link>
      <description>&lt;P&gt;Hi Tushar&lt;/P&gt;&lt;P&gt;Following the method you provided,a lot&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;of error frames ware captured,the log and ip link message as blow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1695631880180.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242494iB7E106D7E84BAD07/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1695631880180.png" alt="StanleyShen_0-1695631880180.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;BTW:&lt;/P&gt;&lt;P&gt;Additionally, regarding the issue of frame drop , we have added print to the LLCE driver，&lt;/P&gt;&lt;P&gt;It seems that the reason for the frame drop is due to LLCE_ERROR_MB_NOTAVAILABLE&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_1-1695632446943.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242502iF4B00DBBE6943457/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_1-1695632446943.png" alt="StanleyShen_1-1695632446943.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_2-1695632454112.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242503i762F05C7DB4C36BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_2-1695632454112.png" alt="StanleyShen_2-1695632454112.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you know the reason for&amp;nbsp;LLCE_ERROR_MB_NOTAVAILABLE ?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 09:02:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1728776#M4872</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-09-25T09:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1729777#M4887</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I go through your logs. I tried to regenerate in my pc with s32g274a-vnp-rdb2 board with bsp35, but i am not facing such type of error. i am sending 20 bytes as i described in my previous , i followed same steps&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2023-09-26 15-47-50.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/242772i4012BA51F6E937CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot from 2023-09-26 15-47-50.png" alt="Screenshot from 2023-09-26 15-47-50.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;can you tell us which board you are using ?&lt;/P&gt;
&lt;P&gt;are you using prebuilt bsp35 or you build with yocto ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards ,&lt;/P&gt;
&lt;P&gt;Tushar&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>Tue, 26 Sep 2023 13:11:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1729777#M4887</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-09-26T13:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1730402#M4895</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Tushar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt; i am sending 20 bytes as i described in my previous&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe the load is to small,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you adjust the load to 90% of the CAN bus?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;can you tell us which board you are using ?&lt;/P&gt;&lt;P&gt;&amp;gt; are you using prebuilt bsp35 or you build with yocto ?&lt;/P&gt;&lt;P&gt;The borad is S32G-VNP-RDB&lt;SPAN&gt;2 and&amp;nbsp;I recompiled BSP35 using yocto&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Sep 2023 10:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1730402#M4895</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-09-27T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1731807#M4901</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;I tested also with bsp35 yocto build, but i am not getting such error. can you please test without 90% load and share result, i can not test with 90% load.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 06:06:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1731807#M4901</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-09-29T06:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1731843#M4903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Tushar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;can you please test without 90% load and share result,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;In fact, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;the above test results are&amp;nbsp; tested with 90% CAN load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible that the problem is caused by&amp;nbsp; real-time performance of Linux?&lt;/P&gt;&lt;P&gt;If so, what are some good temporary methods&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 29 Sep 2023 07:37:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1731843#M4903</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-09-29T07:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1732438#M4912</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;You can use can2can feature to perform the CAN frame routing according to the configured routing table without host CPU’s load. llce can2can routing feature. These feature reduces the routing latency and host core load. refer&amp;nbsp;Document Number: AN13423 for can2can routing feature.&lt;/P&gt;
&lt;P&gt;Regards ,&lt;/P&gt;
&lt;P&gt;Tushar&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2023 06:49:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1732438#M4912</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-10-02T06:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1734044#M4940</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/204279"&gt;@nxf92355&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Tushar&lt;/P&gt;&lt;P&gt;Maybe the CAN2CAN is not suitable for me, because I am using LLCECAN in the following scenario:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1696486694876.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/243657i46C67EDC6CF1488C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1696486694876.png" alt="StanleyShen_0-1696486694876.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to solve the problem of CAN frame drop?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2023 06:19:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1734044#M4940</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-10-05T06:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1734827#M4948</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;Okay , thanks for sharing use case scenario. is there any reason to use LLCE CAN ?&amp;nbsp; there are 2 FlexCan/CAN FD are available.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 12:06:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1734827#M4948</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-10-06T12:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1735132#M4953</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi Tushar&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;is there any reason to use LLCE CAN ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Since customers require 8 channel (or even more) CAN buses, we must use LLCE-CAN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Oct 2023 05:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1735132#M4953</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-10-07T05:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1736327#M4965</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;I have raised a internal ticket for frame drop issue, I will update here as i get response.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards ,&lt;/P&gt;
&lt;P&gt;Tushar&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2023 07:09:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1736327#M4965</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-10-10T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1737335#M4984</link>
      <description>&lt;P&gt;Hi StanleyShen&lt;/P&gt;
&lt;P&gt;This problem maybe caused by the message buffer is set too small, try to change the value of &lt;STRONG&gt;LLCE_CAN_MAX_RX_MB &lt;/STRONG&gt;&amp;nbsp;bigger such as 32 or 64. You can find the &lt;STRONG&gt;"#define LLCE_CAN_MAX_RX_MB 16U"&amp;nbsp;&lt;/STRONG&gt;in the file&lt;STRONG&gt; "linux/drivers/net/can/llce/llce_can_common.c" &lt;/STRONG&gt;and change the value and compile the linux kernel again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards ,&lt;/P&gt;
&lt;P&gt;Tushar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 08:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1737335#M4984</guid>
      <dc:creator>nxf92355</dc:creator>
      <dc:date>2023-10-11T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: LLCE CAN frame drop</title>
      <link>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1737419#M4986</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Tushar&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;This problem maybe caused by the message buffer is set too small, try to change the value of&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;LLCE_CAN_MAX_RX_MB&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;bigger such as 32 or 64. You can find the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"#define LLCE_CAN_MAX_RX_MB 16U"&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;in the file&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"linux/drivers/net/can/llce/llce_can_common.c"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;and change the value and compile the linux kernel again&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Perhaps this conclusion is very close to the truth.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="StanleyShen_0-1697021660793.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244521iAE15DB7A092C9AD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="StanleyShen_0-1697021660793.png" alt="StanleyShen_0-1697021660793.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 10:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32G/LLCE-CAN-frame-drop/m-p/1737419#M4986</guid>
      <dc:creator>StanleyShen</dc:creator>
      <dc:date>2023-10-11T10:56:36Z</dc:date>
    </item>
  </channel>
</rss>

