<?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: MC9S12ZV   CAN in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1704947#M19370</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Because, it is still not clear what you do I attached an example for CAN and S12ZVL or S12ZVC.&lt;BR /&gt;In both examples the loopback mode is used so the communication is not visible at pins. This provides you to learn CAN communication.&lt;/P&gt;
&lt;P&gt;However, if you want to test the CAN with transceiver connected you need a real bus to manage error statuses. For thi it is suitable to read CAN specification. &lt;A href="https://www.nxp.com/docs/en/reference-manual/BCANPSV2.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/reference-manual/BCANPSV2.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Moreover, you can test the can without a transceiver ... see&amp;nbsp;&lt;A href="https://www.mikrocontroller.net/attachment/28831/siemens_AP2921.pdf" target="_blank"&gt;https://www.mikrocontroller.net/attachment/28831/siemens_AP2921.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If the CAN is enabled at pin then CAN peripheral takes precedence over all peripherals available at the pin wit less priority.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is still not enough you can use paid version of the CodeWarrior eclipse and ProcessorExpert implemented in it and you can include CAN modules into the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 09:33:42 GMT</pubDate>
    <dc:creator>lama</dc:creator>
    <dc:date>2023-08-15T09:33:42Z</dc:date>
    <item>
      <title>MC9S12ZV   CAN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1702568#M19358</link>
      <description>&lt;P&gt;Hello, MC9S12ZV official routine, can communication cannot be found, the configuration of the can pin cannot be confirmed, and it is not possible to confirm whether the pin is correct. ADC does not seem to mention the pin configuration, but it is used normally,&lt;/P&gt;&lt;P&gt;2、 Will can communication conflict with FREEMAster? I didn't understand this sentence in the picture&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 03:25:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1702568#M19358</guid>
      <dc:creator>zhouqicheng</dc:creator>
      <dc:date>2023-08-10T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S12ZV   CAN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1703105#M19361</link>
      <description>&lt;P&gt;Hi.&lt;BR /&gt;It is not clear what an official routine means.&lt;BR /&gt;Did you test CAN Tx?&lt;BR /&gt;Is the CAN connected to transceiver?&lt;BR /&gt;Do you use some EVB? S12ZV is not a fill device number.&lt;BR /&gt;What official routine?&lt;/P&gt;
&lt;P&gt;If Freemaster do not use CAN communication interface then it does not influence CAN peripheral.&lt;BR /&gt;However, if you are not sure about Freemaster usage then use following board:&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/FreeMASTER/bd-p/freemaster" target="_blank"&gt;https://community.nxp.com/t5/FreeMASTER/bd-p/freemaster&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Ladislav&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2023 15:34:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1703105#M19361</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2023-08-10T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S12ZV   CAN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1704815#M19369</link>
      <description>&lt;P&gt;Hello, the tx pin has been consistently high. Is the can pin of the MC9s12zvl64mlf chip automatically defaulted, does it not need to be configured? Is there a can communication routine?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 07:25:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1704815#M19369</guid>
      <dc:creator>zhouqicheng</dc:creator>
      <dc:date>2023-08-15T07:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: MC9S12ZV   CAN</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1704947#M19370</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Because, it is still not clear what you do I attached an example for CAN and S12ZVL or S12ZVC.&lt;BR /&gt;In both examples the loopback mode is used so the communication is not visible at pins. This provides you to learn CAN communication.&lt;/P&gt;
&lt;P&gt;However, if you want to test the CAN with transceiver connected you need a real bus to manage error statuses. For thi it is suitable to read CAN specification. &lt;A href="https://www.nxp.com/docs/en/reference-manual/BCANPSV2.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/reference-manual/BCANPSV2.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Moreover, you can test the can without a transceiver ... see&amp;nbsp;&lt;A href="https://www.mikrocontroller.net/attachment/28831/siemens_AP2921.pdf" target="_blank"&gt;https://www.mikrocontroller.net/attachment/28831/siemens_AP2921.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If the CAN is enabled at pin then CAN peripheral takes precedence over all peripherals available at the pin wit less priority.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is still not enough you can use paid version of the CodeWarrior eclipse and ProcessorExpert implemented in it and you can include CAN modules into the project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Ladislav&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 09:33:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MC9S12ZV-CAN/m-p/1704947#M19370</guid>
      <dc:creator>lama</dc:creator>
      <dc:date>2023-08-15T09:33:42Z</dc:date>
    </item>
  </channel>
</rss>

