<?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: CAN MCAL in S32K</title>
    <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2124602#M50319</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can check within debugger if message is really received. Inspect used MB area, MB flag.&lt;BR /&gt;Also be sure no error is detected during reception, otherwise message is not moved-in and no MB flag will be set, check ECR/ESR1 registers.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jun 2025 08:27:01 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2025-06-27T08:27:01Z</dc:date>
    <item>
      <title>CAN MCAL</title>
      <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2120432#M50118</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement CAN communication using the AUTOSAR MCAL layer on the S32K144 MCU. I am able to &lt;STRONG&gt;transmit data successfully&lt;/STRONG&gt;, but I am &lt;STRONG&gt;not able to receive&lt;/STRONG&gt; any data.&lt;/P&gt;&lt;P&gt;I am using the &lt;STRONG&gt;polling method&lt;/STRONG&gt; (not interrupts), and currently calling the following API periodically:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Can_MainFunction_Read();&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Is this API sufficient for receiving CAN messages in polling mode?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Do I need to use any other API along with it to receive messages properly?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Could you please share an example or reference code to implement CAN reception using AUTOSAR MCAL (polling mode) on S32K144?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Sat, 21 Jun 2025 05:20:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2120432#M50118</guid>
      <dc:creator>MridulBajaj</dc:creator>
      <dc:date>2025-06-21T05:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MCAL</title>
      <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2122292#M50200</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;yes, it is enough to call&amp;nbsp;&lt;SPAN&gt;MainFunction_Read periodically. Upon reception you should get CanIf_RxIndication callback.&lt;BR /&gt;Refer e.g to RTD200 demo example, which is using polling mode for both TX and RX.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 14:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2122292#M50200</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-06-24T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MCAL</title>
      <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2122752#M50220</link>
      <description>When I try to debug my code, it’s not entering the Rx callback function. It gets stuck in the Can_Ipw_MainFunction_Read() function, where the Message Buffer (MB) state is not IDLE.&lt;BR /&gt;How can I resolve this issue?</description>
      <pubDate>Wed, 25 Jun 2025 04:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2122752#M50220</guid>
      <dc:creator>MridulBajaj</dc:creator>
      <dc:date>2025-06-25T04:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MCAL</title>
      <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2124602#M50319</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;you can check within debugger if message is really received. Inspect used MB area, MB flag.&lt;BR /&gt;Also be sure no error is detected during reception, otherwise message is not moved-in and no MB flag will be set, check ECR/ESR1 registers.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jun 2025 08:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2124602#M50319</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2025-06-27T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: CAN MCAL</title>
      <link>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2125309#M50357</link>
      <description>Thank you. I have figured out the solution.</description>
      <pubDate>Mon, 30 Jun 2025 04:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-MCAL/m-p/2125309#M50357</guid>
      <dc:creator>MridulBajaj</dc:creator>
      <dc:date>2025-06-30T04:49:54Z</dc:date>
    </item>
  </channel>
</rss>

