<?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: MSCAN on the HCS12 in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136195#M2369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;At least in my HC12 there is a LOOP bit I can set for testing, letting me send messages to myself.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 22:28:17 GMT</pubDate>
    <dc:creator>imajeff</dc:creator>
    <dc:date>2006-05-16T22:28:17Z</dc:date>
    <item>
      <title>MSCAN on the HCS12</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136191#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi,&lt;/DIV&gt;&lt;DIV&gt;I've just&amp;nbsp;used the&amp;nbsp;Software&amp;nbsp;in the App Note&amp;nbsp;AN3034&amp;nbsp;to program the MSCAN.&amp;nbsp;I've changed nothing&amp;nbsp;in the software,&amp;nbsp;but only&amp;nbsp;deactivated loop back self test mode ( in CANCTL1 ).&lt;/DIV&gt;&lt;DIV&gt;But in the CAN0SendFrame() the Transmission completes never. The&amp;nbsp;Code execution&amp;nbsp;freezes hier:&lt;/DIV&gt;&lt;DIV&gt;CAN0TFLG = txbuffer;&amp;nbsp;&amp;nbsp; // Start transmission&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;while ( (CAN0TFLG &amp;amp; txbuffer) != txbuffer);&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;// Wait for Transmission completion&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;I have no idea why!&lt;/DIV&gt;&lt;DIV&gt;i'll be thankful for&amp;nbsp;your help!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 18:11:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136191#M2365</guid>
      <dc:creator>metboy</dc:creator>
      <dc:date>2006-05-16T18:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: MSCAN on the HCS12</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136192#M2366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;metboy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;The CAN bus requres that nodes acknowledge messages. This happens automatically, but you need at least two nodes on the bus otherwise it will never complete a transmission.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 19:11:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136192#M2366</guid>
      <dc:creator>Steve</dc:creator>
      <dc:date>2006-05-16T19:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: MSCAN on the HCS12</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136193#M2367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks&amp;nbsp;Steve,&lt;/P&gt;&lt;P&gt;for my purpuse, i have to use only one node at this time. can i send the acknowledge&amp;nbsp;myself?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 21:31:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136193#M2367</guid>
      <dc:creator>metboy</dc:creator>
      <dc:date>2006-05-16T21:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: MSCAN on the HCS12</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136194#M2368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;You need a receiving CAN node so you either need to create a network or&amp;nbsp;use loopback mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 22:06:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136194#M2368</guid>
      <dc:creator>Steve</dc:creator>
      <dc:date>2006-05-16T22:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: MSCAN on the HCS12</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136195#M2369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;At least in my HC12 there is a LOOP bit I can set for testing, letting me send messages to myself.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 22:28:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MSCAN-on-the-HCS12/m-p/136195#M2369</guid>
      <dc:creator>imajeff</dc:creator>
      <dc:date>2006-05-16T22:28:17Z</dc:date>
    </item>
  </channel>
</rss>

