<?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: FreescaleCAN using in MCF51JM128VLH  in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406923#M13643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sudhanshu mehta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using MQX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2015 16:51:45 GMT</pubDate>
    <dc:creator>soledad</dc:creator>
    <dc:date>2015-08-04T16:51:45Z</dc:date>
    <item>
      <title>FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406922#M13642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using MCF51JM128VLH microcontroller. &lt;/P&gt;&lt;P&gt;I am trying to utilize FreescaleCAN from processor expert. &lt;/P&gt;&lt;P&gt;I am able to transmit and receive the data from CAN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I am trying to use “Acceptance code” and “Acceptance mask”. I am not able to use.&lt;/P&gt;&lt;P&gt;Please see picture and code below. &lt;/P&gt;&lt;P&gt;I want to receive data only from 0x41 and 0x523 message ID. But I am able to receive all data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Code at CAN interrupt is following.&lt;/P&gt;&lt;P&gt;Rx interrupt is working correctly as expected. But it is receiving all the data. I want to filter messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #7f0055; font-size: 10.0pt; font-family: 'Courier New';"&gt;if&lt;/STRONG&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt; (FGen_GetStateRX() &amp;amp;&amp;nbsp; &lt;SPAN style="background: yellow;"&gt;&amp;lt;Something related to mask/acceptance filter shall be here. What is that&amp;gt;&lt;/SPAN&gt; ) // this function is called at rx interrupt and working correctly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; reply = FGen_ReadFrame(&amp;amp;ID, &amp;amp;type, &amp;amp;format, &amp;amp;len, buff);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New'; color: black;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:24:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406922#M13642</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2015-08-03T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406923#M13643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello sudhanshu mehta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using MQX?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 16:51:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406923#M13643</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-08-04T16:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406924#M13644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhanshu Mehta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remember that the values for setting the acceptance and mask registers should be formatted to fit the identifier registers format.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/54440iCC37908B5DFE1DBC/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you should consider the remote transmission request (RTR), Identifier extension (IDE) and Substitute remote request (SRR) bits in your acceptance code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, please notice that the acceptance filters are applied to the message before it is processed by the msCAN receive ISR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use as reference the source code and documentation from the Coldfire V1 msCAN Drivers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=MSCAN_MCF51" title="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=MSCAN_MCF51"&gt;ColdFire V1 msCAN Drivers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 00:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406924#M13644</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2015-08-05T00:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406925#M13645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thank you for response, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=MSCAN_MCF51" rel="nofollow"&gt;ColdFire V1 msCAN Driver&lt;/A&gt;​&amp;nbsp; you provided does not contain any source code example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to understand the concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My specific problem is&lt;/P&gt;&lt;P&gt;I am using standard frame only&lt;/P&gt;&lt;P&gt;My requirement is slightly changed. Now I want to receive data from 4 IDs. 0x101, 0x102, 0x103, 0x104.&lt;/P&gt;&lt;P&gt;What shall be the value of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="shducrtjju" href="#34715140" title="Click to Continue &amp;gt; by prizecoupon"&gt; Acceptance&lt;IMG src="https://cdncache-a.akamaihd.net/items/it/img/arrow-10x10.png" /&gt;&lt;/A&gt; Code 1"&lt;/P&gt;&lt;P&gt;&lt;A class="shducrtjju" href="#48335101" title="Click to Continue &amp;gt; by prizecoupon"&gt; Acceptance&lt;IMG src="https://cdncache-a.akamaihd.net/items/it/img/arrow-10x10.png" /&gt;&lt;/A&gt; Code 2"&lt;/P&gt;&lt;P&gt;&lt;A class="shducrtjju" href="#82546716" title="Click to Continue &amp;gt; by prizecoupon"&gt; Acceptance&lt;IMG src="https://cdncache-a.akamaihd.net/items/it/img/arrow-10x10.png" /&gt;&lt;/A&gt; mask 1",&amp;nbsp; &lt;/P&gt;&lt;P&gt;"Acceptance Mask 2"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally please also let me know if there is any flag that i need to check if correct data is&lt;A class="shducrtjju" href="#45231902" title="Click to Continue &amp;gt; by prizecoupon"&gt; received&lt;IMG src="https://cdncache-a.akamaihd.net/items/it/img/arrow-10x10.png" /&gt;&lt;/A&gt; or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudhanshu&lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406925#M13645</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2015-08-17T09:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406926#M13646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not using MQX. &lt;/P&gt;&lt;DIV style="display: none;"&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 10:48:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406926#M13646</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2015-08-17T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406927#M13647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Google "Using MSCAN on the HCS12Family"&amp;nbsp; this is application note "AN3034".&lt;/P&gt;&lt;P&gt;I got solution from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot from support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 11:27:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406927#M13647</guid>
      <dc:creator>sudhanshumehta</dc:creator>
      <dc:date>2015-08-18T11:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: FreescaleCAN using in MCF51JM128VLH</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406928#M13648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhanshu Mehta,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is good to hear you that the application note was helpful. Regarding the source code, please run the "setup.exe" file after downloading the software from &lt;A class="jive-link-external-small" data-content-finding="Community" href="http://www.freescale.com/webapp/sps/download/license.jsp?colCode=MSCAN_MCF51" rel="nofollow"&gt;ColdFire V1 msCAN Drivers&lt;/A&gt; . A new folder with the source code and documentation will be created on the path "C:\Program Files\Freescale\msCAN Driver\MCF51 (ColdFire V1)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Carlos Mendoza&lt;/P&gt;&lt;P&gt;Technical Support Engineer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:30:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FreescaleCAN-using-in-MCF51JM128VLH/m-p/406928#M13648</guid>
      <dc:creator>Carlos_Mendoza</dc:creator>
      <dc:date>2015-08-18T13:30:56Z</dc:date>
    </item>
  </channel>
</rss>

