<?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>MQX Software SolutionsのトピックIs there a preferred way to write to the PHY using MQX/RTCS ?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-a-preferred-way-to-write-to-the-PHY-using-MQX-RTCS/m-p/262247#M7817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I _think_ I may need to issue a soft reset to the PHY under some circumstances.&amp;nbsp; I can see how to do this at the lower levels of the PHY driver, but there's quite a few MQX layers between my application code and the PHY driver.&amp;nbsp; Is there an access API that I'm missing?&amp;nbsp; I see function calls like *_mii_write, but they don't seem to make it up to the top where all I "know" is the default device number.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jan 2014 14:52:54 GMT</pubDate>
    <dc:creator>jpa</dc:creator>
    <dc:date>2014-01-28T14:52:54Z</dc:date>
    <item>
      <title>Is there a preferred way to write to the PHY using MQX/RTCS ?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-a-preferred-way-to-write-to-the-PHY-using-MQX-RTCS/m-p/262247#M7817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I _think_ I may need to issue a soft reset to the PHY under some circumstances.&amp;nbsp; I can see how to do this at the lower levels of the PHY driver, but there's quite a few MQX layers between my application code and the PHY driver.&amp;nbsp; Is there an access API that I'm missing?&amp;nbsp; I see function calls like *_mii_write, but they don't seem to make it up to the top where all I "know" is the default device number.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jan 2014 14:52:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-a-preferred-way-to-write-to-the-PHY-using-MQX-RTCS/m-p/262247#M7817</guid>
      <dc:creator>jpa</dc:creator>
      <dc:date>2014-01-28T14:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a preferred way to write to the PHY using MQX/RTCS ?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-a-preferred-way-to-write-to-the-PHY-using-MQX-RTCS/m-p/262248#M7818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is not an API to do what you want. However, you maybe could try this:&lt;/P&gt;&lt;P&gt;ENET_CONTEXT_STRUCT_PTR enet_ptr = NULL;&lt;/P&gt;&lt;P&gt;enet_ptr = _mqx_get_io_component_handle(IO_ENET_COMPONENT);&lt;/P&gt;&lt;P&gt;enet_ptr-&amp;gt;PARAM_PTR = &amp;amp;ENET_default_params[0];&lt;/P&gt;&lt;P&gt;(*param_ptr-&amp;gt;ENET_IF-&amp;gt;MAC_IF-&amp;gt;PHY_WRITE)(enet_ptr, reg_index, data, timeout);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more reference, I came out with the adobe code based on the ENET_initialize_ex() function. I didn't tested so you will need to check and see if compiles and works. I hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Garabo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2014 21:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-a-preferred-way-to-write-to-the-PHY-using-MQX-RTCS/m-p/262248#M7818</guid>
      <dc:creator>Luis_Garabo</dc:creator>
      <dc:date>2014-01-29T21:34:47Z</dc:date>
    </item>
  </channel>
</rss>

