<?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>MPC5xxx中的主题 Re: Flexcan Receiving issue</title>
    <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960918#M26703</link>
    <description>&lt;P&gt;Hi Petrs,&lt;/P&gt;&lt;P&gt;1. Under which situations are RX message buffers (MBs) deactivated?&lt;BR /&gt;2. When the RXERRCNT in the Error Counter Register (ECR) reaches its maximum value, what happens? Does the CAN controller enter any specific state? In this state, can it still receive or transmit CAN IDs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 16:00:30 GMT</pubDate>
    <dc:creator>bharathn3402</dc:creator>
    <dc:date>2024-09-24T16:00:30Z</dc:date>
    <item>
      <title>Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1953320#M26668</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m using the MPC5775B microcontroller with FlexCAN. During runtime, the FlexCAN suddenly stops receiving standard CAN IDs, even though the CAN IDs are present on the bus. However, it can still receive extended CAN IDs and can send both standard and extended CAN IDs. The system returns to normal functionality after resetting the MCU. What could be causing this issue, and how can it be resolved?&lt;/P&gt;&lt;P&gt;Here’s how I’m initializing the transmit and receive message boxes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// Configure Transmit box&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;FLEXCAN_DRV_ConfigTxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0&lt;/SPAN&gt;, &amp;amp;FlexCAN_transmitMsgInfo,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0x69&lt;/SPAN&gt;); FLEXCAN_DRV_ConfigTxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;1&lt;/SPAN&gt;, &amp;amp;FlexCAN_transmitMsgInfo,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;0x69&lt;/SPAN&gt;);&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;// Configure Receive box&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;FLEXCAN_DRV_ConfigRxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;2&lt;/SPAN&gt;, &amp;amp;FlexCAN_receiveMsgInfo, 0x210); FLEXCAN_DRV_ConfigRxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;3&lt;/SPAN&gt;, &amp;amp;FlexCAN_receiveMsgInfo, 0x210); FLEXCAN_DRV_ConfigRxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;4&lt;/SPAN&gt;, &amp;amp;FlexCAN_receiveMsgInfo, 0x210); FLEXCAN_DRV_ConfigRxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;5&lt;/SPAN&gt;, &amp;amp;FlexCAN_receiveMsgInfo_ext, DUMMY_CAN_ID_2);&lt;BR /&gt;FLEXCAN_DRV_ConfigRxMb(INST_FLEXCANC,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;6&lt;/SPAN&gt;, &amp;amp;FlexCAN_receiveMsgInfo_ext, 0x210);&lt;BR /&gt;&lt;BR /&gt;i used global mask to accept to receive all the canids&lt;BR /&gt;&lt;BR /&gt;Can you please help me out on how to resolve this.&lt;BR /&gt;&lt;BR /&gt;#flexcan #Mpc5775b&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Sep 2024 09:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1953320#M26668</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-09-12T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1954245#M26676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;from this piece of code it cannot be much commented regarding a root cause.&lt;BR /&gt;I can recommend to check in debugger for module's registers and MBs setting/content, if this is as expected. If the MB is still configured to receive given ID, then it would be updated if such message is received.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 11:41:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1954245#M26676</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-13T11:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1955628#M26687</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Actually, the issue occurs suddenly while the application is running on the MCU, and at that moment, we can’t check the register contents, correct? I’m also unable to recreate the issue.&lt;/P&gt;&lt;P&gt;I have another question: What is the global mask value to receive all CAN IDs without any filter?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:19:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1955628#M26687</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-09-17T13:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1956449#M26688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;refer to&amp;nbsp;RXMGMASK register description.&amp;nbsp;&lt;BR /&gt;If mask register is cleared then received ID is don't care. In that case first RX MB will be updated still if global mask scheme is used.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 08:32:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1956449#M26688</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-18T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960091#M26699</link>
      <description>&lt;P&gt;Hi petrs&lt;BR /&gt;&lt;BR /&gt;1.)Is there a feature in FlexCAN to stop receiving CAN data when the error counter for a particular message buffer (MB) reaches the threshold?&lt;BR /&gt;2.)or is there any condition to stop receiving?&lt;BR /&gt;3.) i used 0x69,0x210 as mask for MB0 ,1&amp;nbsp; what range of canid's it will receive?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 18:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960091#M26699</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-09-23T18:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960762#M26701</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;1) no, there is no such functionality. Also there is no individual error counters for each MB. ECR register contains contains error counters for received and transmitted messages. The rules for &lt;BR /&gt;increasing and decreasing these counters are described in the CAN protocol and basic rules are listed in ECR description.&lt;BR /&gt;You can get warning interrupt, see&amp;nbsp;TWRNINT/RWRNINT and user have to react as needed.&lt;BR /&gt;2) Reception is stopped if RX MBs are inactivated, or module is in Freeze mode&lt;BR /&gt;3) you have an ID and IDE bit configured in the MB and corresponding mask register, from that you can see which ID bits will be don't care.&lt;/P&gt;
