<?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: Issue for GMAC internal loopback example on S32K344</title>
    <link>https://community.nxp.com/t5/S32K/Issue-for-GMAC-internal-loopback-example-on-S32K344/m-p/2004623#M43772</link>
    <description>&lt;P&gt;Apologies, I have resolved the issue.&lt;/P&gt;&lt;P&gt;I had not added DstAddr, SrcAddr, EtherType/Length, and FCS to the data, and I had not called the Gmac_Ip_ProvideRxBuff(INST_GMAC_0, 0U, &amp;amp;rx_buffer) function.&lt;/P&gt;&lt;P&gt;After adding this code, the issue was resolved.&lt;/P&gt;</description>
    <pubDate>Mon, 02 Dec 2024 01:22:36 GMT</pubDate>
    <dc:creator>malove</dc:creator>
    <dc:date>2024-12-02T01:22:36Z</dc:date>
    <item>
      <title>Issue for GMAC internal loopback example on S32K344</title>
      <link>https://community.nxp.com/t5/S32K/Issue-for-GMAC-internal-loopback-example-on-S32K344/m-p/2004610#M43770</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question while porting GMAC Loopback mode code.&lt;/P&gt;&lt;P&gt;The structure of my project is as follows:&lt;/P&gt;&lt;P&gt;- PIT increments the counter variable every 1 ms.&lt;/P&gt;&lt;P&gt;- When the counter variable reaches 10, the GMAC_Test function is called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the GMAC_Test function is called, the output information is as follows:&lt;/P&gt;&lt;P&gt;Tx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Rx buffer: 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00)&lt;/P&gt;&lt;P&gt;Tx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Rx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Tx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Rx buffer: 99 (0x63) 191 (0xbf) 193 (0xc1) 247 (0xf7) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00)&lt;/P&gt;&lt;P&gt;Tx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Rx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Tx buffer: 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66) 17 (0x11) 34 (0x22) 51 (0x33) 68 (0x44) 85 (0x55) 102 (0x66)&lt;/P&gt;&lt;P&gt;Rx buffer: 99 (0x63) 191 (0xbf) 193 (0xc1) 247 (0xf7) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00) 0 (0x00)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this, the GMAC status variable remains stuck in the GMAC_STATUS_RX_QUEUE_EMPTY state.&lt;/P&gt;&lt;P&gt;In other words, the message sent from TX does not appear to be properly reflected in the RX buffer, and after sending and receiving the message 5 times, the GMAC_STATUS_RX_QUEUE_EMPTY state cannot be exited.&lt;/P&gt;&lt;P&gt;How can I resolve this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 00:48:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-for-GMAC-internal-loopback-example-on-S32K344/m-p/2004610#M43770</guid>
      <dc:creator>malove</dc:creator>
      <dc:date>2024-12-02T00:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue for GMAC internal loopback example on S32K344</title>
      <link>https://community.nxp.com/t5/S32K/Issue-for-GMAC-internal-loopback-example-on-S32K344/m-p/2004623#M43772</link>
      <description>&lt;P&gt;Apologies, I have resolved the issue.&lt;/P&gt;&lt;P&gt;I had not added DstAddr, SrcAddr, EtherType/Length, and FCS to the data, and I had not called the Gmac_Ip_ProvideRxBuff(INST_GMAC_0, 0U, &amp;amp;rx_buffer) function.&lt;/P&gt;&lt;P&gt;After adding this code, the issue was resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 01:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/Issue-for-GMAC-internal-loopback-example-on-S32K344/m-p/2004623#M43772</guid>
      <dc:creator>malove</dc:creator>
      <dc:date>2024-12-02T01:22:36Z</dc:date>
    </item>
  </channel>
</rss>

