<?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のトピックRe: CAN implementation on S12XEP100 using code warrior</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200036#M8063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can find the documentation including some examples in the component´s help available through Help command from component´s pop-up menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please also find it also attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 16:20:08 GMT</pubDate>
    <dc:creator>ProcessorExpert</dc:creator>
    <dc:date>2012-01-24T16:20:08Z</dc:date>
    <item>
      <title>CAN implementation on S12XEP100 using code warrior</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200035#M8062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just started using the 9S12XEP100 evaluation board along with processor expert. I was able to access the basic I/O's ( using processor expert) and implement stateflow generated code into code warrior.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I need to use the CAN of the board. I've referred to the documentation on MSCAN with register and bit level information on implementation of CAN. However, I was not able to find any documentation on &lt;STRONG&gt;implementing CAN using processor expert.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My basic task is to &lt;STRONG&gt;send and recieve CAN message to/from the device.&lt;/STRONG&gt; Please help me with links for good documentation or &amp;nbsp;examples if any.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 15:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200035#M8062</guid>
      <dc:creator>Vijay1987</dc:creator>
      <dc:date>2012-01-24T15:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: CAN implementation on S12XEP100 using code warrior</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200036#M8063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can find the documentation including some examples in the component´s help available through Help command from component´s pop-up menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please also find it also attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Vojtech Filip&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 16:20:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200036#M8063</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-01-24T16:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: CAN implementation on S12XEP100 using code warrior</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200037#M8064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Filip,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already gone through the PE documentation. I have also tried using the method:3 ( pollling method) of sending CAN messages. But unfortunately i see no success.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I include the line "&lt;STRONG&gt;CAN1_SendFrame(0,0x512, DATA_FRAME, 8, data);&lt;/STRONG&gt; &amp;nbsp;", in the main program, it gives me a warning during compilation, which says&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warning : C1420: Result of function-call is ignored&lt;/P&gt;&lt;P&gt;test_sflw.c line 57&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there some more detailed explanation of sending and recieving CAN messages using PE, and integrating it with other codes?? If so, please help me with the links for the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile, I'm trying it out from my end and would post if I succeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 12:56:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200037#M8064</guid>
      <dc:creator>Vijay1987</dc:creator>
      <dc:date>2012-01-25T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: CAN implementation on S12XEP100 using code warrior</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200038#M8065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Warning : C1420: Result of function-call is ignored&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^^ means that what function returns is ignored&amp;nbsp;by you. To suppress the warning, either assign result of function call to variable, or typecast it to void.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a&amp;nbsp;= foo();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(void)foo();&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200038#M8065</guid>
      <dc:creator>kef</dc:creator>
      <dc:date>2012-01-25T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: CAN implementation on S12XEP100 using code warrior</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200039#M8066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kef,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I have done that. I have defined "temp" and modified the code as follows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;temp=CAN1_SendFrame(0, 0x512, DATA_FRAME, 8, data);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no warning now. It is getting compiled. But, when I am trying toaccess the CAN bus via external device ( PAN), I see no messages being transmitted by the EVAL board!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder what the problem is.The code only has CAN_SendFrame in it! Hope I can debug this soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2012 14:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/CAN-implementation-on-S12XEP100-using-code-warrior/m-p/200039#M8066</guid>
      <dc:creator>Vijay1987</dc:creator>
      <dc:date>2012-01-25T14:14:22Z</dc:date>
    </item>
  </channel>
</rss>

