<?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 FlexCAN_Ip_Example_S32K344 Rx interrupt problem in S32K</title>
    <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782295#M30165</link>
    <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;I'm using the S32k3X4EVB board to test the&amp;nbsp;"FlexCAN_Ip_Example_S32K344" example, and while I can send data over CAN correctly, reception is not occurring. "FlexCAN_Ip_Example_S32K344" project sample code is attached for your reference. If there are any CAN setup changes required in order to receive data over CAN with a Rx interrupt, do let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2024 12:08:45 GMT</pubDate>
    <dc:creator>SudheerkumarA</dc:creator>
    <dc:date>2024-01-03T12:08:45Z</dc:date>
    <item>
      <title>FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782295#M30165</link>
      <description>&lt;P&gt;Hi NXP Team,&lt;/P&gt;&lt;P&gt;I'm using the S32k3X4EVB board to test the&amp;nbsp;"FlexCAN_Ip_Example_S32K344" example, and while I can send data over CAN correctly, reception is not occurring. "FlexCAN_Ip_Example_S32K344" project sample code is attached for your reference. If there are any CAN setup changes required in order to receive data over CAN with a Rx interrupt, do let me know&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 12:08:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782295#M30165</guid>
      <dc:creator>SudheerkumarA</dc:creator>
      <dc:date>2024-01-03T12:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782464#M30178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225945"&gt;@SudheerkumarA&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This FlexCAN example configures the FlexCAN0 as a "Loopback". The Reference Manual describes loopback operation as:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;EM&gt;"In this mode, FlexCAN performs an internal loopback that can be used for self-test operation. The bit stream output of the transmitter is fed back internally to the receiver input. The RX CAN input pin is ignored and the TX CAN output goes to the recessive state (logic 1). FlexCAN behaves as it normally does when transmitting and treats its own transmitted message as a message received from a remote node."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The received bits in the example are internally connected for testing purposes, this can be disabled by setting&amp;nbsp;CTRL1[LPB] to 0b.&lt;/P&gt;
&lt;P&gt;I hope you find this helpful!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 19:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782464#M30178</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-01-03T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782654#M30187</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I've modified the FlexCAN operating mode setting to "normal or User mode" from "loopback" mode.&lt;/P&gt;&lt;P&gt;Please refer to the attachment for information on FlexCAN setups. Additionally, TAJ1043 was set up in Normal Mode by setting PTC20(STB) = High and PTC21(EN) = High on S32K3x4EVB-Q172 Hardware, however Rx interrupt is still not happening.&lt;/P&gt;&lt;P&gt;Please help me to solve this problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 04:15:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1782654#M30187</guid>
      <dc:creator>SudheerkumarA</dc:creator>
      <dc:date>2024-01-04T04:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783149#M30240</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225945"&gt;@SudheerkumarA&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can find a simple FlexCAN example over two boards in this community post:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.nxp.com/t5/S32K-Knowledge-Base/Example-S32K344-FlexCAN-Ip-TX-RX-EnhanceRXFIFO-test-S32DS3-4/ta-p/1536225" target="_blank"&gt;Example S32K344 FlexCAN_Ip TX/RX/EnhanceRXFIFO tes... - NXP Community&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Please help me testing this one instead, as the loopback example should be used for self-testing operations.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jan 2024 17:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783149#M30240</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-01-04T17:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783343#M30256</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I'll review the provided example. Is it possible to change the "FlexCAN_Ip_Example_S32K344" example to transmit and receive data via CAN in "user or normal" mode?&lt;/P&gt;&lt;P&gt;Please send it to us if there is a document available for configuring the FlexCAN with S32 DS so we can obtain additional details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 04:00:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783343#M30256</guid>
      <dc:creator>SudheerkumarA</dc:creator>
      <dc:date>2024-01-05T04:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783351#M30257</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/200831"&gt;@Julián_AragónM&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The ".mex" file for the "Example_S32K344_FlexCAN_Ip_TX_RX_EnhanceRXFIFO_test_rtd200" example code is not opening for me. Is any another way I can examine this example?&lt;/P&gt;&lt;P&gt;We are using S32DS Vr 3.5 IDE; please see the attached for additional details regarding the problem.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 04:29:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783351#M30257</guid>
      <dc:creator>SudheerkumarA</dc:creator>
      <dc:date>2024-01-05T04:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783823#M30293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/225945"&gt;@SudheerkumarA&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;This may be because of the version of the RTD or IDE, please help me confirming these are all set:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;* Test HW: S32K3444EVB-Q172&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* MCU: PS32K344EHVPBS 1P55A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Compiler: S32DS.ARM.3.4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* SDK release: SW32K3_RTD_4_4_2_0_0_D2203&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Debugger: Lauterbach&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Target: internal_FLASH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Julián&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 22:36:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1783823#M30293</guid>
      <dc:creator>Julián_AragónM</dc:creator>
      <dc:date>2024-01-05T22:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: FlexCAN_Ip_Example_S32K344 Rx interrupt problem</title>
      <link>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1787132#M30529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 10:20:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/FlexCAN-Ip-Example-S32K344-Rx-interrupt-problem/m-p/1787132#M30529</guid>
      <dc:creator>SudheerkumarA</dc:creator>
      <dc:date>2024-01-11T10:20:18Z</dc:date>
    </item>
  </channel>
</rss>

