<?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: iMX28 CAN condition control in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX28-CAN-condition-control/m-p/262054#M26426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the state of the module by cat /sys/devices/platform/FlexCAN.x/state&lt;/P&gt;&lt;P&gt;Which state does it appear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try to reproduce the problem. I will see what the problem might be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 17:18:36 GMT</pubDate>
    <dc:creator>alejandrolozan1</dc:creator>
    <dc:date>2013-11-14T17:18:36Z</dc:date>
    <item>
      <title>iMX28 CAN condition control</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX28-CAN-condition-control/m-p/262053#M26425</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;I code the program for a board on the basis of the Freescale iMX287 processor. The Linux operating system is used with version 2.6.35 kernel.&lt;/P&gt;&lt;P&gt;I use SocketCAN library for work with the CAN module. I connect my board to another CAN device (USB PCAN) and successfully I can send and receive data. But I can't trace a state of the CAN bus.&lt;/P&gt;&lt;P&gt;When I break off the bus, or change baud rate of USB PCAN,&amp;nbsp; I don't receive any error messages. I&amp;#146; tried the following commands&amp;nbsp; to evaluate&amp;nbsp; the state&amp;nbsp; of the CAN module:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~$ cat /proc/net/can/rcvlist_all&lt;/P&gt;&lt;P&gt;receive list 'rx_all':&lt;/P&gt;&lt;P&gt;&amp;nbsp; (any: no entry)&lt;/P&gt;&lt;P&gt;&amp;nbsp; device&amp;nbsp;&amp;nbsp; can_id&amp;nbsp;&amp;nbsp; can_mask&amp;nbsp; function&amp;nbsp; userdata&amp;nbsp;&amp;nbsp; matches&amp;nbsp; ident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; can0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 000&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000000&amp;nbsp; c038cbf8&amp;nbsp; c7d59c00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp; raw&lt;/P&gt;&lt;P&gt;&amp;nbsp; (can1: no entry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~$ cat /proc/net/can/rcvlist_err&lt;/P&gt;&lt;P&gt;receive list 'rx_err':&lt;/P&gt;&lt;P&gt;&amp;nbsp; (any: no entry)&lt;/P&gt;&lt;P&gt;&amp;nbsp; device&amp;nbsp;&amp;nbsp; can_id&amp;nbsp;&amp;nbsp; can_mask&amp;nbsp; function&amp;nbsp; userdata&amp;nbsp;&amp;nbsp; matches&amp;nbsp; ident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; can0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 000&amp;nbsp;&amp;nbsp;&amp;nbsp; 00000041&amp;nbsp; c038cbf8&amp;nbsp; c7d59c00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; raw&lt;/P&gt;&lt;P&gt;&amp;nbsp; (can1: no entry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command ip shows the following:&lt;/P&gt;&lt;P&gt;~$ ip -stat link show can0&lt;/P&gt;&lt;P&gt;2: can0: &amp;lt;NOARP,UP,10000&amp;gt; mtu 16 qdisc pfifo_fast qlen 64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; link/[280] &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX: bytes&amp;nbsp; packets&amp;nbsp; errors&amp;nbsp; dropped overrun mcast&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX: bytes&amp;nbsp; packets&amp;nbsp; errors&amp;nbsp; dropped carrier collsns &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell what the problem is in? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 12:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX28-CAN-condition-control/m-p/262053#M26425</guid>
      <dc:creator>tionpro28</dc:creator>
      <dc:date>2013-11-06T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: iMX28 CAN condition control</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX28-CAN-condition-control/m-p/262054#M26426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the state of the module by cat /sys/devices/platform/FlexCAN.x/state&lt;/P&gt;&lt;P&gt;Which state does it appear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try to reproduce the problem. I will see what the problem might be. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 17:18:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX28-CAN-condition-control/m-p/262054#M26426</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2013-11-14T17:18:36Z</dc:date>
    </item>
  </channel>
</rss>

