<?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: i.MX28 CAN frame transmission order problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203003#M11386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;And this might be helpfull if you use the patch and want to use the CAN with canutils&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="1437" data-objecttype="102" href="https://community.nxp.com/docs/DOC-1437" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.freescale.com/docs/DOC-1437&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 15:06:01 GMT</pubDate>
    <dc:creator>samuelsalas</dc:creator>
    <dc:date>2013-05-24T15:06:01Z</dc:date>
    <item>
      <title>i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202992#M11375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem with the order that CAN frames are transmitted from the MX28's CAN bus. When I send more than 10 or so messages one after the other they don't always appear on the CAN bus in that order when read from another node. Has anyone else seen this problem before or got any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help/advice in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:17:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202992#M11375</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-01-16T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202993#M11376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to fix the problem with the CAN frame ordering. It is a bug in the FlexCAN driver.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 64 hardware CAN frame buffers and the driver is using 32 of them round-robin for transmitting. These buffers seems to have a priority associated with them (lower buffers have higher priority) so if a multi-frame message causes the buffers to wrap from 31 back to zero, the frames at the end of the multi-frame message get sent before some of the previous frames.&lt;/P&gt;&lt;P&gt;My solution was to port the new mainline FlexCAN driver by Pengutronix from the 2.6.38 kernel into my 2.6.35 tree. This has solved the problem and everything is working fine now.&lt;/P&gt;&lt;P&gt;How do I submit a bug report to Freescale as this problem is going to exist on all their platforms that use the FlexCAN driver and it really needs to be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 11:02:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202993#M11376</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-01-23T11:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202994#M11377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We should talk &lt;STRONG&gt;you&lt;/STRONG&gt; into using 3.2 or any other mainline kernel, instead of backporting the nice mainline driver to old kernels :-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rsc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 13:41:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202994#M11377</guid>
      <dc:creator>RobertSchwebel</dc:creator>
      <dc:date>2012-01-24T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202995#M11378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ha ha, thanks for the input Robert. That is my plan but as you know there isn't always time to do these things when a bug needs fixing ASAP. Also its not such a straightforward thing to port all the changes from my Freescale 2.6.35 kernel to the latest mainline as it is quite different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 13:46:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202995#M11378</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-01-24T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202996#M11379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, it safes you time in the long run. So you should try it :-)&lt;/P&gt;&lt;P&gt;rsc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202996#M11379</guid>
      <dc:creator>RobertSchwebel</dc:creator>
      <dc:date>2012-01-24T14:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202997#M11380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't worry, I will be...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep up the good work on the i.MX support for the mainline kernel!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 14:04:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202997#M11380</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-01-24T14:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202998#M11381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem you found with&amp;nbsp;the Freescale 2.6.35 kernel's FlexCAN driver.&amp;nbsp; In addition, I noticed that the driver does not always send all of the CAN packets.&amp;nbsp; For example, if I try to send 100 CAN packets quickly, only the first 36 packets get sent (but in the wrong order).&amp;nbsp; The remaining 64 CAN packets are apparently queued somewhere in the kernel.&amp;nbsp; If I then send another 100 packets, the remaining 64 packets from the first try get sent along with 36 packets from the second try (again in the wrong order).&lt;/P&gt;&lt;P&gt;Can you tell me if using the 2.6.38 driver would fix both problems?&lt;/P&gt;&lt;P&gt;When you ported the FlexCAN driver from 2.6.38 into 2.6.35, which files did you have to change?&amp;nbsp; If you could attach the changed files, I will try it with kernel 2.6.35 to see if it fixed both problems.&lt;/P&gt;&lt;P&gt;I agree with you that Freescale needs to fix this problem, either as a patch or as an SDK update.&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;James Attewell said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/i-mx28-can-frame-transmission-order-problem?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A55185&amp;amp;groupId=4103961%3AGroup%3A4609#4103961Comment55185"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;I have managed to fix the problem with the CAN frame ordering. It is a bug in the FlexCAN driver.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 64 hardware CAN frame buffers and the driver is using 32 of them round-robin for transmitting. These buffers seems to have a priority associated with them (lower buffers have higher priority) so if a multi-frame message causes the buffers to wrap from 31 back to zero, the frames at the end of the multi-frame message get sent before some of the previous frames.&lt;/P&gt;&lt;P&gt;My solution was to port the new mainline FlexCAN driver by Pengutronix from the 2.6.38 kernel into my 2.6.35 tree. This has solved the problem and everything is working fine now.&lt;/P&gt;&lt;P&gt;How do I submit a bug report to Freescale as this problem is going to exist on all their platforms that use the FlexCAN driver and it really needs to be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:12:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202998#M11381</guid>
      <dc:creator>DamonGibson</dc:creator>
      <dc:date>2012-02-28T20:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202999#M11382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Damon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know the CAN is now working perfectly, I have not noticed any missing frames or anything. I have attached my patch file for all the changes I made, you should be able to figure it out from that. If I can be of any further help let me know...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Damon Gibson said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/i-mx28-can-frame-transmission-order-problem?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A61622&amp;amp;xg_source=msg_com_gr_forum#4103961Comment61622"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;I have the same problem you found with&amp;nbsp;the Freescale 2.6.35 kernel's FlexCAN driver.&amp;nbsp; In addition, I noticed that the driver does not always send all of the CAN packets.&amp;nbsp; For example, if I try to send 100 CAN packets quickly, only the first 36 packets get sent (but in the wrong order).&amp;nbsp; The remaining 64 CAN packets are apparently queued somewhere in the kernel.&amp;nbsp; If I then send another 100 packets, the remaining 64 packets from the first try get sent along with 36 packets from the second try (again in the wrong order).&lt;/P&gt;&lt;P&gt;Can you tell me if using the 2.6.38 driver would fix both problems?&lt;/P&gt;&lt;P&gt;When you ported the FlexCAN driver from 2.6.38 into 2.6.35, which files did you have to change?&amp;nbsp; If you could attach the changed files, I will try it with kernel 2.6.35 to see if it fixed both problems.&lt;/P&gt;&lt;P&gt;I agree with you that Freescale needs to fix this problem, either as a patch or as an SDK update.&lt;/P&gt;&lt;P&gt;Thanks.&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;James Attewell said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/i-mx28-can-frame-transmission-order-problem?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A55185&amp;amp;groupId=4103961%3AGroup%3A4609#4103961Comment55185"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;I have managed to fix the problem with the CAN frame ordering. It is a bug in the FlexCAN driver.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 64 hardware CAN frame buffers and the driver is using 32 of them round-robin for transmitting. These buffers seems to have a priority associated with them (lower buffers have higher priority) so if a multi-frame message causes the buffers to wrap from 31 back to zero, the frames at the end of the multi-frame message get sent before some of the previous frames.&lt;/P&gt;&lt;P&gt;My solution was to port the new mainline FlexCAN driver by Pengutronix from the 2.6.38 kernel into my 2.6.35 tree. This has solved the problem and everything is working fine now.&lt;/P&gt;&lt;P&gt;How do I submit a bug report to Freescale as this problem is going to exist on all their platforms that use the FlexCAN driver and it really needs to be fixed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 20:25:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/202999#M11382</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-02-28T20:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203000#M11383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the quick response.&amp;nbsp; I was able to apply the patch and rebuild the kernel, but I see the new driver does not expose the same interface as the previous one.&amp;nbsp; For example, I had been using the sysfs interface to change the bitrate.&amp;nbsp; Apparently the new driver requires that the bitrate be initialized before doing:&amp;nbsp; ip link set can0 up, but I'm not sure how to do this.&lt;/P&gt;&lt;P&gt;Can you point me to where I can find documentation on how to interface with the new driver?&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Damon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 23:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203000#M11383</guid>
      <dc:creator>DamonGibson</dc:creator>
      <dc:date>2012-02-28T23:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203001#M11384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use libsocketcan &lt;A href="http://git.pengutronix.de/?p=tools/libsocketcan.git" rel="nofollow noopener noreferrer" target="_blank"&gt;http://git.pengutronix.de/?p=tools/libsocketcan.git&lt;/A&gt;&amp;nbsp;(get a snapshot from the top level of their GIT tree) and canutils&amp;nbsp;&lt;A href="http://www.pengutronix.de/software/socket-can/download/canutils/v4.0/canutils-4.0.6.tar.bz2" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.pengutronix.de/software/socket-can/download/canutils/v4.0/canutils-4.0.6.tar.bz2&lt;/A&gt;. Both of these files should be placed under /opt/freescale/pkgs/&lt;/P&gt;&lt;P&gt;Attached are the new spec files for the above, they should live under ltib/dist/lfs-5.1/canutils and ltib/dist/lfs-5.1/libsocketcan.&lt;/P&gt;&lt;P&gt;Also attached is my updated pkg_map (lives under ltib/config/userspace). I would look at mine and just edit your existing one and add the following sections:-&lt;/P&gt;&lt;PRE&gt;config PKG_CANUTILS&lt;/PRE&gt;&lt;PRE&gt;config PKG_LIBSOCKETCAN&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, attached is my updated packages.lkc (also lives under ltib/config/userspace). Again I would look at mine and update yours to add the following:-&lt;/P&gt;&lt;PRE&gt;PKG_LIBSOCKETCAN                 = libsocketcan&lt;/PRE&gt;&lt;PRE&gt;PKG_CANUTILS                     = canutils&lt;/PRE&gt;&lt;P&gt;Once you have added all these bits to ltib, you can select the two new packages into your root filesystem and use them to configure the CAN ports...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;CITE&gt;Damon Gibson said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/i-mx28-can-frame-transmission-order-problem?groupUrl=imx28andimx28evk&amp;amp;commentId=4103961%3AComment%3A61498&amp;amp;xg_source=msg_com_gr_forum#4103961Comment61498"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Thanks for the quick response.&amp;nbsp; I was able to apply the patch and rebuild the kernel, but I see the new driver does not expose the same interface as the previous one.&amp;nbsp; For example, I had been using the sysfs interface to change the bitrate.&amp;nbsp; Apparently the new driver requires that the bitrate be initialized before doing:&amp;nbsp; ip link set can0 up, but I'm not sure how to do this.&lt;/P&gt;&lt;P&gt;Can you point me to where I can find documentation on how to interface with the new driver?&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Damon&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 00:14:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203001#M11384</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-02-29T00:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203002#M11385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the packages.lkc file, I could only upload 3 files in the previous post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 00:16:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203002#M11385</guid>
      <dc:creator>JamesAttewell</dc:creator>
      <dc:date>2012-02-29T00:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 CAN frame transmission order problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203003#M11386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;And this might be helpfull if you use the patch and want to use the CAN with canutils&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="1437" data-objecttype="102" href="https://community.nxp.com/docs/DOC-1437" style="font-style: inherit; font-family: inherit; color: #3778c7;"&gt;https://community.freescale.com/docs/DOC-1437&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 15:06:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-CAN-frame-transmission-order-problem/m-p/203003#M11386</guid>
      <dc:creator>samuelsalas</dc:creator>
      <dc:date>2013-05-24T15:06:01Z</dc:date>
    </item>
  </channel>
</rss>

