<?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: The program &amp;quot;EASYWEB&amp;quot; does not work in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590753#M29280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Mar 22 07:02:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
 // Just check this actually is a DP83848C PHY
&amp;nbsp; phyid1 = ReadFromPHY (PHY_REG_IDR1);
&amp;nbsp; phyid2 = ReadFromPHY (PHY_REG_IDR2);

&amp;nbsp; if (((phyid1 &amp;lt;&amp;lt; 16) | (phyid2 &amp;amp; 0xFFF0)) == DP83848C_ID) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; phy_in_use =&amp;nbsp; DP83848C_ID;
&amp;nbsp; }
&amp;nbsp; else if (((phyid1 &amp;lt;&amp;lt; 16) | (phyid2 &amp;amp; 0xFFF0)) == LAN8720_ID) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; phy_in_use = LAN8720_ID;
&amp;nbsp; }&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;doing in ethmac.c :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Easyweb is running with&amp;nbsp; DP83848C here without problem &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt; No changes required &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:49:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:49:43Z</dc:date>
    <item>
      <title>The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590744#M29271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Thu Mar 21 13:57:27 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the example program "EASYWEB," and I'm trying to make the program respond to a "ping" command from the computer. In the code "EASYWEB" just set the pins on the ethernet put the ping command does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can someone help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590744#M29271</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590745#M29272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Thu Mar 21 14:18:03 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several easyweb samples, so which are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it ...LPCXpresso_5.1.2_2065\lpcxpresso\Examples\NXP\LPC1000\LPC17xx\LPCXpresso176x_cmsis2.zip\LPCX176x_cmsis2_EasyWeb ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you change IP in tcpip.h already?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which hardware are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Easyweb is working out of the box if it's IP is setup correct. Then of course pinging it's IP is working also :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Console should show a message with your IP address:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;RDB1768 Easyweb TCP/IP Stack&lt;BR /&gt;- Initializing&lt;BR /&gt;- IP addresss = (Your IP address)&lt;BR /&gt;Up and running!&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590745#M29272</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590746#M29273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by whitecoe on Thu Mar 21 14:20:58 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I've never seen any problems with the versions of Easyweb that I've played with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You might get more help if you tell us exactly **which** Easyweb are you using.? For example if you have taken it from one of the example bundles within your LPCXpresso installation, exactly which zip file did you import?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And on exactly which board are you running it ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590746#M29273</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590747#M29274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Fri Mar 22 04:25:33 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: whitecoe&lt;/STRONG&gt;&lt;BR /&gt;I've never seen any problems with the versions of Easyweb that I've played with.&lt;BR /&gt;&lt;BR /&gt;You might get more help if you tell us exactly **which** Easyweb are you using.? For example if you have taken it from one of the example bundles within your LPCXpresso installation, exactly which zip file did you import?&lt;BR /&gt;&lt;BR /&gt;And on exactly which board are you running it ??&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file that I imported is an example of LPCXPRESSO "LPCX176x_cmsis2_EasyWeb" and the board I'm using is a board created by the same company I work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what I need to set the code so that I can of the "ping" command and microcontroller answer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590747#M29274</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590748#M29275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Fri Mar 22 04:41:45 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;There are several easyweb samples, so which are you using?&lt;BR /&gt;&lt;BR /&gt;Is it ...LPCXpresso_5.1.2_2065\lpcxpresso\Examples\NXP\LPC1000\LPC17xx\LPCXpresso176x_cmsis2.zip\LPCX176x_cmsis2_EasyWeb ?&lt;BR /&gt;&lt;BR /&gt;Did you change IP in tcpip.h already?&lt;BR /&gt;&lt;BR /&gt;Which hardware are you using?&lt;BR /&gt;&lt;BR /&gt;Easyweb is working out of the box if it's IP is setup correct. Then of course pinging it's IP is working also :)&lt;BR /&gt;&lt;BR /&gt;Console should show a message with your IP address:&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ZERO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using the example of LPCspresso "LPCX176x_cmsis2_EasyWeb" but not changed the IP address I'm using the same set that was already in the program that is "192.168.0.200". What do I need to answer the "ping" command&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590748#M29275</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590749#M29276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Mar 22 04:55:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I prefer to change IP to my LAN IP range (LPC1769 is connected to Network Switch) ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How did you connect your board?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is your board working (especially Ethernet PHY)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it compatible or are you using a different Ethernet PHY (DP83848C, LAN8720)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590749#M29276</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590750#M29277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Fri Mar 22 05:22:17 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Zero&lt;/STRONG&gt;&lt;BR /&gt;I prefer to change IP to my LAN IP range (LPC1769 is connected to Network Switch) ;)&lt;BR /&gt;&lt;BR /&gt;How did you connect your board?&lt;BR /&gt;&lt;BR /&gt;Is your board working (especially Ethernet PHY)?&lt;BR /&gt;&lt;BR /&gt;Is it compatible or are you using a different Ethernet PHY (DP83848C, LAN8720)?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using DP83848CVV&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590750#M29277</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590751#M29278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Mar 22 06:06:31 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You are not providing much information and not answering questions ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think your LAN is using a different IP range :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest that you find someone who can help you to find out how your LAN is setup :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590751#M29278</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590752#M29279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Fri Mar 22 06:54:18 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;EASYWEB is written for a LAN8720 PHY and you are using a DP83848CVV PHY. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you change the EASYWEB program to work with the DP83848CVV instead of the LAN8720 ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590752#M29279</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590753#M29280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Fri Mar 22 07:02:40 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;:confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;
 // Just check this actually is a DP83848C PHY
&amp;nbsp; phyid1 = ReadFromPHY (PHY_REG_IDR1);
&amp;nbsp; phyid2 = ReadFromPHY (PHY_REG_IDR2);

&amp;nbsp; if (((phyid1 &amp;lt;&amp;lt; 16) | (phyid2 &amp;amp; 0xFFF0)) == DP83848C_ID) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; phy_in_use =&amp;nbsp; DP83848C_ID;
&amp;nbsp; }
&amp;nbsp; else if (((phyid1 &amp;lt;&amp;lt; 16) | (phyid2 &amp;amp; 0xFFF0)) == LAN8720_ID) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; phy_in_use = LAN8720_ID;
&amp;nbsp; }&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;doing in ethmac.c :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Easyweb is running with&amp;nbsp; DP83848C here without problem &lt;SPAN class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;&lt;LI-EMOJI id="lia_slightly-smiling-face" title=":slightly_smiling_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt; No changes required &lt;SPAN class="lia-unicode-emoji" title=":winking_face:"&gt;&lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590753#M29280</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590754#M29281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kevin on Fri Mar 22 07:17:38 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: Serge&lt;/STRONG&gt;&lt;BR /&gt;EASYWEB is written for a LAN8720 PHY and you are using a DP83848CVV PHY. &lt;BR /&gt; &lt;BR /&gt;Did you change the EASYWEB program to work with the DP83848CVV instead of the LAN8720 ??&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did not changed the "LAN8720 PHY" to "DP83848CVV." How do I change this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590754#M29281</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: The program "EASYWEB" does not work</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590755#M29282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by serge on Sun Mar 24 01:53:34 MST 2013&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Following zero's post it should work&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:49:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/The-program-quot-EASYWEB-quot-does-not-work/m-p/590755#M29282</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:49:44Z</dc:date>
    </item>
  </channel>
</rss>

