<?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 RMII Debugging</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1841355#M33863</link>
    <description>&lt;P&gt;We were able to determine that we were splitting the GPIO initialization up into two parts. First, initialize everything related to the FS26 and kick/feed the watchdog for the initial 256ms window. This would happen before the external RMII clock was provided which caused the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it ended up being a simple bug on our end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for the support on this!&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 14:44:54 GMT</pubDate>
    <dc:creator>jay12</dc:creator>
    <dc:date>2024-04-05T14:44:54Z</dc:date>
    <item>
      <title>S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1828638#M33006</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm debugging an issue with the S32K344 on the RMII interface on a custom board.&lt;/P&gt;&lt;P&gt;The S32K344 is setup as the MAC and is connected to a switch port that is acting like a PHY.&lt;BR /&gt;&lt;BR /&gt;The switch port is providing the 50MHz reference clock to the S32K344.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There seems to be some kind of data corruption when the data goes through the MAC layer on the S32K3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Probing the RMII lines on the board and using a logic analyzer, I'm able to reconstruct a valid ARP packet coming out of the switch and into the S32K344. However, the data the S32K344 the data seems to receive is invalid. Since the data on the wire is okay, I'm thinking the corruption is either happening when the S32K344 is sampling the data or in the settings on the MAC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the S32K344 TX side of things the data that comes out on the wire is corrupted .&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I turn off CRC checking on the switch, the corrupted packet can be seen via wireshark. If I turn off CRC checking on the S32K344, the corrupted packet is able to make it to the application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We used a similar code setup on the&amp;nbsp;&lt;SPAN&gt;MR-CANHUBK344 and were successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help or knobs to turn on the S32K344 side would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 15:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1828638#M33006</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-14T15:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830276#M33122</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;maybe you can referr to&amp;nbsp;&lt;SPAN&gt;S32K3-T-BOX board&lt;/SPAN&gt;&amp;nbsp;(&lt;A href="https://www.nxp.com/design/design-center/designs/s32k3-automotive-telematics-box-t-box-reference-design-board:S32K3-T-BOX" target="_blank"&gt;https://www.nxp.com/design/design-center/designs/s32k3-automotive-telematics-box-t-box-reference-design-board:S32K3-T-BOX&lt;/A&gt;), which has SJA1110 connected to S32K3 using RMII as well. You can check its schematic and available example projects.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 11:45:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830276#M33122</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-03-18T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830689#M33143</link>
      <description>&lt;P&gt;Thanks for the link.&lt;/P&gt;&lt;P&gt;For pin mapping we did:&lt;BR /&gt;&lt;BR /&gt;PTC0: RXD0&lt;/P&gt;&lt;P&gt;PTC1: RXD1&lt;/P&gt;&lt;P&gt;PTC2: TXD0&lt;/P&gt;&lt;P&gt;PTD7: TXD1&lt;/P&gt;&lt;P&gt;PTC14: RX_ER&lt;/P&gt;&lt;P&gt;PTC15: RX_DV&lt;/P&gt;&lt;P&gt;PTD11: TX_CLK&lt;/P&gt;&lt;P&gt;PTD12: TX_EN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the S32K3 sends out an ARP, the data on the wire is odd. Here is a scope screenshot of what the beginning of the ethernet frame looks like (preamble, SFD, destination MAC):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay12_0-1710820256902.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269070iBE9CB2FB12F7CB50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay12_0-1710820256902.png" alt="jay12_0-1710820256902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Channel 1: TXD0&lt;/P&gt;&lt;P&gt;Channel 2: TXD1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The destination MAC address is supposed to be FF:FF:FF:FF:FF:FF as it's a broadcast. However, looking at the wire we see: FD:FF:FF:FF:FF:FF.&lt;/P&gt;&lt;P&gt;Is there a way to look at the ethernet frame before it's transmitted by the MAC? Could there be something weird happening with DMA with the descriptors? Any advice on debugging this would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Jay Fetter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 03:59:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830689#M33143</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-19T03:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830928#M33152</link>
      <description>I have solved a similar problem by reconfiguring the MCU clock after the switch clock can be provided stably to the S32K. Maybe you should try on your side and see if it works.</description>
      <pubDate>Tue, 19 Mar 2024 07:51:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1830928#M33152</guid>
      <dc:creator>Siyan</dc:creator>
      <dc:date>2024-03-19T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1831425#M33190</link>
      <description>&lt;P&gt;I tried adding a long delay between the switch initialization and the&amp;nbsp;Clock_Ip_Init function call and I'm still seeing this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some more example packets:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay12_0-1710878877995.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269310i57D992B3A9EBEFD9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay12_0-1710878877995.png" alt="jay12_0-1710878877995.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay12_1-1710878898076.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/269311i05F806F5842CCB09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay12_1-1710878898076.png" alt="jay12_1-1710878898076.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 20:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1831425#M33190</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-19T20:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1832846#M33288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;try to increase slew rate/drive strength for TX signals in Pins tool as well.&lt;/P&gt;