&lt;P&gt;BR, Petr&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 12:08:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960762#M26701</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-24T12:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960918#M26703</link>
      <description>&lt;P&gt;Hi Petrs,&lt;/P&gt;&lt;P&gt;1. Under which situations are RX message buffers (MBs) deactivated?&lt;BR /&gt;2. When the RXERRCNT in the Error Counter Register (ECR) reaches its maximum value, what happens? Does the CAN controller enter any specific state? In this state, can it still receive or transmit CAN IDs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 16:00:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1960918#M26703</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-09-24T16:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1962296#M26712</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;1) to inactivate a message buffer, the CPU must update its CODE field to INACTIVE (either 0b or 1000b). see more in chapter&amp;nbsp;73.3.7.2 Message buffer inactivation&lt;/P&gt;
&lt;P&gt;2) a module will continue to run in error passive state;&amp;nbsp; It takes part in bus communication,&lt;BR /&gt;but when an error has been detected only a PASSIVE Error ﬂag is sent. Also after a transmission,&lt;BR /&gt;an error-passive node will wait before initiating a further transmission.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 05:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1962296#M26712</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-26T05:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1963272#M26723</link>
      <description>&lt;P&gt;Hi Petrs,&lt;/P&gt;&lt;P&gt;Could you please share a code snippet on how to inactivate the message buffer (MB) after initializing the FlexCAN module for the MPC5775B MCU?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 06:29:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1963272#M26723</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-09-27T06:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1964226#M26736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;SDK does not have function to inactivate RX MB, so if needed you need to write MB directly.&lt;BR /&gt;&lt;SPAN&gt;FLEXCAN_DRV_AbortTransfer can be the one you can refer to. For RX MB, it finally deactivates the MB, but then activate it again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 06:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1964226#M26736</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-30T06:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1966316#M26764</link>
      <description>&lt;P&gt;Hi Petrs,&lt;/P&gt;&lt;P&gt;I identified the issue behind the stop in receiving. After reading the code value of the MBs, I found that when it stops receiving the CAN IDs, it's in the OVERRUN state (0x6). Can you help me resolve this and get it back to a normal state where it can receive the CAN IDs again?&lt;/P&gt;&lt;P&gt;Here’s the code snippet I used for recovery:&lt;/P&gt;&lt;P&gt;`&lt;BR /&gt;static inline uint32_t FLEXCAN_GetMessageBufferCode(const CAN_Type *base, uint32_t mbIdx) {&lt;BR /&gt;if (mbIdx &amp;gt;= FEATURE_CAN_MAX_MB_NUM) {&lt;BR /&gt;return UINT32_MAX; // Invalid index&lt;BR /&gt;}&lt;BR /&gt;volatile uint32_t *flexcan_mb = FLEXCAN_GetMsgBuffRegion(base, mbIdx);&lt;BR /&gt;uint32_t flexcan_mb_config = *flexcan_mb; // Read the control/status register&lt;BR /&gt;uint32_t code = (flexcan_mb_config &amp;amp; FLEX_CAN_CS_CODE_MASK) &amp;gt;&amp;gt; 24; // Extract the CODE field&lt;BR /&gt;return code;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;void UnlockOverrunMailbox(CAN_Type *base, uint32_t mbIdx) {&lt;BR /&gt;// Enter Freeze Mode to safely modify the mailbox&lt;BR /&gt;if (!FLEXCAN_EnterFreezeMode(base)) {&lt;BR /&gt;printf("Failed to enter Freeze Mode\n");&lt;BR /&gt;return;&lt;BR /&gt;}&lt;BR /&gt;// Check if the MB is in OVERRUN state&lt;BR /&gt;uint32_t mbCode = FLEXCAN_GetMessageBufferCode(base, mbIdx);&lt;BR /&gt;if (mbCode == FLEXCAN_RX_BUFFER_OVERRUN) {&lt;BR /&gt;printf("MB %u is in OVERRUN state. Unlocking it...\n", mbIdx);&lt;BR /&gt;// Reset the MB state to EMPTY (0x4) or INACTIVE (0x0)&lt;BR /&gt;base-&amp;gt;RAMn[mbIdx * 4] = (base-&amp;gt;RAMn[mbIdx * 4] &amp;amp; ~FLEX_CAN_CS_CODE_MASK) | (0b0100 &amp;lt;&amp;lt; 24);&lt;BR /&gt;// Unlock the MB by reading the Free Running Timer&lt;BR /&gt;volatile uint32_t unlock = base-&amp;gt;TIMER;&lt;BR /&gt;printf("MB %u unlocked and reset to EMPTY state.\n", mbIdx);&lt;BR /&gt;}&lt;BR /&gt;// Exit Freeze Mode&lt;BR /&gt;FLEXCAN_ExitFreezeMode(base);&lt;BR /&gt;}&lt;BR /&gt;```&lt;/P&gt;&lt;P&gt;However, the recovery is still not working.&lt;/P&gt;&lt;P&gt;I have a few questions related to this issue:&lt;BR /&gt;1. I configured three message buffers (MBs) for receiving, all filtered with the same CAN ID. In this case, the second MB went into the OVERRUN state, but why aren't the remaining two MBs receiving messages?&lt;BR /&gt;2. Is there any other process or method, apart from the code snippet above, to recover from this situation and resume receiving CAN IDs?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 09:21:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1966316#M26764</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-10-03T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1971323#M26817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;if a code field is OVERRUN, still this MB is seen as free-to-receive during matching process, if the MB is not locked. So maybe in your case the second MB is recognized as matched and&amp;nbsp; free-to-receive MB and so other are not updated.&lt;BR /&gt;If the driver is not able to read a MB (call MB interrupt, etc) you can try to check MB flag and interrupt mask bit and content of driver status variable for given MB.&lt;/P&gt;
