<?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>S12 / MagniV Microcontrollers中的主题 Web development with 9S12NE64</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142459#M3444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;I am a new user of NE64 which happens to be my first microcontroller&lt;BR /&gt;experience.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I have been able to store a web page in the MCU, and I can get to it&lt;BR /&gt;from my PC.(&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2F192.168.2.3%29%2F" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #003399;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://192.168.2.3)" target="test_blank"&gt;http://192.168.2.3)&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I have also written an analog to digital converter program. The&lt;BR /&gt;problem is how to make the website get the Analog to digital conversion&lt;BR /&gt;result from the ATDDR0H register.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I would be glad if you provide me a detail procedure.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Thanks in anticipation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Jide&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Jul 2006 01:07:13 GMT</pubDate>
    <dc:creator>Jide</dc:creator>
    <dc:date>2006-07-08T01:07:13Z</dc:date>
    <item>
      <title>Web development with 9S12NE64</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142459#M3444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;BR /&gt;&amp;nbsp;I am a new user of NE64 which happens to be my first microcontroller&lt;BR /&gt;experience.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I have been able to store a web page in the MCU, and I can get to it&lt;BR /&gt;from my PC.(&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2F192.168.2.3%29%2F" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #003399;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://192.168.2.3)" target="test_blank"&gt;http://192.168.2.3)&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I have also written an analog to digital converter program. The&lt;BR /&gt;problem is how to make the website get the Analog to digital conversion&lt;BR /&gt;result from the ATDDR0H register.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;I would be glad if you provide me a detail procedure.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Thanks in anticipation&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;Jide&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Jul 2006 01:07:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142459#M3444</guid>
      <dc:creator>Jide</dc:creator>
      <dc:date>2006-07-08T01:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Web development with 9S12NE64</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142460#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;It's quite simple. You have the html page in memory now, and you simply have to dynamically update the html page to show the value you read. This can be done when you first start processing the user's request.&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 08:33:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142460#M3445</guid>
      <dc:creator>englere</dc:creator>
      <dc:date>2006-07-09T08:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Web development with 9S12NE64</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142461#M3446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Thanks for,your reply, i have created a dynamic page, but i still dont how to http server to point to the right register(ATDDR0H). I am using OpenTCP , dont know which file to edit to get this done.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Jide&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 21:35:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142461#M3446</guid>
      <dc:creator>Jide</dc:creator>
      <dc:date>2006-07-09T21:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Web development with 9S12NE64</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142462#M3447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OpenTCP doesn't support dynamic web page generation so you will need some other examples to copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check out this posting: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You may like to try the uTasker solution - it is free for non-commercial projects, including email support. (commercial use would also only cost $485, royalty free). It is supplied with ready to run projects using GNU, IAR and Codewarrior compilers, supporting dynamic web pages and control, plus much more. See the tutorial for first details and visit an on line demo of the project at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://212.254.22.36" target="_blank"&gt;http://212.254.22.36&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The utasker comes with a real time NE64 simulator allowing complete projects to be developed, tested and debugged without the need to work on the hardware target. Other PCs on the network can communicate with the simulated device without noticing that it is not real.. it has to be tried and then you'll see how it cuts design times in half.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also supoorts the new Coldfire M5223X so projects running on the NE64 can be moved to the Codlfire by setting just one compiler switch. See also the following posting at the Coldfire forum:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=274" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=CFCOMM&amp;amp;message.id=274&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The uTasker has a growing user base and is a powerful, stable and proved solution. It gives you all the code you need to solve your problem after only 20 minutes or so. So don't be shy, new users are welcome.&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 Butcher &lt;BR /&gt;&lt;A href="http://www.mjbc.ch/"&gt;www.mjbc.ch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 02:58:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Web-development-with-9S12NE64/m-p/142462#M3447</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2006-07-10T02:58:36Z</dc:date>
    </item>
  </channel>
</rss>