&lt;P&gt;BR, Petr&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 09:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1832846#M33288</guid>
      <dc:creator>PetrS</dc:creator>
      <dc:date>2024-03-21T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833052#M33313</link>
      <description>&lt;P&gt;Tried that as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to view the transmit queue in the MAC layer? Any way to observe what is getting pushed out the wire?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was looking at the MTL registers and trying to figure out how to use the debug register (C08h,&amp;nbsp;MTL_DBG_CTL), but was a bit confused.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:10:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833052#M33313</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-21T15:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833217#M33323</link>
      <description>&lt;P&gt;Comparing the pins between the T-Box and our board:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1" width="56.24999844846919%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%"&gt;Function&lt;/TD&gt;&lt;TD width="25%"&gt;Our Board&lt;/TD&gt;&lt;TD width="25%"&gt;T-Box&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;RXD0&lt;/TD&gt;&lt;TD width="25%"&gt;PTC0&lt;/TD&gt;&lt;TD width="25%"&gt;PTC0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;RXD1&lt;/TD&gt;&lt;TD width="25%"&gt;PTC1&lt;/TD&gt;&lt;TD width="25%"&gt;PTC1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%"&gt;RX_ER&lt;/TD&gt;&lt;TD width="25%"&gt;PTC14&lt;/TD&gt;&lt;TD width="25%"&gt;PTC14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RX_DV&lt;/TD&gt;&lt;TD&gt;PTC15&lt;/TD&gt;&lt;TD&gt;PTC17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TXD0&lt;/TD&gt;&lt;TD&gt;PTC2&lt;/TD&gt;&lt;TD&gt;PTC2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TXD1&lt;/TD&gt;&lt;TD&gt;PTD7&lt;/TD&gt;&lt;TD&gt;PTD7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TX_EN&lt;/TD&gt;&lt;TD&gt;PTD12&lt;/TD&gt;&lt;TD&gt;PTD12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TX_CLK&lt;/TD&gt;&lt;TD&gt;PTD11&lt;/TD&gt;&lt;TD&gt;PTD11&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only difference is RX_DV. Looking at the pinmux, both PTC15 and PTC17 can be:&amp;nbsp;EMAC_MII_RMII_RX_DV.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have there been any software driver updates in recent months that could affect the EMAC?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 21:36:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833217#M33323</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-21T21:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833874#M33361</link>
      <description>&lt;P&gt;post the studio project that sets up the ethernet&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 16:53:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1833874#M33361</guid>
      <dc:creator>Daniel_Wax</dc:creator>
      <dc:date>2024-03-22T16:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1834042#M33370</link>
      <description>&lt;P&gt;I'll have to check per company policy on sharing source code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What files would be most important to look at since individual files may be easier?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 13:59:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1834042#M33370</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-23T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1834949#M33429</link>
      <description>&lt;P&gt;The ethernet interface setup and init may be useful&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ill check out the ref manual for TX packet content.&amp;nbsp; I dont think there is a feature like that.&amp;nbsp; BTW have you checked out loopback just to see if thats clean?&amp;nbsp; So you want to see TX for loopback verification?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 01:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1834949#M33429</guid>
      <dc:creator>Daniel_Wax</dc:creator>
      <dc:date>2024-03-26T01:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835494#M33464</link>
      <description>&lt;P&gt;Uploaded project to a private case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't think you can do internal loopback in RMII mode. We did an experiment where we allowed to switch to route packets sent on the S32K3's port back to itself (i.e. S32K3 -&amp;gt; Switch Port X -&amp;gt; S32K3) and the data was still malformed.&lt;/P&gt;&lt;P&gt;What would be the lowest memory layer that we could observe the packet? Would it be in the&amp;nbsp;Gmac_Ip_SendFrame function?&amp;nbsp;I'm just confused on how to explain the behavior we're seeing.&lt;/P&gt;&lt;P&gt;There is a difference in the S32K3 package between the MR-CANHUB (QFP) and our board (BGA).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 13:26:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835494#M33464</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-26T13:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835613#M33472</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Im not sure where this private case is located.&amp;nbsp;&amp;nbsp;&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;I found it in nxp.support.com.&amp;nbsp; Ill start looking at it.&amp;nbsp; So with the project you uploaded the same corruption happens?&lt;/P&gt;
