<?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>Kinetis MicrocontrollersのトピックRe: Can I use ethernet on K64F without MQX or another RTOS?</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355002#M17667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set FNET_CFG_CPU_VECTOR_TABLE to your vector table address.&lt;/P&gt;&lt;P&gt;fnet_mk_irq_enable is defined in fnet_mk_low.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 08:23:09 GMT</pubDate>
    <dc:creator>butok</dc:creator>
    <dc:date>2015-04-01T08:23:09Z</dc:date>
    <item>
      <title>Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354986#M17651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, in all examples or questions I read the use of ethernet with MQX, so my question is...&lt;/P&gt;&lt;P&gt;Can I use ethernet on K64F without MQX or another RTOS?&lt;/P&gt;&lt;P&gt;Exists some examples or suggest for use it without an OS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 16:36:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354986#M17651</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-03-26T16:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354987#M17652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you configure the Ethernet controller and send data using its buffer descriptors you don't need to use any OS.&lt;/P&gt;&lt;P&gt;You can take existing initialisation code (also from projects using OS) as base since it has nothing to do with the OS itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on what type of data you want to send you may need to develop a number of protocols to go on top of it though, which may take a month or two of work to achieve some basic operations to be compatible in a network. For a reasonable level of Internet protocol compatibility you may need to plan for 6 months to a year or two. During the work you may however decide to use an OS to simplify the management of the tasks and achieve reliability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need just fairly simple TCP/IP you can take something like OpenTCP which doesn't include any OS or file system support: &lt;A href="http://sourceforge.net/projects/opentcp/" title="http://sourceforge.net/projects/opentcp/"&gt;http://sourceforge.net/projects/opentcp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also take LwIP without MQX and add your own scheduling and file system (if needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 20:35:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354987#M17652</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2015-03-26T20:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354988#M17653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark for your answer! I began to observe and study the OpenTCP files, so I need some time to understan it. In future if you can help me, I write here again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 08:36:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354988#M17653</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-03-27T08:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354989#M17654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;You can also look at FNET embedded TCP/IP stack: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://fnet.sf.net" target="_blank"&gt;http://fnet.sf.net&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It supports K64.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354989#M17654</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-03-27T14:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354990#M17655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey, Thanks very much!&lt;/P&gt;&lt;P&gt;If I understand I need to initialize the ethernet and the timer module for fnet. Right?&lt;/P&gt;&lt;P&gt;There are some examples of initialization of ethernet module on k64?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:56:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354990#M17655</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-03-27T14:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354991#M17656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can look inside Ethernet module initialization here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/cpu/common/fnet_fec.c#l139" title="https://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/cpu/common/fnet_fec.c#l139"&gt;FNET - Embedded TCP/IP Stack / Code / [19205a] /fnet_stack/cpu/common/fnet_fec.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.There is one more source for you - KSDK: &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=KDS_IDE&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 15:07:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354991#M17656</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-03-27T15:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354992#M17657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Andrey Butok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also looking for the same but using K60. Actually my application is to develop a deterministic Ethernet switch. I want to receive each Ethernet frame and check the type of frame then pass that frame or Discard according to the type of frame field in that frame..I Will not be dealing with Upper layer protocols..So I think, For me also MQX RTOS is not required. One more thing is, I need more speed for processing the frames and passing it(at least 100mb/s)..So I Worried that if I am using MQX I will not be able to get maximum utilization of controller since MQX also will be running some threads in back-end..&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Can i utilize the codes which you mentioned above for for K60) also..&lt;/SPAN&gt;Please tell me if you have any example code for this application..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 11:32:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354992#M17657</guid>
      <dc:creator>vysakh</dc:creator>
      <dc:date>2015-03-28T11:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354993#M17658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey,&lt;/P&gt;&lt;P&gt;Thanks for the link to the FNET project! This seems to be the piece of code which I'm looking for a long while. :smileyhappy:&lt;/P&gt;&lt;P&gt;-Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 21:29:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354993#M17658</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-03-28T21:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354994#M17659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Can i utilize the codes which you mentioned above for for K60) also..&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Yes. All Kinetis MCUs use the same Ethernet module, so they share the same driver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;I want to receive each Ethernet frame and check the type of frame then pass that frame or Discard according to the type of frame field in that frame.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may put your "filter" code to the Ethernet-driver input function:&lt;A href="https://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/cpu/common/fnet_fec.c#l453" title="https://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/cpu/common/fnet_fec.c#l453"&gt;https://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/cpu/common/fnet_fec.c#l453&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 07:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354994#M17659</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-03-30T07:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354995#M17660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Andrey,&lt;/P&gt;&lt;P&gt;While compiling my project with fnet stack, A File is giving lots of errors (fnet_ucosIII_isr.s) How to resolve this?&lt;/P&gt;&lt;P&gt;I am using &lt;SPAN style="font-size: 13.3333330154419px;"&gt;TWR&lt;/SPAN&gt;K60N512 and Code warrior 10.4 &lt;SPAN style="font-size: 13.3333330154419px;"&gt;for development.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 class="title dark" style="font-weight: normal; margin-bottom: 1.5em; padding: 5px 10px; font-size: 14px; font-family: Ubuntu, sans-serif; color: #ffffff; background: linear-gradient(#666666, #555555) #555555;"&gt;&lt;A href="http://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/" style="color: #ffffff; text-decoration: underline; background: transparent;"&gt;net_stack&lt;/A&gt; / &lt;A href="http://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/os/" style="color: #ffffff; text-decoration: underline; background: transparent;"&gt;os&lt;/A&gt; / &lt;A href="http://sourceforge.net/p/fnet/gitcode/ci/master/tree/fnet_stack/os/ucosIII/" style="color: #ffffff; text-decoration: underline; background: transparent;"&gt;ucosIII&lt;/A&gt; / fnet_ucosIII_isr.s&lt;/H2&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 06:51:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354995#M17660</guid>
      <dc:creator>vysakh</dc:creator>
      <dc:date>2015-03-31T06:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354996#M17661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrey, &lt;/P&gt;&lt;P&gt;I want to add fnet stack in my project. Wich are the configuration of fnet_user_config.h to set for kds and mk64fn1m?&lt;/P&gt;&lt;P&gt;The how to guide for the other parts is equal to CW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alessio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:02:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354996#M17661</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-03-31T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354997#M17662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use configuration parameters from existing examples for KDS, for example fnet\fnet_demos\mk64fn1m\shell\kds2.0:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;#define FNET_CFG_COMP_GNUC&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;#define FNET_CFG_CPU_MK64FN1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (1)&lt;/P&gt;&lt;P&gt;If some issues, you have always the reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Andrey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 09:20:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354997#M17662</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-03-31T09:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354998#M17663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This file is covered by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #if FNET_CFG_OS &amp;amp;&amp;amp; FNET_CFG_OS_UCOSIII &amp;amp;&amp;amp; FNET_MCF &amp;amp;&amp;amp; FNET_CFG_OS_ISR&lt;/P&gt;&lt;P&gt;These all parameters are 0 by default. It look like you have a mess.&lt;/P&gt;&lt;P&gt;Anyway you may remove OS-specific files from you project.&lt;/P&gt;&lt;P&gt;BTW:&lt;/P&gt;&lt;P&gt;Please upgrade to CW10.6 and use the project from \fnet\fnet_demos\mk60n512\shell\cw10.6 as a reference to save time.&lt;/P&gt;&lt;P&gt;FNET is not supported by Freescale, so better to use the FNET dedicated forum:&lt;A href="https://sourceforge.net/p/fnet/discussion/920346" title="https://sourceforge.net/p/fnet/discussion/920346"&gt;FNET - Embedded TCP/IP Stack / FNET User Forum / Discussion&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 06:58:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354998#M17663</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-04-01T06:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354999#M17664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I use the frdm and so I do a flash build with openSDA I have to activate interrupt? Which peripheral use the stack in mk64 for timer? wich other interrupt I have to activate? I have to add this on startup_MK64FN...S?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sorry for the questions but I have to undertand how work the stack&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Alessio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:06:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/354999#M17664</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-04-01T07:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355000#M17665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;Which peripheral use the stack in mk64 for timer? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PIT&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;wich other interrupt I have to activate?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FNET uses Timer and ENET RX interrupts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; I have to add this on startup_MK64FN...S?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Not needed. It is done by FNET ENET and Timer drivers during initialization.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You should have general startup and clock initialization (may reuse from FNET examples).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 07:59:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355000#M17665</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-04-01T07:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355001#M17666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andrey, I have two errors while build the stack:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;make: *** [K64-ETH.elf] Error 1&lt;/TD&gt;&lt;TD&gt;K64-ETH&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;undefined reference to `__VECTOR_RAM'&lt;/TD&gt;&lt;TD&gt;fnet_mk_isr_inst.c&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/cpu/mk&lt;/TD&gt;&lt;TD&gt;line 58&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;undefined reference to `fnet_mk_irq_enable'&lt;/TD&gt;&lt;TD&gt;fnet_mk.c&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/cpu/mk&lt;/TD&gt;&lt;TD&gt;line 75&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:16:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355001#M17666</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-04-01T08:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355002#M17667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set FNET_CFG_CPU_VECTOR_TABLE to your vector table address.&lt;/P&gt;&lt;P&gt;fnet_mk_irq_enable is defined in fnet_mk_low.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:23:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355002#M17667</guid>
      <dc:creator>butok</dc:creator>
      <dc:date>2015-04-01T08:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use ethernet on K64F without MQX or another RTOS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355003#M17668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the continuous questions but now I have this problems:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;TD&gt;Resource&lt;/TD&gt;&lt;TD&gt;Path&lt;/TD&gt;&lt;TD&gt;Location&lt;/TD&gt;&lt;TD&gt;Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 266&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 256&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 261&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 251&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;make: *** [Sources/fnet_stack/cpu/mk/fnet_mk.o] Error 1&lt;/TD&gt;&lt;TD&gt;K64-ETH&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 246&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;stray '\' in program&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 241&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;expected identifier or '(' before '.' token&lt;/TD&gt;&lt;TD&gt;fnet_comp_asm.h&lt;/TD&gt;&lt;TD&gt;/K64-ETH/Sources/fnet_stack/compiler&lt;/TD&gt;&lt;TD&gt;line 240&lt;/TD&gt;&lt;TD&gt;C/C++ Problem&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;how can I solve it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:45:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Can-I-use-ethernet-on-K64F-without-MQX-or-another-RTOS/m-p/355003#M17668</guid>
      <dc:creator>alessiopaolucci</dc:creator>
      <dc:date>2015-04-01T08:45:24Z</dc:date>
    </item>
  </channel>
</rss>

