<?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のトピックCAN 1 Is Not Receiving Data</title>
    <link>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1586738#M20183</link>
    <description>&lt;P&gt;I am working with an S32K344, and have CAN0 working using RTD version 4.4.2.0 code with configuration using EB Tresos.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to transmit and receive data on CAN0, using Can_Write() /&amp;nbsp;Can_MainFunction_Write() for transmission and&amp;nbsp;Can_MainFunction_Read() for receiving data.&lt;/P&gt;&lt;P&gt;I am in the process of getting CAN1 running, and can initiate a transmissions using&amp;nbsp;Can_Write() /&amp;nbsp;Can_MainFunction_Write().&amp;nbsp; Responding nodes on my CAN bus are receiving this and sending data in response to the transmission, but it does not appear that I am receiving data on CAN1, even though I have defined the array&amp;nbsp;CAN_User_RxMsgConf_as, part of which is shown here:&lt;/P&gt;&lt;P&gt;/* E_CONTROL_MSG_IDX */ {MSG_ID_D7, MSG_DLC, &lt;STRONG&gt;E_CAN0&lt;/STRONG&gt;, Channel_7.CAN_Raw_Data },&lt;BR /&gt;/* E_CONTROL_MSG_IDX */ {MSG_ID_D0, MSG_DLC, &lt;STRONG&gt;E_CAN1&lt;/STRONG&gt;, Channel_0.CAN_Raw_Data },&lt;/P&gt;&lt;P&gt;Should I be using&amp;nbsp;Can_MainFunction_MultipleRead()?&lt;/P&gt;&lt;P&gt;Also, is there any documentation on how the CAN code operates, more on a funcional level, than what is available is the RTD user manual?&lt;/P&gt;&lt;P&gt;Thanks in advance for any insight.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jan 2023 17:03:55 GMT</pubDate>
    <dc:creator>Andy_B</dc:creator>
    <dc:date>2023-01-23T17:03:55Z</dc:date>
    <item>
      <title>CAN 1 Is Not Receiving Data</title>
      <link>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1586738#M20183</link>
      <description>&lt;P&gt;I am working with an S32K344, and have CAN0 working using RTD version 4.4.2.0 code with configuration using EB Tresos.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to transmit and receive data on CAN0, using Can_Write() /&amp;nbsp;Can_MainFunction_Write() for transmission and&amp;nbsp;Can_MainFunction_Read() for receiving data.&lt;/P&gt;&lt;P&gt;I am in the process of getting CAN1 running, and can initiate a transmissions using&amp;nbsp;Can_Write() /&amp;nbsp;Can_MainFunction_Write().&amp;nbsp; Responding nodes on my CAN bus are receiving this and sending data in response to the transmission, but it does not appear that I am receiving data on CAN1, even though I have defined the array&amp;nbsp;CAN_User_RxMsgConf_as, part of which is shown here:&lt;/P&gt;&lt;P&gt;/* E_CONTROL_MSG_IDX */ {MSG_ID_D7, MSG_DLC, &lt;STRONG&gt;E_CAN0&lt;/STRONG&gt;, Channel_7.CAN_Raw_Data },&lt;BR /&gt;/* E_CONTROL_MSG_IDX */ {MSG_ID_D0, MSG_DLC, &lt;STRONG&gt;E_CAN1&lt;/STRONG&gt;, Channel_0.CAN_Raw_Data },&lt;/P&gt;&lt;P&gt;Should I be using&amp;nbsp;Can_MainFunction_MultipleRead()?&lt;/P&gt;&lt;P&gt;Also, is there any documentation on how the CAN code operates, more on a funcional level, than what is available is the RTD user manual?&lt;/P&gt;&lt;P&gt;Thanks in advance for any insight.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1586738#M20183</guid>
      <dc:creator>Andy_B</dc:creator>
      <dc:date>2023-01-23T17:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: CAN 1 Is Not Receiving Data</title>
      <link>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1587367#M20206</link>
      <description>&lt;P&gt;To add:&amp;nbsp; I've used Tresos to configure both CAN0 and CAN1, and they're identical in configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've modified the code to call Can_MainFunction_Read_0(); and&amp;nbsp;Can_MainFunction_Read_1(); instead of Can_MainFunction_Read() under the assumption that the individual calls are necessary but this hasn't changed the performance.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Furthermore, Tresos doesn't default to define these function calls, so I'm wondering if I've got something incorrect in the Tresos configuration.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 22:43:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1587367#M20206</guid>
      <dc:creator>Andy_B</dc:creator>
      <dc:date>2023-01-24T22:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: CAN 1 Is Not Receiving Data</title>
      <link>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1661763#M23495</link>
      <description>&lt;P&gt;I faced a similar problem, can you share your sample project?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 10:08:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CAN-1-Is-Not-Receiving-Data/m-p/1661763#M23495</guid>
      <dc:creator>Macar</dc:creator>
      <dc:date>2023-06-01T10:08:52Z</dc:date>
    </item>
  </channel>
</rss>

