<?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: S32K344 Ethernet Not linking in S32K</title>
    <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104402#M49194</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, master/slave has to be set properly for 100BASE-T1.&lt;/P&gt;
&lt;P&gt;Master/slave can be easily changed by this code snippet example:&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIOWriteMMD(CFG_PHY_CTRL_IDX, phy_addr, 30U, 0x40U, 1U &amp;lt;&amp;lt; 13, 1U); /* SUPER_CONFIG_ENABLE*/&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, &amp;amp;phy_reg_val0, 1U); /* BASE_T1_PMA_CONTROL */&lt;BR /&gt;Gmac_Ip_MDIOWriteMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, 1U &amp;lt;&amp;lt; 14, 1U); /* set MASTER */&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, &amp;amp;phy_reg_val0, 1U);&lt;/P&gt;
&lt;P&gt;Don't forget to clear SUPER_CONFIG_ENABLE once you are done with PHY settings.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks like you used different values for pin strap resistors: 4k7 vs. recommended 10k.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Your pin strap settings are the same as T172, so it's weird that you have different PHYAD (and other settings). Please double check RST_N signal and all supplies of the PHY.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 10:37:55 GMT</pubDate>
    <dc:creator>PavelL</dc:creator>
    <dc:date>2025-05-26T10:37:55Z</dc:date>
    <item>
      <title>S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2103853#M49167</link>
      <description>&lt;P&gt;I have made a custom S32K344 Board. Whose Schematic's is this one:&amp;nbsp;&lt;!-- StartFragment  --&gt; &lt;A href="https://1drv.ms/b/c/929ad93cd111ce55/EaoYBVp_LQtAjb3rauPDkmIBlkmkvJIW7_E9MCsCLnSOog?e=RWhNLm" target="_blank"&gt;S32K344 Evaluation Board (2).pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Page 8: is the schematic diagram of Ethernet part using TJA1103 Ethernet Transceiver IC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In software, i am using lwip_baremetal_S32k344 example provided by NXP.&lt;/P&gt;&lt;P&gt;But my code is stuck at particular this part:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748096545673.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339542i976AB7814046E691/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748096545673.png" alt="kual_gettobyte_0-1748096545673.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748096545673.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Though this code work's perfectly fine with the &lt;A href="https://www.nxp.com/design/design-center/development-boards-and-designs/S32K3X4EVB-T172" target="_blank"&gt;S32K3X4EVB-T172 Evaluation Board for Automotive General Purpose | NXP Semiconductors&lt;/A&gt; But, it doesnt seam to work with our hardware. Whose schematic have share above.&lt;/P&gt;&lt;P&gt;Can one suggest??? In our board, we have made the schematic's for ethernet section, exactly identical with&amp;nbsp; Original S32K3X4-EVB 172.&lt;/P&gt;&lt;P&gt;Just changes of some Ethernet Pin's.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As according to code, it is waiting to establish the link. Does it because ethernet IC is not wake UP? Like do we have to configure TJA1103 with some pin's high/low. As in our custom hardware, we have made ethernet transceiver circuit exactly identical and same with original NXP S32K3x4 EVB Board.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 24 May 2025 14:48:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2103853#M49167</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-24T14:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104083#M49174</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;please read &amp;amp; check register PHY_STATE 0x810C (mmd=30). That will guide you what TJA1103 needs.&lt;/P&gt;
