<?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: S32K344 GMAC sends abnormal data</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1869832#M35627</link>
    <description>&lt;P&gt;Thanks, Petr.&lt;/P&gt;&lt;P&gt;I disabled CACHE support in Cache_Ip, also deleted macro &lt;SPAN&gt;D_CACHE_ENABLE&amp;nbsp;in pre-processor setting, and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One more question, how can I place TX data buffer in non-cacheable area, so as to keep enabling cache support for future purpose?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 May 2024 14:56:34 GMT</pubDate>
    <dc:creator>songoku711</dc:creator>
    <dc:date>2024-05-21T14:56:34Z</dc:date>
    <item>
      <title>S32K344 GMAC sends abnormal data</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1867998#M35520</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am bringing up automotive ethernet using my custom development board that included S32K344 and TJA1101A transceiver working in MII mode. I used example from S32K3 lwip package to bring-up, with some modification to adapt with MII interface. So far, it managed to establish link-up, but it sent abnormal data throughout communication, I mean like this captured picture, the sent data are all zeros.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="songoku711_0-1715942343937.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279375i90D71144093E3072/image-size/large?v=v2&amp;amp;px=999" role="button" title="songoku711_0-1715942343937.png" alt="songoku711_0-1715942343937.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;songoku711_0-1715942343937.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The strange thing is that, when I plugged in my debugger to debug, and set breakpoint at gmac transmit function (e.g.&amp;nbsp;&lt;STRONG&gt;gmacif_low_level_output&lt;/STRONG&gt;) and start running, then for each time the program stopped at that function, I clicked continuing to run, and I saw that the data packets sent out were correct.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="songoku711_1-1715942673498.png" style="width: 999px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/279376i9041A27F647275D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="songoku711_1-1715942673498.png" alt="songoku711_1-1715942673498.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;songoku711_1-1715942673498.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Also this issue only happened at transmit direction (S32K3 sent data to PC), for reception it seemed working normally, because I checked packet data in wireshark with data in memory dump and they are the same.&lt;/P&gt;&lt;P&gt;I attached the zipped project code, and above captured packet logs. Hope you guy can check it and help me.&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 10:58:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1867998#M35520</guid>
      <dc:creator>songoku711</dc:creator>
      <dc:date>2024-05-17T10:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 GMAC sends abnormal data</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1868539#M35548</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can anyone help me here?&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 04:13:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1868539#M35548</guid>
      <dc:creator>songoku711</dc:creator>
      <dc:date>2024-05-20T04:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 GMAC sends abnormal data</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1869757#M35624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;it could be something with cache, I think. Maybe tx data buffer is not placed in non cacheable area.&lt;BR /&gt;Try to disable data cache at all, so remove&amp;nbsp;D_CACHE_ENABLE in preprocessor setting, if it makes difference.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 12:26:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1869757#M35624</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-05-21T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 GMAC sends abnormal data</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1869832#M35627</link>
      <description>&lt;P&gt;Thanks, Petr.&lt;/P&gt;&lt;P&gt;I disabled CACHE support in Cache_Ip, also deleted macro &lt;SPAN&gt;D_CACHE_ENABLE&amp;nbsp;in pre-processor setting, and it worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One more question, how can I place TX data buffer in non-cacheable area, so as to keep enabling cache support for future purpose?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2024 14:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-GMAC-sends-abnormal-data/m-p/1869832#M35627</guid>
      <dc:creator>songoku711</dc:creator>
      <dc:date>2024-05-21T14:56:34Z</dc:date>
    </item>
  </channel>
</rss>

