<?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: FlexCAN RTR transmit buffer CODE 1010 message problem. in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286250#M33755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ushnek, please click Correct Answer/Helpful Answer, if your question has been answered.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 06:58:13 GMT</pubDate>
    <dc:creator>YixingKong</dc:creator>
    <dc:date>2013-08-23T06:58:13Z</dc:date>
    <item>
      <title>FlexCAN RTR transmit buffer CODE 1010 message problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286248#M33753</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In the iMX53 reference manual(iMX53RM.pdf), I find the table 34-5 that says Tx message buffer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can be put-in messages in advance with CODE 1010.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="CAN.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119483i477813EB11C5D06B/image-size/large?v=v2&amp;amp;px=999" role="button" title="CAN.PNG" alt="CAN.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; However, there seems like no solution let user to transmit this kind of message?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use "cansend" but not find any option for sending this kind of message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could someone help me to know how to send this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 11:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286248#M33753</guid>
      <dc:creator>Ushnek</dc:creator>
      <dc:date>2013-06-11T11:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN RTR transmit buffer CODE 1010 message problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286249#M33754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ushnek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a review on the documentation Documentation/networking/can.txt&lt;/P&gt;&lt;P&gt;This section explains a bit about scope of the driver:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;6.3 CAN controller hardware filters&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; To reduce the interrupt load on deep embedded systems some CAN&lt;/P&gt;
&lt;P&gt;&amp;nbsp; controllers support the filtering of CAN IDs or ranges of CAN IDs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; These hardware filter capabilities vary from controller to&lt;/P&gt;
&lt;P&gt;&amp;nbsp; controller and have to be identified as not feasible in a multi-user&lt;/P&gt;
&lt;P&gt;&amp;nbsp; networking approach. The use of the very controller specific&lt;/P&gt;
&lt;P&gt;&amp;nbsp; hardware filters could make sense in a very dedicated use-case, as a&lt;/P&gt;
&lt;P&gt;&amp;nbsp; filter on driver level would affect all users in the multi-user&lt;/P&gt;
&lt;P&gt;&amp;nbsp; system. The high efficient filter sets inside the PF_CAN core allow&lt;/P&gt;
&lt;P&gt;&amp;nbsp; to set different multiple filters for each socket separately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Therefore the use of hardware filters goes to the category 'handmade&lt;/P&gt;
&lt;P&gt;&amp;nbsp; tuning on deep embedded systems'. The author is running a MPC603e&lt;/P&gt;
&lt;P&gt;&amp;nbsp; @133MHz with four SJA1000 CAN controllers from 2002 under heavy bus&lt;/P&gt;
&lt;P&gt;&amp;nbsp; load without any problems ...&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately that feature does not seems to be supported, so you won't be able to use it without modifying your driver.&lt;/P&gt;&lt;P&gt;You will need to study the driver code and add this feature by yourself. I guess you need to weight how much you can win in performance vs the standard usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ioseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 19:34:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286249#M33754</guid>
      <dc:creator>ioseph_martinez</dc:creator>
      <dc:date>2013-08-21T19:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN RTR transmit buffer CODE 1010 message problem.</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286250#M33755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ushnek, please click Correct Answer/Helpful Answer, if your question has been answered.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 06:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/FlexCAN-RTR-transmit-buffer-CODE-1010-message-problem/m-p/286250#M33755</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2013-08-23T06:58:13Z</dc:date>
    </item>
  </channel>
</rss>

