<?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>S12 / MagniV MicrocontrollersのトピックS12ZVML CAN communication test</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987783#M16895</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nowadays I tried to make a code associated with CAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched internet to find example code of CAN for S12ZVML but there is nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In datasheet, there are many configuration registers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pick a few registers for testing CAN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2019 06:49:57 GMT</pubDate>
    <dc:creator>dk_mhlee</dc:creator>
    <dc:date>2019-12-17T06:49:57Z</dc:date>
    <item>
      <title>S12ZVML CAN communication test</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987783#M16895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nowadays I tried to make a code associated with CAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched internet to find example code of CAN for S12ZVML but there is nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In datasheet, there are many configuration registers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pick a few registers for testing CAN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 06:49:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987783#M16895</guid>
      <dc:creator>dk_mhlee</dc:creator>
      <dc:date>2019-12-17T06:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVML CAN communication test</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987784#M16896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S12ZVML devices don't have CAN physical layer and only some of them have a CAN module (see Table 1-2. S12ZVM Family Feature Set Differences in the RM rev 2.13).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you will need S12ZVML with CAN module and external CAN PHY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look at AN4975&amp;nbsp;Using MSCAN on the MagniV Family:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fdocs%2Fen%2Fapplication-note%2FAN4975.pdf"&gt;https://www.nxp.com/docs/en/application-note/AN4975.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SW:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Ffiles%2Fmicrocontrollers%2Fdoc%2Fapp_note%2FAN4975SW.zip"&gt;http://www.nxp.com/files/microcontrollers/doc/app_note/AN4975SW.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2019 14:20:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987784#M16896</guid>
      <dc:creator>dianabatrlova</dc:creator>
      <dc:date>2019-12-17T14:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVML CAN communication test</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987785#M16897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I refer the code and application note. But there are still problems.&lt;/P&gt;&lt;P&gt;When I do debug one of examples(AN4975SW code), it is okay to go to initialization mode.&lt;/P&gt;&lt;P&gt;When I check 'CAN0CTL0_INITRQ = 0', it must be exited initialization mode. CAN0CTL1_INITAK is not changed at all.&lt;/P&gt;&lt;P&gt;I have a problem from starting initialization of CAN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2019 07:09:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987785#M16897</guid>
      <dc:creator>dk_mhlee</dc:creator>
      <dc:date>2019-12-24T07:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: S12ZVML CAN communication test</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987786#M16898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DONE! Follwing AN4975&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 05:05:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/S12ZVML-CAN-communication-test/m-p/987786#M16898</guid>
      <dc:creator>dk_mhlee</dc:creator>
      <dc:date>2020-01-03T05:05:37Z</dc:date>
    </item>
  </channel>
</rss>