&lt;P&gt;I was talking about this loopback&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Wax_0-1711490906766.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/270533i87DEA12C639381CA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Wax_0-1711490906766.png" alt="Daniel_Wax_0-1711490906766.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I now see we also call EMAC GMAC from the driver setup standpoint&lt;/P&gt;
&lt;P&gt;GMAC registers are not applicable ... only EMAC&amp;nbsp; 100Mbit only&amp;nbsp; no Gigabit&lt;/P&gt;
&lt;P&gt;There are some registers that may be useful.&amp;nbsp; I See others as well&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Wax_0-1711472322622.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/270500iA8F3D6964ACCDE92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Wax_0-1711472322622.png" alt="Daniel_Wax_0-1711472322622.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Package pinout differences are indicated in the ref manual.&amp;nbsp; Its the same die if both part numbers are S32K344&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/202038"&gt;@JD_Wilson&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 22:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835613#M33472</guid>
      <dc:creator>Daniel_Wax</dc:creator>
      <dc:date>2024-03-26T22:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835749#M33482</link>
      <description>&lt;P&gt;I was looking at our eval board where we connect to one of our phys that supplies the clock for RX and even though its an external clock we still setup the RX clock to be enabled in the clock setup.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You project does not enable this RX clock.&amp;nbsp; maybe you can try that?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Daniel_Wax_0-1711492164569.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/270536iA2A16712539EB177/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Daniel_Wax_0-1711492164569.png" alt="Daniel_Wax_0-1711492164569.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 22:30:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1835749#M33482</guid>
      <dc:creator>Daniel_Wax</dc:creator>
      <dc:date>2024-03-26T22:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1837476#M33604</link>
      <description>&lt;P&gt;Some updates, we are definitely seeing extra nibbles in our RMII TX data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, even with the data on the wire being corrupted, we sometimes see a CRC that would match the packet that was intended to be sent out. Which would imply to me that the correct packet is reaching that MAC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is a graph showing the extra clock cycles we see based on the packet size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, for a 60Byte ARP packet, we are expecting to see 72Bytes on the wire (7B Preamble + 1B SFD + 4B CRC). 72Bytes * 20ns/(di-bit) * 4 (di-bit) / Byte = 5760ns.&lt;/P&gt;&lt;P&gt;However, when we measure on the wire we see 5980 ns for the frame. This was measured using the DV signal.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jay12_0-1711655221745.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/271013i8019B4148D28F54D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jay12_0-1711655221745.png" alt="jay12_0-1711655221745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We've tried looking at the registers, comparing the clocks, power supplies, not sure how to explain the extra nibbles.&lt;/P&gt;&lt;P&gt;The full label on the chip we are using:&lt;BR /&gt;S32K344HMS 1P55A CTAK2228V&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 19:49:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1837476#M33604</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-28T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1837992#M33645</link>
      <description>&lt;P&gt;Looking a bit more into the extra clock cycles, if I take the measured packet transmit time and back-calculate what an expected clock frequency for it would be I get a clock frequency of:&lt;BR /&gt;48.25 +/- 0.045MHz.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The clock I'm providing for EMAC_RMII_TX_REF is a solid 50MHz so I'm wondering if it could be something in the clock configuration?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could be grasping at straws here, but we're getting desperate.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 16:42:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1837992#M33645</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-03-29T16:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 RMII Debugging</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1841355#M33863</link>
      <description>&lt;P&gt;We were able to determine that we were splitting the GPIO initialization up into two parts. First, initialize everything related to the FS26 and kick/feed the watchdog for the initial 256ms window. This would happen before the external RMII clock was provided which caused the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it ended up being a simple bug on our end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone for the support on this!&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 14:44:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-RMII-Debugging/m-p/1841355#M33863</guid>
      <dc:creator>jay12</dc:creator>
      <dc:date>2024-04-05T14:44:54Z</dc:date>
    </item>
  </channel>
</rss>

