<?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>LPC MicrocontrollersのトピックRe: LPC546xx CAN Rx FIFO infos</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044298#M40545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;Luca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Bus off means that the transmit error counter (see explanation further down) has reached 256.&lt;SPAN&gt;&amp;nbsp;So it could be that the package sent has not the same ID or the filter set for the FIFO is filtering the package, also the baud-rate could be an option.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Is the same ID that causes drops in the transmission?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Alexis Andalon&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2020 16:29:27 GMT</pubDate>
    <dc:creator>Alexis_A</dc:creator>
    <dc:date>2020-04-20T16:29:27Z</dc:date>
    <item>
      <title>LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044293#M40540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm running on a LPC54608 and MCUXpresso, sdk2.7, I have some problems to understand how to receive many frames from standard CAN bus @125kbps. Starting from sdk mcan interrupt example I can receive a single CAN messages but I have some problems receiveing a burst of many messages (e.g. a burst of 10 messages), basically I think I have some problems to understand how RX FIFO works: where can I find basic informations on how CAN fifo works on LPC5460xx? User Manual specs the registers bits but doesn't help me to understand how to use fifo mechanism... I think I need a dummy reference applied on this peripheral? someone can help me?&lt;/P&gt;&lt;P&gt;thanks.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 10:40:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044293#M40540</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2020-04-01T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044294#M40541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lucan Givin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the SDK you can look for the example mcan_interrupt_transfer, this shows an example of how to set the RX FIFO, if you want to receive more frames you will need to modify the RX Filter to accept more than the ID frame given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2020 12:52:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044294#M40541</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-10T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044295#M40542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis, thanks for your answer.&lt;/P&gt;&lt;P&gt;In the suggested demo code I set the RX buffer lenght to 32 frames:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/* RX fifo0 config. */&lt;/SPAN&gt;
