<?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: fnet_stack into existing project in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396132#M21776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/bibinputhiyath"&gt;bibinputhiyath&lt;/A&gt;​ can you attach your KDS project to your original message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 15:24:13 GMT</pubDate>
    <dc:creator>dave408</dc:creator>
    <dc:date>2015-05-27T15:24:13Z</dc:date>
    <item>
      <title>fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396128#M21772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just download FNET 2.7.4 , then copy fnet_stack into my existing project for FRDM-K64 boarrd. Then I add fnet_user_config.h file to sources. Then i compiled my project. I am getting an error , &lt;/P&gt;&lt;P&gt;fatal error:compiler/fnet_comp_asm.h: No such file or directory.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Can you provide any help with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 05:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396128#M21772</guid>
      <dc:creator>bibinputhiyath</dc:creator>
      <dc:date>2015-05-26T05:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396129#M21773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Bibin Puthiyath:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not familiar with FNET but the standard way to correct this kind of "&lt;EM&gt;No such file&lt;/EM&gt;..." error involves 2 steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt; Search the file in your library, software package, etc, in this case in the FNET folders.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&lt;/STRONG&gt; In KDS make sure that you have a search path (in this case for the assembler) pointing to the location of such file in your computer. Go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM GNU Assembler -&amp;gt; Includes. One of the &lt;STRONG&gt;Include paths&lt;/STRONG&gt; &lt;STRONG&gt;(-I)&lt;/STRONG&gt; should point the assembler to the missing file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you have doubts.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards!,&lt;BR /&gt;Jorge Gonzalez&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 02:03:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396129#M21773</guid>
      <dc:creator>Jorge_Gonzalez</dc:creator>
      <dc:date>2015-05-27T02:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396130#M21774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your fast reply..&lt;/P&gt;&lt;P&gt;Ya I add "compiler" file to &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Go to Project -&amp;gt; Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Cross ARM GNU Assembler -&amp;gt; Includes.&lt;/SPAN&gt; Again same error . I can only add file system that is compiler folder in Fnet stack not specified error file(ie. fnet_comp_asm.h) which shows error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 04:20:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396130#M21774</guid>
      <dc:creator>bibinputhiyath</dc:creator>
      <dc:date>2015-05-27T04:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396131#M21775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One small thing to add.&amp;nbsp; On Windows system, I find &lt;A href="http://www.voidtools.com/" title="http://www.voidtools.com/"&gt;Everything Search Engine&amp;nbsp; &lt;/A&gt;to be an &lt;STRONG&gt;indispensable &lt;/STRONG&gt;tool when looking for all of the missing files.&amp;nbsp; It searches extremely fast.&amp;nbsp; I use it a lot when creating new projects or doing conversions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 05:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396131#M21775</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-05-27T05:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396132#M21776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/bibinputhiyath"&gt;bibinputhiyath&lt;/A&gt;​ can you attach your KDS project to your original message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 15:24:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396132#M21776</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-05-27T15:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396133#M21777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ya sure. Plz find the attach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 03:57:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396133#M21777</guid>
      <dc:creator>bibinputhiyath</dc:creator>
      <dc:date>2015-05-28T03:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396134#M21778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bibin, I was able to get the code to compile, but not the "right" way.&amp;nbsp; Ideally, I would just set the C include directories to point to the folders that have the files referenced by fnet.&amp;nbsp; But for some reason, this approach didn't work for your project.&amp;nbsp; I had to modify a lot of the FNET header files so that they use the proper relative paths.&amp;nbsp; Honestly, I'm not sure why the FNET developer(s) didn't do it that way.&amp;nbsp; It seems like they are relying on the development tools to specify all of the correct include paths, but since they define the folder structure, I'm not sure why their header files point to all of the wrong relative locations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 15:04:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396134#M21778</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-05-28T15:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396135#M21779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dave,&lt;/P&gt;&lt;P&gt;Were you also able to import the FNET stack into a PE project and got it running.&lt;/P&gt;&lt;P&gt;I got the import and the compilation done; but unfortunately it will not run.&lt;/P&gt;&lt;P&gt;It seems not to be a matter of stack size. It might be the low level initialization through the PE code.&lt;/P&gt;&lt;P&gt;-Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 12:34:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396135#M21779</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T12:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396136#M21780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris, I have not tried yet...&amp;nbsp; I am stuck trying to figure out why lwIP isn't working in my PEx project, since the current plan is for me to use lwIP and not FNET.&amp;nbsp; I'll let you know when I get a chance to try it out.&amp;nbsp; What happens in your code when you try to run with a PEx project?&amp;nbsp; And I suppose it works when you're not using PEx?&amp;nbsp; Perhaps some of the things I'm trying out for lwIP debugging are applicable to your case as well?&amp;nbsp; &lt;A href="https://community.nxp.com/thread/356653"&gt;Adding HardFault handlers in KDS3/KSDK1.2?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 13:12:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396136#M21780</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-04T13:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396137#M21781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's my PE&amp;amp;FNET project, find it attached. The ISRs are set-up by PE, so it's possible to regenerate the autocode. Right now I'm getting a HW interrupt while the stack tries to initialize the IOs for the Ethernet connection to the PHY.&lt;/P&gt;&lt;P&gt;This IO configuration might be locked through the previous low level initialization of PE; but so far I'm not a expert in this to be quite sure.&lt;/P&gt;&lt;P&gt;I didn't use lwIP yet, but I can try to figure out the problem. Did you create a demo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 14:59:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396137#M21781</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T14:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396138#M21782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I forget to say that the project is created in KDS3, so it might not work with KDS2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:01:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396138#M21782</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396139#M21783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No worries, I'm on KDS 3.0 now as well.&amp;nbsp; :smileyhappy:&amp;nbsp; I'm looking at your issue, but can't promise much as I am still quite a newbie.&amp;nbsp; Just out of curiosity, can you share how you created your project?&amp;nbsp; Your project layout (specifically Static_Code) is different from mine, yet similar to what other discuss.&amp;nbsp; For example, Erich Styger always mentions Vectors.c, but I never have this in my projects.&amp;nbsp; Your Static_Code folder is very different than mine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yours:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/32970i65DC1C989F4A73E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Mine:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33008i6029D2F174F3B6B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396139#M21783</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-04T15:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396140#M21784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I think I know why your layout is different.&amp;nbsp; You're using a MQX Lite PEx component, which IIRC has been deprecated.&amp;nbsp; The "new" way to do it is to leave the osa component there, and then just change its settings from BareMetal to MQX.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396140#M21784</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-04T15:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396141#M21785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I can; but I will open a new thread for this issue and post you the link. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396141#M21785</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T15:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396142#M21786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ahead and direct message me if you want so you don't have to create a thread for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396142#M21786</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-04T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396143#M21787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bibin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found the issue in your project and I had this issue as well in my project.&lt;/P&gt;&lt;P&gt;The cause for the failure is that the include paths for your project aren't applied to this specific file.&lt;/P&gt;&lt;P&gt;I attached a screenshot where you can see that just one path is applied to this file. The extension .S might be an issue, so that the KDS does not know that the include paths must also applied to this file; but I'm not sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I simply added a new file "fnet_mk_lowA.s" (by right click to the mk folder) and copied the content of the fnet_mk_low.S into it. Droped after that the "fnet_mk_low.S" file and renamed the "fnet_mk_lowA.s" file to "fnet_mk_low.s". After that it compiled just fine.&lt;/P&gt;&lt;P&gt;Further I check the includes and these looked fine as well, see the 2n screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:06:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396143#M21787</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T16:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396144#M21788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope that a FNET expert could lead use to a solution; therefore I want to create a new thread for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396144#M21788</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T16:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396145#M21789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I added a few components. I'm not very familiar in this way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:15:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396145#M21789</guid>
      <dc:creator>ChrisTango</dc:creator>
      <dc:date>2015-06-04T16:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: fnet_stack into existing project</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396146#M21790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea, ok.&amp;nbsp; BTW, I have a feeling that you are not using the KSDK, and that's why yours looks different than mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2015 16:24:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/fnet-stack-into-existing-project/m-p/396146#M21790</guid>
      <dc:creator>dave408</dc:creator>
      <dc:date>2015-06-04T16:24:53Z</dc:date>
    </item>
  </channel>
</rss>

