<?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: Debugging FNET on K60, it initialises but doesn't respond to ping in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226333#M4524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The crucial line is in mcg.c where I had to change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MCG_C5 = MCG_C5_PRDIV(0x18);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MCG_C5 = MCG_C5_PRDIV(1);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My hardware has a 25MHz external oscillator and this change keeps the PLL happy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Nov 2013 08:25:58 GMT</pubDate>
    <dc:creator>OliverSedlacek</dc:creator>
    <dc:date>2013-11-14T08:25:58Z</dc:date>
    <item>
      <title>Debugging FNET on K60, it initialises but doesn't respond to ping</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226329#M4520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've added FNET to my MK60FN1M0VMD120 board and it compiles with IAR and runs through its initialisation. My problem is that I can't ping my target and I've got no idea how to debug it. Can anyone tell me where to start?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 15:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226329#M4520</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2013-06-18T15:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FNET on K60, it initialises but doesn't respond to ping</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226330#M4521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oliver,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried FNET provided example demo, such as &amp;lt;shell&amp;gt; demo?&lt;/P&gt;&lt;P&gt;I could use this demo run at TWR-K60N512 board, then use PC can ping the TWR-K60N512 board.&lt;/P&gt;&lt;P&gt;It need to config both TWR-K60N512 board and PC in same network IP segment.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 07:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226330#M4521</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2013-06-26T07:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FNET on K60, it initialises but doesn't respond to ping</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226331#M4522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of the MK60N512 demos run on the MK60FN1M0 because Freescale chose to change the MCG module. If you use MK60N512 MCG configuration code the processor will hang in the initialisation section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've fixed my problem now, which turned out to be in the configuration of the K60 MAC to Phy interface. My target uses the MII mode instead of the RMII mode. I've now got ping and telnet working (more or less) so I'm very happy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 08:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226331#M4522</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2013-06-26T08:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FNET on K60, it initialises but doesn't respond to ping</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226332#M4523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did you have to change in sysinit() or start.c in FNET 2.6.1 to get the boot application to run on the TWR-K60F120M?&lt;/P&gt;&lt;P&gt;Is there or is there going to be any support for FNET on the TWR-K60F120M? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would much be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 20:55:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226332#M4523</guid>
      <dc:creator>M_Grillo</dc:creator>
      <dc:date>2013-11-13T20:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging FNET on K60, it initialises but doesn't respond to ping</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226333#M4524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The crucial line is in mcg.c where I had to change&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MCG_C5 = MCG_C5_PRDIV(0x18);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;MCG_C5 = MCG_C5_PRDIV(1);&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My hardware has a 25MHz external oscillator and this change keeps the PLL happy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Nov 2013 08:25:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Debugging-FNET-on-K60-it-initialises-but-doesn-t-respond-to-ping/m-p/226333#M4524</guid>
      <dc:creator>OliverSedlacek</dc:creator>
      <dc:date>2013-11-14T08:25:58Z</dc:date>
    </item>
  </channel>
</rss>

