<?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 Re: LPC55s04 CAN in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2081632#M58079</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249354"&gt;@yyyy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;Please check if the configuration of the CAN controller's clock, baud rate, and operating mode&amp;nbsp; is correct. Also, check the CAN hardware connection. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;I recommend that you first use the CAN demo in the SDK to see if it works well with your board.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 09:33:17 GMT</pubDate>
    <dc:creator>Alice_Yang</dc:creator>
    <dc:date>2025-04-16T09:33:17Z</dc:date>
    <item>
      <title>LPC55s04 CAN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2080675#M58065</link>
      <description>&lt;P&gt;I encountered an issue while debugging the CAN bus. After the MCU starts up, there is a probability that the CAN controller enters an error state. In this state, everything appears normal when no CAN frames are being received or transmitted. However, as soon as a CAN frame is received, errors start accumulating. The strange part is that the CAN0-&amp;gt;PSR-&amp;gt;BO (Bus Off) bit does not get set to 1, so the recovery mechanism cannot be triggered, causing the CAN bus to remain in an abnormal state continuously.&lt;BR /&gt;What could be the cause of this situation? Is there any specific register (similar to the PSR-&amp;gt;BO bit) that can be used to identify this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 08:49:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2080675#M58065</guid>
      <dc:creator>yyyy1</dc:creator>
      <dc:date>2025-04-15T08:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55s04 CAN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2080683#M58066</link>
      <description>&lt;P&gt;The following is the register information in this state：&lt;/P&gt;&lt;P&gt;MCAN Control Register (CCCR) Status [0x00000000]:&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;INIT[0]: 0 - Normal operation&lt;BR /&gt;CCE[1]: 0 - Configuration registers locked&lt;BR /&gt;ASM[2]: 0 - Normal CAN operation&lt;BR /&gt;CSA[3]: 0 - Clocks running&lt;BR /&gt;CSR[4]: 0 - No clock stop request&lt;BR /&gt;MON[5]: 0 - Normal transceiver mode&lt;BR /&gt;DAR[6]: 0 - Automatic retransmission enabled&lt;BR /&gt;TEST[7]: 0 - Normal operation&lt;BR /&gt;FDOE[8]: 0 - CAN FD operation disabled&lt;BR /&gt;BRSE[9]: 0 - Bit rate switching disabled&lt;BR /&gt;PXHD[12]: 0 - Protocol exception handling enabled&lt;BR /&gt;EFBI[13]: 0 - Edge filtering disabled&lt;BR /&gt;TXP[14]: 0 - Transmit pause disabled&lt;BR /&gt;NISO[15]: 0 - Using ISO CAN FD spec&lt;/P&gt;&lt;P&gt;MCAN Protocol Status Register (PSR) [0x0000077C]:&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;LEC[2:0]: 4 - Bit1 error: Dominant level when recessive expected during transmission&lt;BR /&gt;ACT[4:3]: 3 - Transmitter - Node operating as transmitter&lt;BR /&gt;EP[5]: 1 - Error passive state&lt;BR /&gt;EW[6]: 1 - At least one error counter &amp;gt;= 96&lt;BR /&gt;BO[7]: 0 - Bus-on state&lt;BR /&gt;[NOTICE] In Error Passive state! Communication may be affected&lt;BR /&gt;[NOTICE] At least one error counter reached warning limit (96)&lt;/P&gt;&lt;P&gt;MCAN Error Counter Register (ECR) [0x0000FF08]:&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;TEC[7:0]: 8 - Transmit Error Count (0-255)&lt;BR /&gt;REC[14:8]: 127 - Receive Error Count (0-127)&lt;BR /&gt;RP[15]: 1 - Receive error level (&amp;gt;=128)&lt;BR /&gt;CEL[23:16]: 0 - CAN Error Log Count (0-255)&lt;BR /&gt;[WARNING] Receive error counter near/passive threshold (127)!&lt;BR /&gt;[NOTICE] In receive error passive state (RP=1)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 08:57:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2080683#M58066</guid>
      <dc:creator>yyyy1</dc:creator>
      <dc:date>2025-04-15T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPC55s04 CAN</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2081632#M58079</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/249354"&gt;@yyyy1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;Please check if the configuration of the CAN controller's clock, baud rate, and operating mode&amp;nbsp; is correct. Also, check the CAN hardware connection. &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;I recommend that you first use the CAN demo in the SDK to see if it works well with your board.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;BR&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="times new roman,times"&gt;&lt;SPAN&gt;Alice&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 09:33:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC55s04-CAN/m-p/2081632#M58079</guid>
      <dc:creator>Alice_Yang</dc:creator>
      <dc:date>2025-04-16T09:33:17Z</dc:date>
    </item>
  </channel>
</rss>

