<?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>8-bit MicrocontrollersのトピックRe: TCP/IP stack on HCS08</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287645#M20428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your compliment :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I looked at various Ethernet devices and I think Wiznet have the best solutions for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joel Guittet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jun 2013 19:12:18 GMT</pubDate>
    <dc:creator>Joel69003</dc:creator>
    <dc:date>2013-06-20T19:12:18Z</dc:date>
    <item>
      <title>TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287639#M20422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone had any experience or know if it is possible to run a TCP/IP stack on the HCS08 core?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so please answer the following questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What MCU was used&lt;/P&gt;&lt;P&gt;2. How much ROM/RAM was needed. (barebones with UDP/TCP, SMTP, PING, DHCP protocols)&lt;/P&gt;&lt;P&gt;3. What TCP/IP stack was used.&lt;/P&gt;&lt;P&gt;4. Was an RTOS used with TCP/IP included?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to resist a move to a bigger MCU ie 16/32 bit ARM core as I am very familiar with the HCS08 family and don't really have the time to learn a new MCU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;JP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 02:53:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287639#M20422</guid>
      <dc:creator>F50SC</dc:creator>
      <dc:date>2013-06-12T02:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287640#M20423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's certainly possible to have basic TCP/IP functionality provided you use a big variant with plenty of Flash/RAM (like the QE128).&amp;nbsp; This can be for small servers, or telnet configuration, etc.&amp;nbsp; I'm thinking in terms of assembly language for both code size and speed.&amp;nbsp; (C inflates things quite a bit, so I can't be sure if it would leave enough room for your app, but it may be possible even in C.&amp;nbsp; There are several examples on the Net of 8-bit MCUs running TCP/IP for small tasks.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you may be better off using a "hardwired" TCP/IP chip like the &lt;A href="http://www.wiznet.io/product-item/w5100/"&gt;WZ5100&lt;/A&gt; from WizNet.&amp;nbsp; It makes things much simpler, and faster than using the MCU for both your app and TCP/IP.&amp;nbsp; It provides four configurable sockets (from 1KB to 8KB each with 8K total for all four), and does all the work at the TCP/IP level, leaving you with only the actual protocol you want to implement (eg., HTTP).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 11:08:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287640#M20423</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2013-06-14T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287641#M20424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerome,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have done it with the S08DZ60 MCU, and using the W5100 from Wiznet. You can find it on my personal website: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myfreescalewebpage.free.fr/theuno/appnote_webserver/appnote_webserver.htm"&gt;http://myfreescalewebpage.free.fr/theuno/appnote_webserver/appnote_webserver.htm&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have not implemented all the protocols, there is only simple HTTP server, but some sockets are available to implement your owns. No RTOS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joel Guittet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 08:04:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287641#M20424</guid>
      <dc:creator>Joel69003</dc:creator>
      <dc:date>2013-06-15T08:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287642#M20425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Tony.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will definitely check out the chips from Wiznet...I realized after posting my question....there is no MAC available on the HCS08 core. You would have to use a 3rd party ethernet module with UART or SPI interface to communicate with the MCU.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2013 22:43:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287642#M20425</guid>
      <dc:creator>F50SC</dc:creator>
      <dc:date>2013-06-16T22:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287643#M20426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel, that's excellent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to check out your project in more detail....as it looks like Wiznet is the only way to go on the HCS08 core if you want Ethernet connectivity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2013 22:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287643#M20426</guid>
      <dc:creator>F50SC</dc:creator>
      <dc:date>2013-06-16T22:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287644#M20427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also check out WIZNET modules&amp;nbsp; WIZ107, WIZ108, etc&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #009933; font-family: arial, sans-serif; font-size: 14.399999618530273px; background-color: #ffffff;"&gt;wiznet&lt;/STRONG&gt;&lt;SPAN style="color: #009933; font-family: arial, sans-serif; font-size: 14.399999618530273px; background-color: #ffffff;"&gt;.co.kr&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;which provide a simple rs232/rs485 interface to ehternet. &lt;/P&gt;&lt;P&gt;I use them a lot, they work no problems (execpt they are power hungry ~220mA @ 3v3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Jun 2013 23:26:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287644#M20427</guid>
      <dc:creator>donw</dc:creator>
      <dc:date>2013-06-16T23:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP stack on HCS08</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287645#M20428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your compliment :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I looked at various Ethernet devices and I think Wiznet have the best solutions for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joel Guittet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jun 2013 19:12:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/TCP-IP-stack-on-HCS08/m-p/287645#M20428</guid>
      <dc:creator>Joel69003</dc:creator>
      <dc:date>2013-06-20T19:12:18Z</dc:date>
    </item>
  </channel>
</rss>

