<?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>S32 Design StudioのトピックRe: Can Communication Example for MPC5775E</title>
    <link>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600893#M9754</link>
    <description>&lt;P&gt;Hello Lukas,&lt;/P&gt;&lt;P&gt;Thank you very much for your help and interest. When I reviewed the family comparison section in the MPC5775E's reference manual, I saw that I could use these examples. Actually I want to integrate CAN communication without using SDKs.&lt;BR /&gt;I tried both links you shared.&lt;BR /&gt;My comments for&amp;nbsp;the&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-332326" target="_blank" rel="noopener"&gt;https://community.nxp.com/docs/DOC-332326&lt;/A&gt; example:&lt;BR /&gt;- It can be built.&lt;BR /&gt;- Receive and transmit messages do not appear when connected with PCan View. So CAN messages have no output.&lt;BR /&gt;My comments for&amp;nbsp;the&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-334350" target="_blank" rel="noopener"&gt;https://community.nxp.com/docs/DOC-334350&lt;/A&gt; example are:&lt;BR /&gt;- It can be built.&lt;BR /&gt;- But the evaluation board is not flashed.&lt;BR /&gt;- Cannot select the correct target.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bk13_0-1676613940839.png" style="width: 660px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/211332iB4144B2E19B9AB63/image-dimensions/660x175?v=v2" width="660" height="175" role="button" title="bk13_0-1676613940839.png" alt="bk13_0-1676613940839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, as a result, either I could not run the examples or there are missing examples. How can we solve this situation?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Berfin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 06:07:25 GMT</pubDate>
    <dc:creator>bk13</dc:creator>
    <dc:date>2023-02-17T06:07:25Z</dc:date>
    <item>
      <title>Can Communication Example for MPC5775E</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600573#M9750</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We use MPC5775E as a microprocessor. We want to implement CAN communication, but I couldn't find any working examples. Could you share an example where I can learn how to integrate can communication on MPC5775E?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 16:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600573#M9750</guid>
      <dc:creator>bk13</dc:creator>
      <dc:date>2023-02-16T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can Communication Example for MPC5775E</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600637#M9751</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/209498"&gt;@bk13&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MPC5775E is compatible with MPC5777C, so you can check examples for MPC5777C. If you use SDK, you can take a look at:&lt;/P&gt;
&lt;P&gt;c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5777C\demo_apps\flexcan\&lt;/P&gt;
&lt;P&gt;c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\examples\MPC5777C\driver_examples\communication\can_pal\&lt;/P&gt;
&lt;P&gt;Documentation for these examples can be found in this manual:&lt;/P&gt;
&lt;P&gt;c:\NXP\S32DS_Power_v2.1\S32DS\software\S32_SDK_S32PA_RTM_3.0.3\doc\S32SDK_MPC5777C_UserManual.pdf&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don’t use SDK, some examples can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5777C" target="_blank"&gt;https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445#MPC5777C&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;These are the ones for FlexCAN:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-332326" target="_blank"&gt;https://community.nxp.com/docs/DOC-332326&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334350" target="_blank"&gt;https://community.nxp.com/docs/DOC-334350&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Lukas&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 18:03:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600637#M9751</guid>
      <dc:creator>lukaszadrapa</dc:creator>
      <dc:date>2023-02-16T18:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can Communication Example for MPC5775E</title>
      <link>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600893#M9754</link>
      <description>&lt;P&gt;Hello Lukas,&lt;/P&gt;&lt;P&gt;Thank you very much for your help and interest. When I reviewed the family comparison section in the MPC5775E's reference manual, I saw that I could use these examples. Actually I want to integrate CAN communication without using SDKs.&lt;BR /&gt;I tried both links you shared.&lt;BR /&gt;My comments for&amp;nbsp;the&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-332326" target="_blank" rel="noopener"&gt;https://community.nxp.com/docs/DOC-332326&lt;/A&gt; example:&lt;BR /&gt;- It can be built.&lt;BR /&gt;- Receive and transmit messages do not appear when connected with PCan View. So CAN messages have no output.&lt;BR /&gt;My comments for&amp;nbsp;the&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-334350" target="_blank" rel="noopener"&gt;https://community.nxp.com/docs/DOC-334350&lt;/A&gt; example are:&lt;BR /&gt;- It can be built.&lt;BR /&gt;- But the evaluation board is not flashed.&lt;BR /&gt;- Cannot select the correct target.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="bk13_0-1676613940839.png" style="width: 660px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/211332iB4144B2E19B9AB63/image-dimensions/660x175?v=v2" width="660" height="175" role="button" title="bk13_0-1676613940839.png" alt="bk13_0-1676613940839.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, as a result, either I could not run the examples or there are missing examples. How can we solve this situation?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Berfin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 06:07:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-Design-Studio/Can-Communication-Example-for-MPC5775E/m-p/1600893#M9754</guid>
      <dc:creator>bk13</dc:creator>
      <dc:date>2023-02-17T06:07:25Z</dc:date>
    </item>
  </channel>
</rss>

