<?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 Getting started with the M52233DEMO and the Interniche stack in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124618#M130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need some help getting started with the M52233DEMO board and the TCP/IP lite stack. I have just obtained the demo board and downloaded the stack from the product page. Is there a step-by-step set of instructions for compiling and debugging a demo version of the stack?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see some posts about bugs when running under CodeWarrior 6.3, which is what I have. Is there a summary of what I need to do to fix these bugs that someone can point me to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am familiar with CodeWarrior, and have used OpenTCP on the NE64 part, but I am new to coldfire parts. It appears that I can run the debugger, and step through a couple of simple programs. However, I'm not really sure exactly what sample program to use to run the demo of the stack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would greatly appreciate any comments from those who might have gone down the same path!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2007 12:42:46 GMT</pubDate>
    <dc:creator>bobsawyer</dc:creator>
    <dc:date>2007-02-28T12:42:46Z</dc:date>
    <item>
      <title>Getting started with the M52233DEMO and the Interniche stack</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124618#M130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need some help getting started with the M52233DEMO board and the TCP/IP lite stack. I have just obtained the demo board and downloaded the stack from the product page. Is there a step-by-step set of instructions for compiling and debugging a demo version of the stack?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see some posts about bugs when running under CodeWarrior 6.3, which is what I have. Is there a summary of what I need to do to fix these bugs that someone can point me to?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am familiar with CodeWarrior, and have used OpenTCP on the NE64 part, but I am new to coldfire parts. It appears that I can run the debugger, and step through a couple of simple programs. However, I'm not really sure exactly what sample program to use to run the demo of the stack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would greatly appreciate any comments from those who might have gone down the same path!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2007 12:42:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124618#M130</guid>
      <dc:creator>bobsawyer</dc:creator>
      <dc:date>2007-02-28T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started with the M52233DEMO and the Interniche stack</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124619#M131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I'm having similar problems. I am totally new to this kind of stuff and I have no idea where to start.&lt;BR /&gt;&lt;BR /&gt;Nice that that demo application works in my webbrowser, but I can find no simple step-by-step manual how to develop my own applications or even how to get it into the normal program memory instead of directly flashing the old stuff away.&lt;BR /&gt;&lt;BR /&gt;Can anyone give me a hand?&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 05:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124619#M131</guid>
      <dc:creator>Markieboy</dc:creator>
      <dc:date>2007-03-02T05:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Getting started with the M52233DEMO and the Interniche stack</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124620#M132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To write an application for the NicheLite stack, you need to create a new task. Look at how FreeScale made the http server task for an example.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The stack is not a full blown OS like Linux and it doesn't understand executable file formats so there is no way to create a separate executable application.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have tried to knock up an example task in the attached file - I haven't even compiled this so it may be stuffed with errors. Make the chages to your NicheLite project and see if it works. Let me know if it doesn;t and I'll see if I can fix it.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Cheers,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Paul.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 18:42:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Getting-started-with-the-M52233DEMO-and-the-Interniche-stack/m-p/124620#M132</guid>
      <dc:creator>mccPaul</dc:creator>
      <dc:date>2007-03-02T18:42:53Z</dc:date>
    </item>
  </channel>
</rss>