rxFifo0&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;elementSize &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;32U&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
rxFifo0&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;watermark &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
rxFifo0&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;opmode &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kMCAN_FifoBlocking&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
rxFifo0&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;datafieldSize &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kMCAN_8ByteDatafield&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="token function"&gt;MCAN_SetRxFifo0Config&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;EXAMPLE_MCAN&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;rxFifo0&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;after this I enabled a receiver function using a non blocking Fifo0 receiver:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new, courier, monospace;"&gt;MCAN_TransferReceiveFifoNonBlocking(EXAMPLE_MCAN, 0, &amp;amp;mcanHandle, &amp;amp;rxXfer);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;and into my receiver function when I detect a valid IRQ received message I read all the received frames in the buffer checking the RxFifo0 F0FL fill level value with the code below:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;    &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;rxComplete &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt; true&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="comment token"&gt;/* check for all the received frames in the buffer */&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;while&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;RXF0S &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_RXF0S_F0FL_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt; CAN_RXF0S_F0FL_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            &lt;SPAN class="token function"&gt;MCAN_ReadRxFifo&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt;rxFrame&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
            &lt;SPAN class="comment token"&gt;/* use here the received frame from the buffer */&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this correct or I'm missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2020 13:20:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044295#M40542</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2020-04-16T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044296#M40543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That looks good. Is the module working after the modifications?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2020 18:01:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044296#M40543</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-17T18:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044297#M40544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my target board the firmware coded starting from the example "lpcxpresso54608_mcan_interrupt_transfer"&amp;nbsp; from the sdk.2.7 and with new sdk.2.7 MCAN drivers basically seems to work (enough); I solved the problem on CAN receiver that I had with &lt;SPAN style="font-family: courier new, courier, monospace;"&gt;MCAN_TransferReceiveFifoNonBlocking&lt;/SPAN&gt; and IRQ callback functions on sdk.2.6 (as I already wrote in my first question the previous CAN manager stops working receiving multiple frames; with the new RX FIFO BUFFER manager described above and sdk.2.7 this problem doesn't happen).&lt;/P&gt;&lt;P&gt;...BUT...&lt;/P&gt;&lt;P&gt;I'm not so really sure that everything works well because I'm also founding some new Bus_Off error detections in the IRQ callback function where the previous firmware based on sdk.2.6 didn't&amp;nbsp; had!&lt;/P&gt;&lt;P&gt;Maybe the new problems are not really correlated with the RX FIFO frames length (as reported above) but more in general seems to depend on other changes in sdk.2.7&amp;nbsp; IRQ callback management...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestion on the changes from sdk2.6 to sdk2.7 about MCAN drivers?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 14:24:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044297#M40544</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2020-04-20T14:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044298#M40545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;Luca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Bus off means that the transmit error counter (see explanation further down) has reached 256.&lt;SPAN&gt;&amp;nbsp;So it could be that the package sent has not the same ID or the filter set for the FIFO is filtering the package, also the baud-rate could be an option.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Is the same ID that causes drops in the transmission?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Alexis Andalon&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2020 16:29:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044298#M40545</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-20T16:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044299#M40546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexis,&lt;/P&gt;&lt;P&gt;thanks for the explanations, but I think my problem is on how the callback IRQ function detect ErrorPassive and Buss-Off state: it seems that the standard callback &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;uint32_t &lt;/SPAN&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;result&lt;/SPAN&gt; parameter in&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;static void mcan_callback(CAN_Type *base, mcan_handle_t *handle, status_t status, uint32_t result, void *userData)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;can't distinguish from BussOff, ErrorPassive or&amp;nbsp; ErrorWarning (using flags kMCAN_ErrorWarningIntFlag, kMCAN_ErrorPassiveIntFlag or kMCAN_BusOffIntFlag) because in sdk.2.7&amp;nbsp; the &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;MCAN_TransferHandleIRQ&lt;/SPAN&gt; function in fsl_mcan.c file sets always all the three flags as result even if there is only one condition detected.&amp;nbsp;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;void&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;MCAN_TransferHandleIRQ&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;CAN_Type &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;base&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; mcan_handle_t &lt;SPAN class="operator token"&gt;*&lt;/SPAN&gt;handle&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
  &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;do&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0U&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;valueIR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorWarningIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                              &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorPassiveIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                              &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_BusOffIntFlag&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            &lt;SPAN class="comment token"&gt;/* Here it seems to set always all the three flags even if
             * only 1 condition causes the IRQ? */&lt;/SPAN&gt;
            result &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorWarningIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                     &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorPassiveIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                     &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_BusOffIntFlag&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
            status &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kStatus_MCAN_ErrorStatus&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is this correct?&lt;/P&gt;&lt;P&gt;Starting from this point now I detect the real error condition/status in my callback manager:&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;/*detect the state */&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;/* check for BUS_OFF status */&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;PSR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_PSR_BO_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;CAN_PSR_BO_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   &lt;SPAN class="comment token"&gt;/* manage bus-off status, in my case I completely reset 
    * the CAN controller, I restart it and then I check if the 
    * bus-off state is solved*/&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;MCAN_Deinit&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="token function"&gt;open_can&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
    &lt;SPAN class="comment token"&gt;/* wait the busoff recovery finished */&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;while&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;PSR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_PSR_LEC_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;CAN_PSR_LEC_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0x5&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;||&lt;/SPAN&gt;
  &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;PSR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_PSR_BO_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;CAN_PSR_BO_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt; 

