<?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 MPC5777C Freemaster connection with MCAN Problem in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1634410#M1313</link>
    <description>&lt;P&gt;Hello NXP Team&lt;/P&gt;&lt;P&gt;I wonder why my ping test with MCAN doesn't work.&lt;/P&gt;&lt;P&gt;I've configured all the settings in freemaster_cfg.h (I've referenced freemaster driver example)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_153053511.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219405i0D424A61A02BFD45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_153053511.png" alt="KakaoTalk_20230417_153053511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; and I've checked that I am using MCAN0 channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also checked FMSTR_CAN_CMDID and FMSTR_CAN_RESPID which was set default as 0x7aa.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_152738943.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219406i49988404AF77323E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_152738943.png" alt="KakaoTalk_20230417_152738943.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;When I try to Test connection, the error message pops up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_152744294.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219407i760830A36F1519E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_152744294.png" alt="KakaoTalk_20230417_152744294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I implemented simple CAN_transmit and CAN_receive code and tested with CAN king. It works fine with CAN king.&lt;/P&gt;&lt;P&gt;What might be the problem?&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Apr 2023 06:39:57 GMT</pubDate>
    <dc:creator>InhyeokHwang</dc:creator>
    <dc:date>2023-04-17T06:39:57Z</dc:date>
    <item>
      <title>MPC5777C Freemaster connection with MCAN Problem</title>
      <link>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1634410#M1313</link>
      <description>&lt;P&gt;Hello NXP Team&lt;/P&gt;&lt;P&gt;I wonder why my ping test with MCAN doesn't work.&lt;/P&gt;&lt;P&gt;I've configured all the settings in freemaster_cfg.h (I've referenced freemaster driver example)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_153053511.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219405i0D424A61A02BFD45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_153053511.png" alt="KakaoTalk_20230417_153053511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; and I've checked that I am using MCAN0 channel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also checked FMSTR_CAN_CMDID and FMSTR_CAN_RESPID which was set default as 0x7aa.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_152738943.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219406i49988404AF77323E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_152738943.png" alt="KakaoTalk_20230417_152738943.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;When I try to Test connection, the error message pops up.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KakaoTalk_20230417_152744294.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/219407i760830A36F1519E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KakaoTalk_20230417_152744294.png" alt="KakaoTalk_20230417_152744294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I implemented simple CAN_transmit and CAN_receive code and tested with CAN king. It works fine with CAN king.&lt;/P&gt;&lt;P&gt;What might be the problem?&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 06:39:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1634410#M1313</guid>
      <dc:creator>InhyeokHwang</dc:creator>
      <dc:date>2023-04-17T06:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777C Freemaster connection with MCAN Problem</title>
      <link>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1638094#M1318</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/211495"&gt;@InhyeokHwang&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you compare your CAN configuration with the one from demo project from "&lt;EM&gt;&lt;STRONG&gt;C:\NXP\S32DS_Power_v2.1\S32DS\software\FreeMASTER_Serial_Communication_Driver_V2_0\examples\SCI_driver_examples\MPC57xx\MPC577xC_EVB_e200z7_Core0\src\periphinit.c&lt;/STRONG&gt;&lt;/EM&gt;".&lt;/P&gt;
&lt;P&gt;There was an issue reported on another platform caused by SDK misconfiguration. You can find an example &lt;A href="https://community.nxp.com/t5/FreeMASTER/Some-problem-about-FreeMASTER-on-CAN/m-p/1054909/highlight/true#M204" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Hope it helps,&lt;BR /&gt;Iulian&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 14:03:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1638094#M1318</guid>
      <dc:creator>iulian_stan</dc:creator>
      <dc:date>2023-04-21T14:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: MPC5777C Freemaster connection with MCAN Problem</title>
      <link>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1638409#M1320</link>
      <description>&lt;P&gt;Thanks alot, I will check it up on Monday&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 06:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/MPC5777C-Freemaster-connection-with-MCAN-Problem/m-p/1638409#M1320</guid>
      <dc:creator>InhyeokHwang</dc:creator>
      <dc:date>2023-04-23T06:26:57Z</dc:date>
    </item>
  </channel>
</rss>