&lt;P&gt;To recover you can try to call AbortTransfer function and then Receive function again.&lt;/P&gt;
&lt;P&gt;Not sure of the SDK version you have, but be sure you have the latest one (3.0.0 I think).&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 11:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1971323#M26817</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-10-10T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1995212#M26973</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How can we determine if a message buffer (MB) is in an overrun state or any other state? Is there an interrupt to check the status in FlexCAN?&lt;/P&gt;&lt;P&gt;In my case, I’m using FlexCAN with a callback function to copy the received data triggered by the `FLEXCAN_EVENT_RX_COMPLETE` event. However, occasionally, my application fails to catch that interrupt and process the data in time. As a result, when a new message arrives in the same MB, the MB cannot receive the data.&lt;/P&gt;&lt;P&gt;How can I detect when the MB goes into an overrun state to service it appropriately? How should I address this issue?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 06:39:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1995212#M26973</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-11-15T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1997105#M26986</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;overrun is only indicated by MB CODE field. So once MB interrupt is serviced the user RXbuffer is updated with MB content, RXbuffer.CS contains value of MB's CS word where CODE field can be read.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You should ensure MB is read in time. Try to set higher priority for FlexCAN module MB interrupts.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2024 10:32:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1997105#M26986</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-11-19T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1998159#M26994</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52961"&gt;@PetrS&lt;/a&gt;&amp;nbsp;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thank you for the prompt response. I will try to set the priority to high.&lt;/P&gt;&lt;P&gt;I have another question: In flexcan While configuring the RX buffers, we can apply individual masks to each buffer as required. Similarly, is it possible to configure TX buffers with individual masks? If not, how does the system handle multiple CAN IDs in the TX buffers?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 17:48:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1998159#M26994</guid>
      <dc:creator>bharathn3402</dc:creator>
      <dc:date>2024-11-20T17:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Receiving issue</title>
      <link>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1998707#M26999</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;no mask is done for TX buffers. User configures MB with given ID for transmission. If more TX MBs are prepared for transmission, internal arbitration process is performed to select a winner, that is going to be send on first opportunity window on the bus. See more in Arbitration process chapter.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 08:43:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MPC5xxx/Flexcan-Receiving-issue/m-p/1998707#M26999</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-11-21T08:43:17Z</dc:date>
    </item>
  </channel>
</rss>

