<?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: I2C Slave code for LPC1765 in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571531#M20639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Tue Aug 24 06:30:10 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Great!&amp;nbsp; I'll be very interested in how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:51:56 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:51:56Z</dc:date>
    <item>
      <title>I2C Slave code for LPC1765</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571528#M20636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bmentink on Wed Aug 18 17:43:24 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of some "simple" I2C Slave code for this chip, or even the LPC17xx family.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The lpc1700cmsis examples have an I2C driver that does master and slave, but it is far too complicated and wasteful of code space for my needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, the Keil LPC17xx I2C example only is for master, but is simple. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All I want is two functions. First, a I2CInit() function which sets the peripheral up in slave mode etc, and second, an interrupt routine to handle slave mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Want I want to do is insert 3 call-back functions into the interrupt code that is called on:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;a) Start/Restart condition received,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) Rx byte received,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;c) Tx byte sent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:51:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571528#M20636</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Slave code for LPC1765</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571529#M20637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Mon Aug 23 07:55:31 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;If you could get the LPC1768 I2C slave code to work, you're ahead of me. It never worked for me, and no one from NXP or Code-Red seemed to want to touch it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Couldn't agree more that simple but functional 17xx slave code would be a great thing. I've had more luck programming my own big-banging I2C slave than using the NXP hardware and software.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571529#M20637</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Slave code for LPC1765</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571530#M20638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bmentink on Mon Aug 23 21:20:06 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi woodchuck,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently stripping down the lpc1700cmsis i2c code example down to a bare minimum interrupt and init function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will let you know if I get it going ... might be a little while, we havn't got hardware built just yet.:D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernie&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:51:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571530#M20638</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Slave code for LPC1765</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571531#M20639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by woodchuck on Tue Aug 24 06:30:10 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Great!&amp;nbsp; I'll be very interested in how it goes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:51:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571531#M20639</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Slave code for LPC1765</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571532#M20640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by renan on Thu Dec 16 06:34:32 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you been successful on that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Renan &lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: bmentink&lt;/STRONG&gt;&lt;BR /&gt;Hi woodchuck,&lt;BR /&gt;&lt;BR /&gt;I am currently stripping down the lpc1700cmsis i2c code example down to a bare minimum interrupt and init function.&lt;BR /&gt;&lt;BR /&gt;I will let you know if I get it going ... might be a little while, we havn't got hardware built just yet.:D&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Bernie&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:51:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/I2C-Slave-code-for-LPC1765/m-p/571532#M20640</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:51:57Z</dc:date>
    </item>
  </channel>
</rss>

