<?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>S32KのトピックRe: S32K144 CAN1</title>
    <link>https://community.nxp.com/t5/S32K/S32K144-CAN1/m-p/2250599#M54892</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257411"&gt;@john_2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Firstly, could you share which FlexCAN example you are using? I imagine you are referring to the&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN5413.pdf" target="_blank"&gt;AN5413: S32K1xx Series Cookbook.&lt;/A&gt;&amp;nbsp;Also, can you confirm if the TLE9471 is set to normal mode and correctly powered?&lt;/P&gt;
&lt;P&gt;1) Is CAN1 instance correctly clocked, and in freeze mode? Also, CAN1 only has 16MBs, so you need to clear 64 words instead of 128:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Why-FlexCAN-init-stops-while-clearing-RAMn/m-p/862874" target="_blank"&gt;Re: Why FlexCAN init stops while clearing RAMn? - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2) There is an example routine shared in community, though they tested the communication by shorting Tx/Rx:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/CAN1-not-working-in-S32K144/td-p/1015735" target="_blank"&gt;Solved: CAN1 not working in S32K144 - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;STRONG&gt;Using CAN0 with 5V via USB is not possible, right?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Correct, EVB needs 12V for CAN, however, this is for the in-board transceiver. For CAN1, you need to configure your external transceiver or path the pins through the TJA that comes with the board.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 27 Nov 2025 20:38:32 GMT</pubDate>
    <dc:creator>Julián_AragónM</dc:creator>
    <dc:date>2025-11-27T20:38:32Z</dc:date>
    <item>
      <title>S32K144 CAN1</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-CAN1/m-p/2250316#M54874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a S32K144 EvalBoard (version C) and I am trying to use CAN1, because I have another Board with a CAN-Transceiver.&lt;/P&gt;&lt;P&gt;My Evalboard is connected via USB to my PC.&amp;nbsp;&lt;BR /&gt;CAN1_RX (PTA12 (J6_16)) and CAN1_TX (PTA13 (J6_14)) are connected to the RX/TX of the SBC (TLE9471).&lt;/P&gt;&lt;P&gt;I used the FlexCAN example and changed all CAN0 -&amp;gt; CAN1 and also updated the pin configuration (using PTA12/13 instead of PTA4/5).&lt;/P&gt;&lt;P&gt;Then every 500ms I call the function to send a CAN-Message (FLEXCAN1_transmit_msg() )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have two issues:&lt;/P&gt;&lt;P&gt;1) after restart the programm, it crashes in the CAN-Initialisation&lt;/P&gt;&lt;LI-CODE lang="c"&gt;for(i=0; i&amp;lt;128; i++ )
{ /* CAN1: clear 32 msg bufs x 4 words/msg buf = 128 words */
CAN1-&amp;gt;RAMn[i] = 0; /* Clear msg buf word */
}&lt;/LI-CODE&gt;&lt;LI-CODE lang="c"&gt;DefaultISR:
    b       DefaultISR
    .size DefaultISR, . - DefaultISR&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I comment out this part, it is not crashing.&lt;/P&gt;&lt;P&gt;2) On the PTA12 and PTA13 I have a logicanalyzer. But I can't see any signals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I expected to see every 500ms a CAN message on the bus. Or at least to see some signals on the LogicAnalyzer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anywhere a explanation how to initialize CAN1 correctly?&lt;/P&gt;&lt;P&gt;Using CAN0 with 5V via USB is not possible, right?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 09:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-CAN1/m-p/2250316#M54874</guid>
      <dc:creator>john_2</dc:creator>
      <dc:date>2025-11-27T09:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: S32K144 CAN1</title>
      <link>https://community.nxp.com/t5/S32K/S32K144-CAN1/m-p/2250599#M54892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257411"&gt;@john_2&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Firstly, could you share which FlexCAN example you are using? I imagine you are referring to the&amp;nbsp;&lt;A href="https://www.nxp.com/docs/en/application-note/AN5413.pdf" target="_blank"&gt;AN5413: S32K1xx Series Cookbook.&lt;/A&gt;&amp;nbsp;Also, can you confirm if the TLE9471 is set to normal mode and correctly powered?&lt;/P&gt;
&lt;P&gt;1) Is CAN1 instance correctly clocked, and in freeze mode? Also, CAN1 only has 16MBs, so you need to clear 64 words instead of 128:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/Why-FlexCAN-init-stops-while-clearing-RAMn/m-p/862874" target="_blank"&gt;Re: Why FlexCAN init stops while clearing RAMn? - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;2) There is an example routine shared in community, though they tested the communication by shorting Tx/Rx:&amp;nbsp;&lt;A href="https://community.nxp.com/t5/S32K/CAN1-not-working-in-S32K144/td-p/1015735" target="_blank"&gt;Solved: CAN1 not working in S32K144 - NXP Community&lt;/A&gt;.&lt;/P&gt;
&lt;DIV id="bodyDisplay" class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;
&lt;DIV class="lia-message-body-content"&gt;
&lt;P&gt;&lt;STRONG&gt;Using CAN0 with 5V via USB is not possible, right?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Correct, EVB needs 12V for CAN, however, this is for the in-board transceiver. For CAN1, you need to configure your external transceiver or path the pins through the TJA that comes with the board.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Nov 2025 20:38:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K144-CAN1/m-p/2250599#M54892</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2025-11-27T20:38:32Z</dc:date>
    </item>
  </channel>
</rss>

