<?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>LPC MicrocontrollersのトピックCAN bus arbitration issue.</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-bus-arbitration-issue/m-p/514253#M596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CH Wu on Thu May 07 20:24:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to test the CAN bus conflict condition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The user manual described as below. I'm confused that why the "(with the exception of the arbitration field)" is mentioned on the Bit1Error section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to know is that if there are two same ID which issue on CAN bus at same time. Is there any flag will be setted? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to change the ID if the ID is hang on a arbitration situation too many times. Therefore, I need some indicator to check this kind of situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit1Error. During the transmission of a message (with the exception of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the arbitration field), the device wanted to send a HIGH/recessive level&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(bit of logical value ‘1’), but the monitored bus value was&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOW/dominant.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 17:11:42 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T17:11:42Z</dc:date>
    <item>
      <title>CAN bus arbitration issue.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-bus-arbitration-issue/m-p/514253#M596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CH Wu on Thu May 07 20:24:09 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to test the CAN bus conflict condition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The user manual described as below. I'm confused that why the "(with the exception of the arbitration field)" is mentioned on the Bit1Error section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want to know is that if there are two same ID which issue on CAN bus at same time. Is there any flag will be setted? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to change the ID if the ID is hang on a arbitration situation too many times. Therefore, I need some indicator to check this kind of situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit1Error. During the transmission of a message (with the exception of&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the arbitration field), the device wanted to send a HIGH/recessive level&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(bit of logical value ‘1’), but the monitored bus value was&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LOW/dominant.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:11:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-bus-arbitration-issue/m-p/514253#M596</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: CAN bus arbitration issue.</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-bus-arbitration-issue/m-p/514254#M597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by R2D2 on Fri May 08 08:42:48 MST 2015&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CH Wu&lt;/STRONG&gt;&lt;BR /&gt;I'm confused that why the "(with the exception of the arbitration field)" is mentioned on the Bit1Error section.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course during arbitration a wrong level isn't causing an error&amp;nbsp; :O &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: CH Wu&lt;/STRONG&gt;&lt;BR /&gt;What I want to know is that if there are two same ID which issue on CAN bus at same time. Is there any flag will be setted?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably you are talking about the same ID and different data&amp;nbsp; :quest: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If 2 messages with same ID and different data are transmitted at the same time (and pass arbitration) Bit errors are triggered and both transmissions are repeated until they are transmitted&amp;nbsp; :exmark: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bit errors are no indication that the same ID is used, so a more useful approach would be a software solution:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;receive this IDs and you are finding this problem before messages collide&amp;nbsp; :) &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 17:11:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/CAN-bus-arbitration-issue/m-p/514254#M597</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T17:11:43Z</dc:date>
    </item>
  </channel>
</rss>

