<?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: S12C128 MSCAN Module in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124497#M120</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;CAN will have precedence. Check DDRM on p93 in the manual.&lt;BR /&gt;&lt;BR /&gt;"If SPI or MSCAN is enabled, SPI and MSCAN modules determines the pin directions."&lt;BR /&gt;&lt;BR /&gt;Every port on the S12 works in the same way, GPIO has got the lowest prio. As soon as you enable anything else the corresponding GPIO pins will be disabled.&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2007 18:07:58 GMT</pubDate>
    <dc:creator>Lundin</dc:creator>
    <dc:date>2007-02-27T18:07:58Z</dc:date>
    <item>
      <title>S12C128 MSCAN Module</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124496#M119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have developed some code for the S12X which utilises the MSCAN module, however we will be using the S12C128 for the final product and I'm currently porting the code to this processor. On the S12C128, the RXCAN and TXCAN connections use the same pins and PORTM, pins 0 and 1. The default mapping for these pins is for I/O use rather than CAN, and I can't seem to find anything in the data sheet about how to change the mapping. Any suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 04:04:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124496#M119</guid>
      <dc:creator>liam5360</dc:creator>
      <dc:date>2007-02-27T04:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: S12C128 MSCAN Module</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124497#M120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;CAN will have precedence. Check DDRM on p93 in the manual.&lt;BR /&gt;&lt;BR /&gt;"If SPI or MSCAN is enabled, SPI and MSCAN modules determines the pin directions."&lt;BR /&gt;&lt;BR /&gt;Every port on the S12 works in the same way, GPIO has got the lowest prio. As soon as you enable anything else the corresponding GPIO pins will be disabled.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 18:07:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124497#M120</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2007-02-27T18:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: S12C128 MSCAN Module</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124498#M121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for the response. I had seen this line in the data sheet myself, however I am still having problems with CAN communication on the S12. Code which worked correctly on the S12X is currently being run on the S12 and waits infinitely for a CAN message to be sent. I suspected that the problem was with the connection to the tranceiver, as the program functions correctly when tested in loopback mode. Any suggestions for this problem would be greatly appreciated.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 18:28:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124498#M121</guid>
      <dc:creator>liam5360</dc:creator>
      <dc:date>2007-02-27T18:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: S12C128 MSCAN Module</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124499#M122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Yes, it sounds like a hardware problem.&lt;BR /&gt;&lt;BR /&gt;I'm assuming that you haven't done the classic mistake and tried the CAN with no other nodes on the bus, because then you'll get the error you describe.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2007 20:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124499#M122</guid>
      <dc:creator>Lundin</dc:creator>
      <dc:date>2007-02-27T20:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: S12C128 MSCAN Module</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124500#M123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for the help, after two days of pulling my hair out over this, I've tracked the problem down to a faulty CAN transceiver. Tried another one and it all works fine now!&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 01:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12C128-MSCAN-Module/m-p/124500#M123</guid>
      <dc:creator>liam5360</dc:creator>
      <dc:date>2007-02-28T01:19:02Z</dc:date>
    </item>
  </channel>
</rss>

