<?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 Bug-fix for Hitex LPC4357 kit to make RMII autoconfigure correctly in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-fix-for-Hitex-LPC4357-kit-to-make-RMII-autoconfigure/m-p/568879#M17809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rgledhill on Fri May 17 08:07:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There is a mistake on the Hitex LPC4357 kit where resistor R96 is 10k and needs to be 2k2.&amp;nbsp; This means that the auto-configure mode on the Ethernet PHY always defaults to MII mode, even if jumper JP5 is closed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can either change this resistor, or you can change your start-up code to force the PHY into RMII mode (if you want to use RMII mode!).&amp;nbsp; If you're using the Keil RTX TCPnet libraries, for instance, change ETH_LPC43xx.c:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Configure the PHY device */&lt;BR /&gt;&amp;lt;strong&amp;gt;#if !_MII_ &amp;amp;amp;&amp;amp;amp; defined(HITEX_BOARD)&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;strong&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write_PHY(PHY_REG_RBR, 0x20);&amp;nbsp;&amp;nbsp; /* RMII mode - fix for Hitex LPC4357 board with inadequate config pull-up R96 */&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;strong&amp;gt;#endif&amp;lt;/strong&amp;gt;&lt;BR /&gt;#if defined(_10MBIT_)&lt;BR /&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This will be fixed in future revisions of the board; MII mode is unaffected.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hitex UK Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 18:52:12 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T18:52:12Z</dc:date>
    <item>
      <title>Bug-fix for Hitex LPC4357 kit to make RMII autoconfigure correctly</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-fix-for-Hitex-LPC4357-kit-to-make-RMII-autoconfigure/m-p/568879#M17809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rgledhill on Fri May 17 08:07:30 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There is a mistake on the Hitex LPC4357 kit where resistor R96 is 10k and needs to be 2k2.&amp;nbsp; This means that the auto-configure mode on the Ethernet PHY always defaults to MII mode, even if jumper JP5 is closed.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can either change this resistor, or you can change your start-up code to force the PHY into RMII mode (if you want to use RMII mode!).&amp;nbsp; If you're using the Keil RTX TCPnet libraries, for instance, change ETH_LPC43xx.c:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Configure the PHY device */&lt;BR /&gt;&amp;lt;strong&amp;gt;#if !_MII_ &amp;amp;amp;&amp;amp;amp; defined(HITEX_BOARD)&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;strong&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write_PHY(PHY_REG_RBR, 0x20);&amp;nbsp;&amp;nbsp; /* RMII mode - fix for Hitex LPC4357 board with inadequate config pull-up R96 */&amp;lt;/strong&amp;gt;&lt;BR /&gt;&amp;lt;strong&amp;gt;#endif&amp;lt;/strong&amp;gt;&lt;BR /&gt;#if defined(_10MBIT_)&lt;BR /&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;This will be fixed in future revisions of the board; MII mode is unaffected.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hitex UK Ltd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:52:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/Bug-fix-for-Hitex-LPC4357-kit-to-make-RMII-autoconfigure/m-p/568879#M17809</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T18:52:12Z</dc:date>
    </item>
  </channel>
</rss>

