<?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: Flexray_Ip_GetTransferStatus() Always Returning BUSY in S32 SDK</title>
    <link>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1884310#M3801</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Under the RTD, there are 2 types of examples (or should be) which is a non-AUTOSAR example and an AUTOSAR example.&lt;/P&gt;
&lt;P&gt;We are seeing that there is a FR example for non-AUTOSAR, are you able to see the behavior you are describing under the non-AUTOSAR example?&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jun 2024 14:44:50 GMT</pubDate>
    <dc:creator>Daniel-Aguirre</dc:creator>
    <dc:date>2024-06-10T14:44:50Z</dc:date>
    <item>
      <title>Flexray_Ip_GetTransferStatus() Always Returning BUSY</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1880818#M3787</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;I am using the Flexray RTD drivers version 4.0.2 to transmit frames in non-autosar mode on an S32G399A.&lt;/P&gt;&lt;P&gt;However, it seems that&amp;nbsp;&lt;SPAN&gt;Flexray_Ip_Send() in Flexray_Ip.c sets&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;bState&lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;status&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;FLEXRAY_STATUS_BUSY&lt;/SPAN&gt;&lt;SPAN&gt;;, but then we can't see anywhere in the source code where the status gets set back to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FLEXRAY_STATUS_SUCCESS, blocking future transmits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The only place it gets set is in&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Flexray_Ip_GetTransferStatus() -&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Flexray_GetTransmitStatus(), but only if&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FLEXRAY_AUTOSAR_MODE_USED is true.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Are we missing something?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the help in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 17:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1880818#M3787</guid>
      <dc:creator>dantaki</dc:creator>
      <dc:date>2024-06-04T17:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flexray_Ip_GetTransferStatus() Always Returning BUSY</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1882824#M3789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you using any of the examples from the RTD? If not, have you tested them and confirm that it is being blocked?&lt;/P&gt;
&lt;P&gt;Can you let us know if you are using an NXP reference board?&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 14:31:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1882824#M3789</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2024-06-06T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Flexray_Ip_GetTransferStatus() Always Returning BUSY</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1884039#M3796</link>
      <description>&lt;P&gt;Yes we have tried the examples and they run fine, but in the examples, GetTransferStatus() is called and Autosar is turned on, therefore, GetTransmitStatus() is called and bState-&amp;gt;status is reset to&amp;nbsp;&lt;SPAN&gt;FLEXRAY_STATUS_SUCCESS.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And yes we are using the S32G-RDB3 board.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 05:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1884039#M3796</guid>
      <dc:creator>dantaki</dc:creator>
      <dc:date>2024-06-10T05:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Flexray_Ip_GetTransferStatus() Always Returning BUSY</title>
      <link>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1884310#M3801</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Under the RTD, there are 2 types of examples (or should be) which is a non-AUTOSAR example and an AUTOSAR example.&lt;/P&gt;
&lt;P&gt;We are seeing that there is a FR example for non-AUTOSAR, are you able to see the behavior you are describing under the non-AUTOSAR example?&lt;/P&gt;
&lt;P&gt;Please, let us know.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:44:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32-SDK/Flexray-Ip-GetTransferStatus-Always-Returning-BUSY/m-p/1884310#M3801</guid>
      <dc:creator>Daniel-Aguirre</dc:creator>
      <dc:date>2024-06-10T14:44:50Z</dc:date>
    </item>
  </channel>
</rss>

