<?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: TCP/IP solution for MCF523x in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166865#M5849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not run these specific protocols but many others not normally found in embedded real time system such as IMAP using RTEMS. The way I did this was to embed Python. It comes with all sorts of excellent and well written protocols including (from a quick Google) WSDL and SOAP. Things like NTP are directly supported by RTEMS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the performance compared to the traffic flow acceptable and I still had RTEMS running all the real time parts of my application written in C++. The ability to just include a protocol and play was fastastic. We ended up writing parts of the application that handled the data in Python and just loaded the compiled Python code on the target file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RTEMS is &lt;A href="http://www.rtems.org/" target="test_blank"&gt;http://www.rtems.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Mar 2009 06:24:04 GMT</pubDate>
    <dc:creator>ChrisJohns</dc:creator>
    <dc:date>2009-03-26T06:24:04Z</dc:date>
    <item>
      <title>TCP/IP solution for MCF523x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166862#M5846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using a Freescale MCF5234/5235 and need to support the following Ethernet protocols&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TCP/UDP/IP&lt;/P&gt;&lt;P&gt;DHCP (RFC2131)&lt;/P&gt;&lt;P&gt;DNS (RFC1034,RFC1035)&lt;/P&gt;&lt;P&gt;IGMP v2 (RFC2236)&lt;/P&gt;&lt;P&gt;DiffServ (RFC2474)&lt;/P&gt;&lt;P&gt;NTP v3 (RFC1305)&lt;/P&gt;&lt;P&gt;VLAN (IEEE802.1Q)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Does anyone know a RTOS and IP Stack that support these protocols for my platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VLAN, NTP and DiffServ are not supported by a lot of embedded systems.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt; Freescale MCF5234/35 with CodeWarrior 6.4 &amp;gt;&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 16:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166862#M5846</guid>
      <dc:creator>Arev</dc:creator>
      <dc:date>2009-03-25T16:37:12Z</dc:date>
    </item>
    <item>
      <title>More TCP/IP solution for MCF523x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166863#M5847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need also to support&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="Arial" size="2"&gt;WSDL and&lt;/FONT&gt; SOAP&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 17:40:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166863#M5847</guid>
      <dc:creator>Arev</dc:creator>
      <dc:date>2009-03-25T17:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: More TCP/IP solution for MCF523x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166864#M5848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arev,&lt;/P&gt;&lt;P&gt;have a look&amp;nbsp;at Nucleus by Mentor Graphics. I'm not sure whether they support all of your wishes, but I know that there exist OSS SOAP Server, which you can implement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vy73&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 20:45:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166864#M5848</guid>
      <dc:creator>sirlenzelot</dc:creator>
      <dc:date>2009-03-25T20:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP solution for MCF523x</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166865#M5849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not run these specific protocols but many others not normally found in embedded real time system such as IMAP using RTEMS. The way I did this was to embed Python. It comes with all sorts of excellent and well written protocols including (from a quick Google) WSDL and SOAP. Things like NTP are directly supported by RTEMS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the performance compared to the traffic flow acceptable and I still had RTEMS running all the real time parts of my application written in C++. The ability to just include a protocol and play was fastastic. We ended up writing parts of the application that handled the data in Python and just loaded the compiled Python code on the target file system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RTEMS is &lt;A href="http://www.rtems.org/" target="test_blank"&gt;http://www.rtems.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 06:24:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/TCP-IP-solution-for-MCF523x/m-p/166865#M5849</guid>
      <dc:creator>ChrisJohns</dc:creator>
      <dc:date>2009-03-26T06:24:04Z</dc:date>
    </item>
  </channel>
</rss>