&lt;P&gt;Check also BIT 14 (master/slave settings) in and&amp;nbsp;BASE_T1_PMA_CONTROL register 0x834 (mmd=1).&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 06:07:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104083#M49174</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-26T06:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104272#M49184</link>
      <description>&lt;P&gt;&amp;nbsp;I read 0x810C Register, and it is returning 0 value for it.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748248058236.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339665iB4BB77A8ADDE6B82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748248058236.png" alt="kual_gettobyte_0-1748248058236.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748248058236.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On working mode, reading this read's gives 3085. Which mean's that transmit state and basic state are active.&lt;/P&gt;&lt;P&gt;But in other board, reading 0x810C gives 0, means both transmit and basis state are disabled. So does it mean, that TJA1103 is not powered or it is fake one?? or some thing's needs to be done at hardware end??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i found one thing to observer, the same software code is able to detect Phy TJA1103 IC, in the case of custom board at Phy addr 2. Whearas in Original Board it detect TJA1103 IC at Phy addr of 1.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_1-1748249269336.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339670i9E474B5CB361B5C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_1-1748249269336.png" alt="kual_gettobyte_1-1748249269336.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_1-1748249269336.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this mean something?? with respect to configurationally??&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 08:49:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104272#M49184</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-26T08:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104292#M49186</link>
      <description>&lt;P&gt;Also one more observation i found.&lt;/P&gt;&lt;P&gt;As suggested of reading BASE_T1_PMA_Control Register of MMD 1&lt;/P&gt;&lt;P&gt;In Custom S32K3x4 Board, It return's with 0x8000. Which mean's TJA1103 is in Slave Mode.&lt;/P&gt;&lt;P&gt;I guess, that might be the reason??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should i configure board in Master Board??&lt;/P&gt;&lt;P&gt;I saw a note, stating:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748250140518.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339675i8E8DA0EBD35535D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748250140518.png" alt="kual_gettobyte_0-1748250140518.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748250140518.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it possible, that in custom board TJA1103 is in deep sleep mode?? If yes then how can i wake it up!?&lt;/P&gt;&lt;P&gt;In short:&lt;/P&gt;&lt;P&gt;1) I guess TJA1103 is configured in slave mode. So how to configure it in Master Mode?&lt;/P&gt;&lt;P&gt;2) I guess TJA1103 is in deep sleep mode, so how can i check that whether Phy is in deep sleep mode or awake?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are my assumption's and understanding, let me know if their can be any other concerning way's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 09:04:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104292#M49186</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-26T09:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104402#M49194</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, master/slave has to be set properly for 100BASE-T1.&lt;/P&gt;
&lt;P&gt;Master/slave can be easily changed by this code snippet example:&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIOWriteMMD(CFG_PHY_CTRL_IDX, phy_addr, 30U, 0x40U, 1U &amp;lt;&amp;lt; 13, 1U); /* SUPER_CONFIG_ENABLE*/&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, &amp;amp;phy_reg_val0, 1U); /* BASE_T1_PMA_CONTROL */&lt;BR /&gt;Gmac_Ip_MDIOWriteMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, 1U &amp;lt;&amp;lt; 14, 1U); /* set MASTER */&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 1U, 0x834U, &amp;amp;phy_reg_val0, 1U);&lt;/P&gt;
&lt;P&gt;Don't forget to clear SUPER_CONFIG_ENABLE once you are done with PHY settings.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It looks like you used different values for pin strap resistors: 4k7 vs. recommended 10k.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Your pin strap settings are the same as T172, so it's weird that you have different PHYAD (and other settings). Please double check RST_N signal and all supplies of the PHY.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 10:37:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104402#M49194</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-26T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104513#M49203</link>
      <description>&lt;P&gt;Well i put your code.&lt;/P&gt;&lt;P&gt;Using that, Phy is set to Master Mode as on reading 0x834 register it now return's 0xC000. Which means TJA1103 Phy is in master mode.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748269889619.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339738i1151A2798FE5079B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748269889619.png" alt="kual_gettobyte_0-1748269889619.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748269889619.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But Still, linking doesnt happen.&lt;/P&gt;&lt;P&gt;As on reading 0x810C: Phy State value it still give's 0x00. That is transmit and basic state are not active.&lt;/P&gt;&lt;P&gt;Could change of Phy address, as stated in my last comment. Can be any issue or point of major concern??&lt;/P&gt;&lt;P&gt;Any other register, you can state which i can check. Any register that tell's about sleep mode/wake mode of PHY after Master mode setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else i will check signal's on pin strapping via multimeter and debug are their configuration's correct.&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 14:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104513#M49203</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-26T14:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104905#M49226</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;if two boards have the same HW pin strapping, they should also have the same reading of the pin strapping. Checking supply, reset and clocks should be the very first checks.&lt;/P&gt;
