<?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>Model-Based Design Toolbox (MBDT)のトピックMultiple CAN Rx - MBDT</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/1264493#M5989</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to recieve multiple CAN Messages and then retransmit them over the CAN Bus (to make sure the data is being correctly recieved.&lt;/P&gt;&lt;P&gt;I'm trying to do this with messages at similar intervals, i.e: I'm trying to read 2 CAN Messages, each one sent at 2ms intervals, if that makes sense?&lt;/P&gt;&lt;P&gt;Unfortunately, I'm running into some fundamental issues:&lt;/P&gt;&lt;P&gt;- With the attached model, the only message being transmitted is 0x400, regardless of the ID of the message being recieved; message 1D8 or 1D7&lt;/P&gt;&lt;P&gt;- When both messages are being transmitted from my PCAN-USB, message 0x400 then doesn't contain the contents of message 0x1D8 and instead appears to fairly sporadically transmit the contents of 0x1D7, only at really strange intervals.&lt;/P&gt;&lt;P&gt;I've tried with Rx FIFO enabled and RX FIFO disabled but I still can't get it to work.&lt;/P&gt;&lt;P&gt;I suspect I've got some fundamentally incorrect settings however I've no clue what they are.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Crispin&lt;/P&gt;</description>
    <pubDate>Mon, 19 Apr 2021 16:34:10 GMT</pubDate>
    <dc:creator>C_Zuercher_APR</dc:creator>
    <dc:date>2021-04-19T16:34:10Z</dc:date>
    <item>
      <title>Multiple CAN Rx - MBDT</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/1264493#M5989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to recieve multiple CAN Messages and then retransmit them over the CAN Bus (to make sure the data is being correctly recieved.&lt;/P&gt;&lt;P&gt;I'm trying to do this with messages at similar intervals, i.e: I'm trying to read 2 CAN Messages, each one sent at 2ms intervals, if that makes sense?&lt;/P&gt;&lt;P&gt;Unfortunately, I'm running into some fundamental issues:&lt;/P&gt;&lt;P&gt;- With the attached model, the only message being transmitted is 0x400, regardless of the ID of the message being recieved; message 1D8 or 1D7&lt;/P&gt;&lt;P&gt;- When both messages are being transmitted from my PCAN-USB, message 0x400 then doesn't contain the contents of message 0x1D8 and instead appears to fairly sporadically transmit the contents of 0x1D7, only at really strange intervals.&lt;/P&gt;&lt;P&gt;I've tried with Rx FIFO enabled and RX FIFO disabled but I still can't get it to work.&lt;/P&gt;&lt;P&gt;I suspect I've got some fundamentally incorrect settings however I've no clue what they are.&lt;/P&gt;&lt;P&gt;Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Crispin&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 16:34:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/1264493#M5989</guid>
      <dc:creator>C_Zuercher_APR</dc:creator>
      <dc:date>2021-04-19T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CAN Rx - MBDT</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/1264865#M5991</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I Found what I believe to be the solution; if I move the CAN Tx blocks to their own timed subsystems (see attached .zip file), the CAN Tx messages appear to behave as they should, according to the PCAN-VIEW anyway.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Crispin&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:48:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/1264865#M5991</guid>
      <dc:creator>C_Zuercher_APR</dc:creator>
      <dc:date>2021-04-20T06:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple CAN Rx - MBDT</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/2109693#M10274</link>
      <description>Hi there, I was facing the same issue while trying to receive multiple can messages and split the data bytes accordingly. Could you guide me on this&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-receive-issue-MBDT/m-p/2108898#M10269" target="_blank"&gt;https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-receive-issue-MBDT/m-p/2108898#M10269&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ive explained the issue in the above community post&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2025 16:51:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/Multiple-CAN-Rx-MBDT/m-p/2109693#M10274</guid>
      <dc:creator>MReza</dc:creator>
      <dc:date>2025-06-03T16:51:06Z</dc:date>
    </item>
  </channel>
</rss>

