<?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>LPCXpresso IDEのトピックRe: Problem in the example i2c LPC1114</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590610#M29201</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by atomicdog on Wed May 09 20:41:50 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: DaveB&lt;/STRONG&gt;&lt;BR /&gt;I have similar code but the same problem. Does anybody have code that works on the LPC11U14 for I2C. I have made the USB work for this device so the I2C should be easy right????&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some code for the LPC1114 &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=1860"&gt;here&lt;/A&gt;&lt;SPAN&gt;. I'm guessing the register names are the same so it shouldn't need much modification other then the MCU.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 22:54:01 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T22:54:01Z</dc:date>
    <item>
      <title>Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590606#M29197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bruno on Mon Mar 19 06:47:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the example of the lpc1114 i2c. The looked and saw nothing different with the records of lpc11u14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But even so it does not work in lpc11u14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:53:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590606#M29197</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590607#M29198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bruno on Mon Mar 19 10:44:54 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032][LEFT]uint32_t[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] [B]I2CInit[/B]( [/COLOR][/SIZE][SIZE=2][COLOR=#005032][SIZE=2][COLOR=#005032]uint32_t[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] I2cMode ) [/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SYSCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PRESETCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (0x1&amp;lt;&amp;lt;1);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_SYSCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SYSAHBCLKCTRL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (1&amp;lt;&amp;lt;5);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_4[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] &amp;amp;= ~0x3F; [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* I2C I/O [U]config[/U] */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_4[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= 0x01; [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* I2C SCL */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_5[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] &amp;amp;= ~0x3F; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_5[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= 0x01; [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* I2C SDA */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT][/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* IOCON may change in the next release, save change for future references. */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_4[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (0x1&amp;lt;&amp;lt;10); [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* open drain pins */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_IOCON-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]PIO0_5[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] |= (0x1&amp;lt;&amp;lt;10); [/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* open drain pins */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/*--- Clear flags ---*/[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_I2C-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]CONCLR[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = I2CONCLR_AAC | I2CONCLR_SIC | I2CONCLR_STAC | I2CONCLR_I2ENC; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/*--- Reset registers ---*/[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]#if[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#000000] FAST_MODE_PLUS[/COLOR]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;PIO0_4 |= (0x2&amp;lt;&amp;lt;8);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_IOCON-&amp;gt;PIO0_5 |= (0x2&amp;lt;&amp;lt;8);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_I2C-&amp;gt;SCLL = I2SCLL_HS_SCLL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_I2C-&amp;gt;SCLH = I2SCLH_HS_SCLH;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]#else[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]LPC_I2C-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SCLL[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = I2SCLL_SCLL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_I2C-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]SCLH[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = I2SCLH_SCLH;[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055][LEFT]#endif[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]if[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ( I2cMode == I2CSLAVE )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_I2C-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]ADR0[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = PCF8594_ADDR;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][SIZE=2][COLOR=#3f7f5f][SIZE=2][COLOR=#3f7f5f]/* Enable the I2C Interrupt */[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][LEFT]NVIC_EnableIRQ([/SIZE][I][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]I2C_IRQn[/I][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LPC_I2C-&amp;gt;[/SIZE][SIZE=2][COLOR=#0000c0][SIZE=2][COLOR=#0000c0]CONSET[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] = I2CONSET_I2EN;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][B][SIZE=2][COLOR=#7f0055][SIZE=2][COLOR=#7f0055]return[/B][/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2]( TRUE );[/LEFT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/SIZE][/COLOR][/SIZE]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:53:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590607#M29198</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590608#M29199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Loop on Sat Apr 07 01:33:14 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I got the same problem...I also analyzed the pins...no signals or flags.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590608#M29199</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590609#M29200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DaveB on Wed May 09 16:36:25 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have similar code but the same problem. Does anybody have code that works on the LPC11U14 for I2C. I have made the USB work for this device so the I2C should be easy right????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590609#M29200</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590610#M29201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by atomicdog on Wed May 09 20:41:50 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: DaveB&lt;/STRONG&gt;&lt;BR /&gt;I have similar code but the same problem. Does anybody have code that works on the LPC11U14 for I2C. I have made the USB work for this device so the I2C should be easy right????&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have some code for the LPC1114 &lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/showthread.php?t=1860"&gt;here&lt;/A&gt;&lt;SPAN&gt;. I'm guessing the register names are the same so it shouldn't need much modification other then the MCU.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590610#M29201</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590611#M29202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by DaveB on Thu May 10 20:39:57 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you John.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a look at your code and it was basically the same as mine i.e I had not missed anything out. However, I did change updating the I2C registers from ORing 8bit values to writing an entire 32bit hex value and suddenly things worked.:eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590611#M29202</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590612#M29203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by atomicdog on Thu May 10 21:07:11 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: DaveB&lt;/STRONG&gt;&lt;BR /&gt;Thank you John.&lt;BR /&gt; &lt;BR /&gt;I had a look at your code and it was basically the same as mine i.e I had not missed anything out. However, I did change updating the I2C registers from ORing 8bit values to writing an entire 32bit hex value and suddenly things worked.:eek:&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;CONCLR is a write only register so I'm guessing that's where things were getting screwed up. Since a read would be required to do an OR.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590612#M29203</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590613#M29204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by researchinnovation on Thu May 10 22:43:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: bruno&lt;/STRONG&gt;&lt;BR /&gt;I am using the example of the lpc1114 i2c. The looked and saw nothing different with the records of lpc11u14.&lt;BR /&gt;But even so it does not work in lpc11u14.&lt;BR /&gt;&lt;BR /&gt;Sincerely.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/member.php?u=6101"&gt;Bruno&lt;/A&gt;&lt;SPAN&gt; ..Hi..!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try this code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards......:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590613#M29204</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in the example i2c LPC1114</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590614#M29205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by researchinnovation on Thu May 10 22:47:50 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;@&lt;/SPAN&gt;&lt;A href="http://http://knowledgebase.nxp.com/member.php?u=6101"&gt;Bruno&lt;/A&gt;&lt;SPAN&gt; ..Hi..!!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try this driver.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards......:)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 22:54:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/Problem-in-the-example-i2c-LPC1114/m-p/590614#M29205</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T22:54:03Z</dc:date>
    </item>
  </channel>
</rss>