&lt;P&gt;PHY_STATE definitely shall not be 0x00.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try to read&amp;nbsp;ALWAYS_ACCESSIBLE register:&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIORead(CFG_PHY_CTRL_IDX, phy_addr, 0x1FU, &amp;amp;phy_reg_val1, 1U);&lt;/P&gt;
&lt;P&gt;You may also read&amp;nbsp;PMA_CONTROL1 register 0x00, mmd=1.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 06:36:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2104905#M49226</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-27T06:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105046#M49235</link>
      <description>&lt;P&gt;Hi, I did check all pin strapping configurations at hardware level.&lt;/P&gt;&lt;P&gt;All marked in yellow, are the one's which is they're in both boards. And the once in Red is difference.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748333221351.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339871i3E277EACFF1073CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748333221351.png" alt="kual_gettobyte_0-1748333221351.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748333221351.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So Phy addr, coming out to be 2 now make's sense because in our board Config 2 is Pull down. Whereas in NXP Original Board it is Pull UP.&lt;/P&gt;&lt;P&gt;I check the reset signal's as well; it is Pull Up in both of the hardware.&lt;/P&gt;&lt;P&gt;But still on reading 0x810C register of MMD 30 it gives 0x00 value.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748333681384.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339877iDB9CE598ACAA2032/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748333681384.png" alt="kual_gettobyte_0-1748333681384.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748333681384.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Register description of 0x810C is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_2-1748333783241.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339879iCA1BACAD5DB2F86E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_2-1748333783241.png" alt="kual_gettobyte_2-1748333783241.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_2-1748333783241.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Meaning that PHY is not operational and it is disabled from transmit/basic state.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What can be possible, reasons for that, if software is exactly same and hardware configuration as well apart from just Phy addr and some Ethernet pin change's.!???&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As I&amp;nbsp; read on the datasheet, i found that PHY report's disabled if it is in PMA test mode or diagnostic state.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_3-1748333866318.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339880i22F8593FC6B8E8E7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_3-1748333866318.png" alt="kual_gettobyte_3-1748333866318.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_3-1748333866318.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to check this and make Phy come out of diagnostic or test state!?&lt;/P&gt;&lt;P&gt;Will be expecting a quick reply, please!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 08:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105046#M49235</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-27T08:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105072#M49238</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please try to read&amp;nbsp;ALWAYS_ACCESSIBLE register:&lt;/P&gt;
