<?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: LPC4357 CAN in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1414081#M13255</link>
    <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184749" target="_self" aria-label="View Profile of Ashru"&gt;&lt;SPAN class=""&gt;Ashru&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;1) Yes, you can config 10 Message objects, then use the "CAN message interface command request registers" to control receive which number message first.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1644983384724.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170670i80F3D0E6DDE0B618/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1644983384724.png" alt="Alice_Yang_0-1644983384724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) About the IF1 and IF2, they are two interface registers.&lt;/P&gt;
&lt;P&gt;The function of the two interface register sets is identical (except for test mode Basic).&lt;BR /&gt;One set of registers may be used for data transfer to the Message RAM while the other&lt;BR /&gt;set of registers may be used for the data transfer from the Message RAM, allowing both&lt;BR /&gt;processes to be interrupted by each other.&lt;/P&gt;
&lt;P&gt;Detail you can refer to "45.6.2 Message interface registers" of UM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 03:51:37 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2022-02-16T03:51:37Z</dc:date>
    <item>
      <title>LPC4357 CAN</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1413060#M13231</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using MCB4300 Dev Kit and configured for CAN.&lt;/P&gt;&lt;P&gt;I configured a message object to receive 10 numbers of message IDs and able to receive properly each message.&lt;/P&gt;&lt;P&gt;1) My doubt is as i am using single message object for multiple IDS, everytime the message buffer/receiving buffers are overwritten with new message. If i want to read last 5 message IDs then first 5 message ID, will it be possible? Is it like CAN can store the data of all message IDs though we are using single message object/RAM?&lt;/P&gt;&lt;P&gt;2) If we see our driver,&lt;/P&gt;&lt;P&gt;if (size &amp;gt; 0U) { data[0] = (ptr_CAN-&amp;gt;IF1_DA1) &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 1U) { data[1] = (ptr_CAN-&amp;gt;IF1_DA1 &amp;gt;&amp;gt; &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 2U) { data[2] = (ptr_CAN-&amp;gt;IF1_DA2) &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 3U) { data[3] = (ptr_CAN-&amp;gt;IF1_DA2 &amp;gt;&amp;gt; &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 4U) { data[4] = (ptr_CAN-&amp;gt;IF1_DB1) &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 5U) { data[5] = (ptr_CAN-&amp;gt;IF1_DB1 &amp;gt;&amp;gt; &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 6U) { data[6] = (ptr_CAN-&amp;gt;IF1_DB2) &amp;amp; 0xFFU;&lt;BR /&gt;if (size &amp;gt; 7U) { data[7] = (ptr_CAN-&amp;gt;IF1_DB2 &amp;gt;&amp;gt; &lt;LI-EMOJI id="lia_smiling-face-with-sunglasses" title=":smiling_face_with_sunglasses:"&gt;&lt;/LI-EMOJI&gt; &amp;amp; 0xFFU;&lt;/P&gt;&lt;P&gt;Its using only IF1 register and IF2 register is still there.&lt;/P&gt;&lt;P&gt;Why its not used or how i can use it , Will it help me to store the data upto next read?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Awaiting for your valuable comments..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashru&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:41:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1413060#M13231</guid>
      <dc:creator>Ashrumochan</dc:creator>
      <dc:date>2022-02-14T11:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 CAN</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1414081#M13255</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="UserName lia-user-name lia-user-rank-Contributor-II lia-component-message-view-widget-author-username"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #333f48;" href="https://community.nxp.com/t5/user/viewprofilepage/user-id/184749" target="_self" aria-label="View Profile of Ashru"&gt;&lt;SPAN class=""&gt;Ashru&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;1) Yes, you can config 10 Message objects, then use the "CAN message interface command request registers" to control receive which number message first.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1644983384724.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/170670i80F3D0E6DDE0B618/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1644983384724.png" alt="Alice_Yang_0-1644983384724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) About the IF1 and IF2, they are two interface registers.&lt;/P&gt;
&lt;P&gt;The function of the two interface register sets is identical (except for test mode Basic).&lt;BR /&gt;One set of registers may be used for data transfer to the Message RAM while the other&lt;BR /&gt;set of registers may be used for the data transfer from the Message RAM, allowing both&lt;BR /&gt;processes to be interrupted by each other.&lt;/P&gt;
&lt;P&gt;Detail you can refer to "45.6.2 Message interface registers" of UM.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 03:51:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1414081#M13255</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-02-16T03:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 CAN</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1417162#M13309</link>
      <description>&lt;P&gt;Hello Alice,&lt;BR /&gt;&lt;BR /&gt;Thank you for your feedback . I appreciate your response.&lt;/P&gt;&lt;P&gt;Let me put the question like this,&lt;BR /&gt;I am using a single message object let 01, and for this object i am using message id filter from 10 to 20.&lt;BR /&gt;Means object 01 can receive data from 10 to 20 message ids. In this scenario how message object memory will support all the 10 to 20 message id data. Because every time new id data receives by the object old id data is overwritten if i am right?&lt;BR /&gt;So if i want to store all the 10 to 20 message ID data then how i can store it ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ashrumochan&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 04:01:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1417162#M13309</guid>
      <dc:creator>Ashrumochan</dc:creator>
      <dc:date>2022-02-22T04:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: LPC4357 CAN</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1418928#M13330</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, if you only use one message object.&lt;/P&gt;
&lt;P&gt;While how about use ten Message objects in RAM:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alice_Yang_0-1645692685574.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/171638iFA2691B5FFB0E5C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alice_Yang_0-1645692685574.png" alt="Alice_Yang_0-1645692685574.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Alice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 08:51:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/LPC4357-CAN/m-p/1418928#M13330</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2022-02-24T08:51:35Z</dc:date>
    </item>
  </channel>
</rss>