&lt;SPAN class="comment token"&gt;/* check for error passive status */&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;else&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;PSR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_PSR_EP_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;CAN_PSR_EP_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   &lt;SPAN class="comment token"&gt;/* manage error passive status, in my app I simply clean the error
    * restarting the can controller */&lt;/SPAN&gt;
   USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;CCCR &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; CAN_CCCR_INIT_MASK&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   &lt;SPAN class="comment token"&gt;/* Confirm the value has been accepted. */&lt;/SPAN&gt;
   &lt;SPAN class="keyword token"&gt;while&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;!&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="operator token"&gt;-&amp;gt;&lt;/SPAN&gt;CCCR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; CAN_CCCR_INIT_MASK&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt; CAN_CCCR_INIT_SHIFT&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
   
   &lt;SPAN class="token function"&gt;MCAN_EnterNormalMode&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;USE_MCAN&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What do you think about this?&lt;/P&gt;&lt;P&gt;I think my wrong BusOff detections&amp;nbsp; were not bus-off problems but error passive detections caused by the cable disconnection manager...&amp;nbsp; so now the firmware should manage the ErrorPassive status... any suggestion to recovery the Error_Passive status?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 08:18:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044299#M40546</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2020-04-22T08:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044300#M40547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you mention, I also think the driver should recognize between errors so you could use the approach you handle or only add the valueIR to the result assignment as follows so you could identify in the callback which error is being triggered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-c line-numbers"&gt;&lt;CODE&gt; &lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0U&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;!=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;valueIR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorWarningIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorPassiveIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                              &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_BusOffIntFlag&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
            &lt;SPAN class="comment token"&gt;/* Solve error. */&lt;/SPAN&gt;
            result &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; valueIR &lt;SPAN class="operator token"&gt;&amp;amp;&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorWarningIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_ErrorPassiveIntFlag &lt;SPAN class="operator token"&gt;|&lt;/SPAN&gt;
                     &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;uint32_t&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;kMCAN_BusOffIntFlag&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
            status &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; kStatus_MCAN_ErrorStatus&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The passive error quickly can be converted to a bus_off condition, so be careful how you handle this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¨A node starts out in Error Active mode. When any one of the two Error Counters raises above 127, the node will enter a state known as Error Passive and when the Transmit Error Counter raises above 255, the node will enter the Bus Off state.¨&amp;nbsp; (&lt;A href="https://www.kvaser.com/about-can/the-can-protocol/can-error-handling/" rel="nofollow noopener noreferrer" target="_blank"&gt;font&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, the node will be possible to recover if it not enter the bus_off condition, after it enter will require the correct recovery sequence, check the second Remark in the page&amp;nbsp;709 to know more about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 17:32:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044300#M40547</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-23T17:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044301#M40548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, you're really really&amp;nbsp; helpful... thanks for the link!&lt;/P&gt;&lt;P&gt;In my app the CAN driver has to detect and manage a "cable detaching/disconnection" and "cable&amp;nbsp; re-connection" condition and as I can see the errors are just generated from these operations (of course in case of cable disconnection, after the detection of the&amp;nbsp;AckError - The message transmitted by the M_CAN was not acknowledged by another node - in PSR register, I already stop the transmission of new frames and I abort any pending TX message ....)&lt;/P&gt;&lt;P&gt;From my last debugs I've found that, as you mentioned, the error_passive drives quickly in a bus_off error if not managed, but I've also found that the simple re-init of the block using the instruction:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: terminal, monaco, monospace;"&gt;USE_MCAN-&amp;gt;CCCR |= CAN_CCCR_INIT_MASK; &lt;/SPAN&gt;as indicated in my previous code is not sufficient to really recover the block from the error_passive caused by a cable detach. Maybe a complete reset and restarting of the CAN block is more appropriate.&lt;/P&gt;&lt;P&gt;I don't know if you or someone in the community has a deeper experience or has already solved these kind of problems and has some suggestions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Apr 2020 14:33:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044301#M40548</guid>
      <dc:creator>cybaluke</dc:creator>
      <dc:date>2020-04-24T14:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: LPC546xx CAN Rx FIFO infos</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044302#M40549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Luca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually when a module suffers a critical error the best way to recover it will be a reinitialization of the module, so I think you could try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2020 22:18:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC546xx-CAN-Rx-FIFO-infos/m-p/1044302#M40549</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-28T22:18:31Z</dc:date>
    </item>
  </channel>
</rss>