&lt;P&gt;Gmac_Ip_MDIORead(CFG_PHY_CTRL_IDX, phy_addr, 0x1FU, &amp;amp;phy_reg_val1, 1U);&lt;/P&gt;
&lt;P&gt;You may also read&amp;nbsp;PMA_CONTROL1 register 0x00, mmd=1.&lt;/P&gt;
&lt;P&gt;Have you checked supplies, clock and RST_N?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 08:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105072#M49238</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-27T08:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105114#M49244</link>
      <description>&lt;P&gt;Reading&amp;nbsp;&lt;STRONG&gt;ALWAYS_ACCESSIBLE register,&amp;nbsp;&lt;/STRONG&gt;give's value of : 0x27&lt;/P&gt;&lt;P&gt;and reading&amp;nbsp;&lt;STRONG&gt;PMA_CONTROL1,&amp;nbsp;&lt;/STRONG&gt;give's reset value of: 0x2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On reading this bit's and register description. What i can assume, PHY is powered correctly and not in sleep mode. As first 3 bits of&amp;nbsp;&lt;STRONG&gt;ALWAYS_ACCESSIBLE register,&amp;nbsp;&lt;/STRONG&gt;indicate whether Phy is getting correct power and it is not in sleep mode. But Phy register's are not writable.&amp;nbsp;I didn't get, is it some INT pin configuration related of Phy&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="kual_gettobyte_0-1748336434964.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339893i33D1E6B6BA6D1F5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748336434964.png" alt="kual_gettobyte_0-1748336434964.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748336434964.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And on reading PMA_CONTROL register's it return's reset value of 0x2000. And i guess something is wierd or wrong in this as speed select is selected of 10Mbit according to this register read. But it is written 10Mbit's is not supported.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kual_gettobyte_0-1748337019552.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339900i87467081A2C22C94/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kual_gettobyte_0-1748337019552.png" alt="kual_gettobyte_0-1748337019552.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kual_gettobyte_0-1748337019552.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any comment's on these??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did check Reset and supplie's Phy is properly getting voltage of 3.3. And Clock signal's how should i check?? via probing to oscilliscope??&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess Clock signal also must be working correct, as i am able to read and write Phy register's properly!?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 09:11:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105114#M49244</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-27T09:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105298#M49261</link>
      <description>&lt;P&gt;Well Accessible Register returning value of 0x27 mean's, its Bit 4 is 0, which mean's FUSA test has failed!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dig the datasheet and also read the 0x42 register of MMD 30. Which tell's whether FUSA test has passed or failed. And i found that in our custom board FUSA test status bit are 0 meaning it is failing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What can be rea Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 30, 0x313, &amp;amp;phy_reg_val3, 1U);&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 30, 0x42, &amp;amp;phy_reg_val3, 1U);&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 30, 0x31a, &amp;amp;phy_reg_val3, 1U);&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 30, 0x319, &amp;amp;phy_reg_val3, 1U);&lt;BR /&gt;Gmac_Ip_MDIOReadMMD(CFG_PHY_CTRL_IDX, phy_addr, 30, 0x318, &amp;amp;phy_reg_val3, 1U);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But all of them shows that all voltages are fine.&lt;BR /&gt;son's for FUSA test failure??&lt;/P&gt;&lt;P&gt;As further i read following register's of MMD30:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 12:24:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105298#M49261</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-27T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105315#M49265</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;let's focus on ALWAYS_ACCESSIBLE register first. The value 0x27 means:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;bit 5&amp;nbsp;means that there is issue with a clock - OSC_WARN.&amp;nbsp;Looking to your schematic, you use different xtal (compare to T172 board). Please check values of CX1 and CX2 - 27pF sounds high to me. Please check AN13137 TJA1103 Application note rev 2.0, chapter 3.9.2. where CX1, CX2 settings is discussed.&lt;/LI&gt;
&lt;LI&gt;bit 2 : core supply is OK&lt;/LI&gt;
&lt;LI&gt;bit 1 :&amp;nbsp;device is not in sleep with INH deasserted, all registers are readable&lt;/LI&gt;
&lt;LI&gt;bit 0: pin INH is driven high, i.e driven to VDDA_AO&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Yes, please check clock signal by oscilloscope.&lt;/P&gt;
&lt;P&gt;If clock is wrong, the FUSA failed too.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 13:04:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105315#M49265</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-27T13:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105343#M49268</link>
      <description>&lt;P&gt;AN13137 is that secure doc?? i cant see on NXP website!&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 13:50:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105343#M49268</guid>
      <dc:creator>kual_gettobyte</dc:creator>
      <dc:date>2025-05-27T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: S32K344 Ethernet Not linking</title>
      <link>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105350#M49269</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/244399"&gt;@kual_gettobyte&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;yes, it is secure file:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PavelL_0-1748354445693.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/339975iCA4539E9C104349B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PavelL_0-1748354445693.png" alt="PavelL_0-1748354445693.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PavelL_0-1748354445693.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 14:02:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/S32K344-Ethernet-Not-linking/m-p/2105350#M49269</guid>
      <dc:creator>PavelL</dc:creator>
      <dc:date>2025-05-27T14:02:59Z</dc:date>
    </item>
  </channel>
</rss>

