<?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 Tx_Rx in S32K</title>
    <link>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891688#M4298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to receive can msg?? but transmission is working.How to i solve??,here is my code,&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (100).png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62127i1541F26CBFC39960/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (100).png" alt="Screenshot (100).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Apr 2019 07:08:55 GMT</pubDate>
    <dc:creator>intern_praveena</dc:creator>
    <dc:date>2019-04-27T07:08:55Z</dc:date>
    <item>
      <title>CAN Tx_Rx</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891686#M4296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&amp;nbsp;i am using FS32K144 EVB board and i want how to transmit and receive can messgae in a simple manner.Can u please hlp me to code??? i tried something below in my code.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2019 09:04:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891686#M4296</guid>
      <dc:creator>intern_praveena</dc:creator>
      <dc:date>2019-04-25T09:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Tx_Rx</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891687#M4297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within a S32 Design Studio you can find several CAN examples. You can refer to&amp;nbsp;&lt;/P&gt;&lt;P&gt;non-SDK examples called FlexCAN_s32k144 and FlexCAN_FD_s32k144 and&amp;nbsp;&lt;/P&gt;&lt;P&gt;SDK based called flexcan_encrypted&lt;SPAN&gt;_s32k144 and can_pal_s32k144.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also you can refer to examples posted here in community&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335250"&gt;https://community.nxp.com/docs/DOC-335250&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-343091"&gt;https://community.nxp.com/docs/DOC-343091&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2019 05:51:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891687#M4297</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-04-26T05:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Tx_Rx</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891688#M4298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to receive can msg?? but transmission is working.How to i solve??,here is my code,&lt;span class="lia-inline-image-display-wrapper" image-alt="Screenshot (100).png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/62127i1541F26CBFC39960/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (100).png" alt="Screenshot (100).png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Apr 2019 07:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891688#M4298</guid>
      <dc:creator>intern_praveena</dc:creator>
      <dc:date>2019-04-27T07:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: CAN Tx_Rx</title>
      <link>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891689#M4299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems you are using same MB for TX and RX operation. Use one MB for TX and another for RX. In your code it is buffIdx variable used in&amp;nbsp;all functions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Petr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2019 11:40:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-Tx-Rx/m-p/891689#M4299</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2019-04-30T11:40:06Z</dc:date>
    </item>
  </channel>
</rss>

