<?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 I must detect CAN ransceiver A82C251? in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213151#M8927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Dear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I don't mount CAN ransceiver A82C251 in my circuit board,my&amp;nbsp;CAN initlization code will stop at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;while(!(CAN0CTL0_SYNCH)); // Wait for CAN synchronization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How to detect whether my circuit board has CAN ransceiver A82C251?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Whether I must detect it,and then call CAN init function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And how to detect it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 09:05:18 GMT</pubDate>
    <dc:creator>100asong</dc:creator>
    <dc:date>2010-07-15T09:05:18Z</dc:date>
    <item>
      <title>I must detect CAN ransceiver A82C251?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213151#M8927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,Dear&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If I don't mount CAN ransceiver A82C251 in my circuit board,my&amp;nbsp;CAN initlization code will stop at&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;while(!(CAN0CTL0_SYNCH)); // Wait for CAN synchronization.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; How to detect whether my circuit board has CAN ransceiver A82C251?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Whether I must detect it,and then call CAN init function?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; And how to detect it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 09:05:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213151#M8927</guid>
      <dc:creator>100asong</dc:creator>
      <dc:date>2010-07-15T09:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: I must detect CAN ransceiver A82C251?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213152#M8928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try pulling RXCAN pin high. Internal pull up should suffice. Also you may detect presence of transceiver pulling RXCAN high and low and checking if pin follows pullup direction. But don't get fooled with activity on CAN bus. You should sample RXCAN many times in both pull up states before deciding it is really not driven by transceiver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not a good idea to&amp;nbsp;wait forewer for SYNCH. What will happen if CAN bus is shorted and forewer dominant?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 16:35:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213152#M8928</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2010-07-15T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: I must detect CAN ransceiver A82C251?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213153#M8929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for replying so later, I will have a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jul 2010 15:22:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/I-must-detect-CAN-ransceiver-A82C251/m-p/213153#M8929</guid>
      <dc:creator>100asong</dc:creator>
      <dc:date>2010-07-29T15:22:23Z</dc:date>
    </item>
  </channel>
</rss>

