<?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のトピックRe: Flexcan Enhanced FIFO issues is S32DS configuration</title>
    <link>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1955499#M41456</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the past, the development team detected this issue and it will be fixed on the S32K3 releases in the future.&lt;/P&gt;
&lt;P&gt;And there is a workaround for this issue: modify the code at line number 1052 in the file: "C:\NXP\S32DS.3.5\eclipse\mcu_data\components\PlatformSDK_S32K3\Can_43_FLEXCAN\Can_PBcfg.c" as below.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;original:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(Hoh.&lt;/SPAN&gt;&lt;SPAN&gt;getChildById&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;CanObjectType&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;getValue&lt;/SPAN&gt;&lt;SPAN&gt;()&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;RECEIVE&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(bFlagFIFO[ctrlId]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;workaround: (Hoh.getChildById("&lt;STRONG&gt;CanObjectType&lt;/STRONG&gt;").getValue()&amp;nbsp;==&amp;nbsp;"RECEIVE")&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;(bFlagFIFO[ctrlId]&amp;nbsp;==&amp;nbsp;false))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Tue, 17 Sep 2024 08:40:07 GMT</pubDate>
    <dc:creator>PetrS</dc:creator>
    <dc:date>2024-09-17T08:40:07Z</dc:date>
    <item>
      <title>Flexcan Enhanced FIFO issues is S32DS configuration</title>
      <link>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1951986#M41454</link>
      <description>&lt;P&gt;1.&amp;nbsp; DS version : 3.5&lt;/P&gt;&lt;P&gt;2. SDK version : S32K 3.0.0&lt;/P&gt;&lt;P&gt;3. as flexcan said, the enhanced FIFO could be used in FD format, but when I configure CANFD and enhanced FIFO tegother ，it raise "TypeError"&amp;nbsp;error and can not generate code. When I remove one of them, this error disappered.&lt;/P&gt;&lt;P&gt;I modify this based on example "Can_Example_S32K344".&lt;/P&gt;&lt;P&gt;4. Also , I see that in Mcal configuration , only "CanHardwareObject_0" can be use with FIFO，&lt;/P&gt;&lt;P&gt;but this object can only be configured with on filter type,&amp;nbsp; basic or extend, mix is not worked, it is auto changed to extend , how can I configure baisc and extend filter type together ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 10:02:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1951986#M41454</guid>
      <dc:creator>karsen</dc:creator>
      <dc:date>2024-09-11T10:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Enhanced FIFO issues is S32DS configuration</title>
      <link>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1951987#M41455</link>
      <description>&lt;P&gt;the error code is :&lt;/P&gt;&lt;P&gt;(Hoh.getChildById("CanObjectType ").getValue() == "RECEIVE") &amp;amp;&amp;amp; (bFlagFIFO[ctrlId] == false))&lt;/P&gt;&lt;P&gt;TypeError: null has no such function "getValue"&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 10:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1951987#M41455</guid>
      <dc:creator>karsen</dc:creator>
      <dc:date>2024-09-11T10:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Flexcan Enhanced FIFO issues is S32DS configuration</title>
      <link>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1955499#M41456</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the past, the development team detected this issue and it will be fixed on the S32K3 releases in the future.&lt;/P&gt;
&lt;P&gt;And there is a workaround for this issue: modify the code at line number 1052 in the file: "C:\NXP\S32DS.3.5\eclipse\mcu_data\components\PlatformSDK_S32K3\Can_43_FLEXCAN\Can_PBcfg.c" as below.&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;original:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;(Hoh.&lt;/SPAN&gt;&lt;SPAN&gt;getChildById&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;CanObjectType&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;SPAN&gt;getValue&lt;/SPAN&gt;&lt;SPAN&gt;()&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;RECEIVE&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(bFlagFIFO[ctrlId]&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;==&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;workaround: (Hoh.getChildById("&lt;STRONG&gt;CanObjectType&lt;/STRONG&gt;").getValue()&amp;nbsp;==&amp;nbsp;"RECEIVE")&amp;nbsp;&amp;amp;&amp;amp;&amp;nbsp;(bFlagFIFO[ctrlId]&amp;nbsp;==&amp;nbsp;false))&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;BR, Petr&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Sep 2024 08:40:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Flexcan-Enhanced-FIFO-issues-is-S32DS-configuration/m-p/1955499#M41456</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-09-17T08:40:07Z</dc:date>
    </item>
  </channel>
</rss>

