<?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 CAN Receive to trigger transmitting by MPC5744P with MBD v3.2 in Model-Based Design Toolbox (MBDT)</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1371465#M6706</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have an issue about receiving CAN data to trigger transmitting another CAN data.&lt;BR /&gt;My system setup is as follow,&amp;nbsp;MPC5744P rev D with MBD Toolbox v3.2 and bootloader by S32 v2.1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The problem is as follow,&amp;nbsp;&lt;BR /&gt;I want to receive message with ID 0x100 to trigger transmitting of message with ID 0x500&lt;BR /&gt;and receive message with ID 0x200 to trigger transmitting of message with ID 0x600.&lt;/P&gt;&lt;P&gt;I tried to modify the example code of CAN which is called 【flexcan_mpc574x.mdl】to perform the above feature, but it seems that it can only receive 0x100 to trigger transmitting of message with ID 0x500.&lt;BR /&gt;( the code I failed to achieve the feature I want is attached which is named as 【flexcan_mpc574x_mod.mdl】)&lt;/P&gt;&lt;P&gt;It confused me a lot, if anyone know what is the right way to&amp;nbsp;achieve the above feature, please help me, thank you very much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 19:08:48 GMT</pubDate>
    <dc:creator>hbhnhbnhj1</dc:creator>
    <dc:date>2021-11-15T19:08:48Z</dc:date>
    <item>
      <title>CAN Receive to trigger transmitting by MPC5744P with MBD v3.2</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1371465#M6706</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have an issue about receiving CAN data to trigger transmitting another CAN data.&lt;BR /&gt;My system setup is as follow,&amp;nbsp;MPC5744P rev D with MBD Toolbox v3.2 and bootloader by S32 v2.1.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The problem is as follow,&amp;nbsp;&lt;BR /&gt;I want to receive message with ID 0x100 to trigger transmitting of message with ID 0x500&lt;BR /&gt;and receive message with ID 0x200 to trigger transmitting of message with ID 0x600.&lt;/P&gt;&lt;P&gt;I tried to modify the example code of CAN which is called 【flexcan_mpc574x.mdl】to perform the above feature, but it seems that it can only receive 0x100 to trigger transmitting of message with ID 0x500.&lt;BR /&gt;( the code I failed to achieve the feature I want is attached which is named as 【flexcan_mpc574x_mod.mdl】)&lt;/P&gt;&lt;P&gt;It confused me a lot, if anyone know what is the right way to&amp;nbsp;achieve the above feature, please help me, thank you very much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 19:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1371465#M6706</guid>
      <dc:creator>hbhnhbnhj1</dc:creator>
      <dc:date>2021-11-15T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Receive to trigger transmitting by MPC5744P with MBD v3.2</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1400063#M6883</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/150243"&gt;@hbhnhbnhj1&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Do you still encounter this issue?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Marius&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 07:55:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1400063#M6883</guid>
      <dc:creator>mariuslucianand</dc:creator>
      <dc:date>2022-01-17T07:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Receive to trigger transmitting by MPC5744P with MBD v3.2</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1411765#M6983</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/72088"&gt;@mariuslucianand&lt;/a&gt;,&lt;BR /&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;I have&amp;nbsp;temporarily found a less efficient way to do this feature.&lt;BR /&gt;&lt;SPAN&gt;I will get back to this issue in the future for your help, thanks.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 10:49:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1411765#M6983</guid>
      <dc:creator>hbhnhbnhj1</dc:creator>
      <dc:date>2022-02-10T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Receive to trigger transmitting by MPC5744P with MBD v3.2</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1577534#M7966</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;P class=""&gt;I have also met this problem. How can I solve it&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;How to receive messages from multiple channels&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P class=""&gt;May I see your model or file&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 05 Jan 2023 01:23:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/CAN-Receive-to-trigger-transmitting-by-MPC5744P-with-MBD-v3-2/m-p/1577534#M7966</guid>
      <dc:creator>zkkz</dc:creator>
      <dc:date>2023-01-05T01:23:29Z</dc:date>
    </item>
  </channel>
</rss>

