<?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: I need to use different I2C pins in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071834#M41351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eiamghrabi,&lt;/P&gt;&lt;P&gt;Pls refer to the following Table 3 pin description overview which I copied from the LPC111x.pdf, the LPC111x,pdf&amp;nbsp; was attached&amp;nbsp; in last Email.&lt;/P&gt;&lt;P&gt;The Table 8 or Figure 3 describe the pin assignment of LPC1114FBD48/302.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113503i3120623FAF08BF82/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113504iA5FC1E1B90835C08/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From Figure 3, we see that the pin36 PIO3_0/DTR and pin 35 R/PIO1_2/ADC3/CT32B1_MAT1&amp;nbsp; are NOT I2C pins.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Jun 2020 01:35:55 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2020-06-23T01:35:55Z</dc:date>
    <item>
      <title>I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071831#M41348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I know this seems crazy (at least for me!) But I need to use different pins for the I2C communication, as my hardware forces me to. So this is a very specific case. My MCU is LPC1114/302 and per default the SCL/SDA Pins are PIO0_4/PIO0_5 But as said I can't unfortunately use them. Instead I have to use PIO1_2/PIO3_0 respectively.&lt;/P&gt;&lt;P&gt;Is this in anyway possible?? I was thinking this could be done manually by writing a library for these pins to work as I2C pins but this seems a hard job to do which I would leave as the last choice. &lt;/P&gt;&lt;P&gt;I would be grateful if someone has another idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2020 22:48:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071831#M41348</guid>
      <dc:creator>esam_me</dc:creator>
      <dc:date>2020-06-21T22:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071832#M41349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eimaghrabi,&lt;/P&gt;&lt;P&gt;Can you tell us the part number you are using for example LPC1114FHN33/302 or LPC1114FHI33/302?&lt;/P&gt;&lt;P&gt;Anyway, I attach the data sheet of LPC111x family, pls check the pin assignment for the specific package.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 09:20:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071832#M41349</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-06-22T09:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071833#M41350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rong, it's LPC1114FBD48/302. In the data sheet PIO1_2 can be used as a timer(CT32B1_Mat1). &lt;/P&gt;&lt;P&gt;I think this means it can work as an SCL-Pin. The PIO3_0 pin is normal GPIO-Pin. The question is: is there any code which handels this case already? A code which implements the I2C protocol from scratch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL class="iw-cm-menu iw-contextMenu iw-created"&gt;&lt;LI class="iw-has-submenu iw-mTrigger" title=""&gt;Im Wörterbuch speichern&lt;DIV class="iw-cm-arrow-right"&gt;&lt;/DIV&gt;&lt;UL class="iw-cm-menu iw-contextMenu iw-created"&gt;&lt;LI class="iw-mDisable" title=""&gt;Keine Wortliste für Englisch -&amp;gt; Arabisch...&lt;DIV class="iw-mOverlay"&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="t-2" title=""&gt;Eine neue Wortliste erstellen...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI class="t-2" title=""&gt;Kopieren&lt;/LI&gt;&lt;/UL&gt;&lt;UL class="iw-cm-menu iw-contextMenu iw-created"&gt;&lt;LI class="iw-has-submenu iw-mTrigger" title=""&gt;Im Wörterbuch speichern&lt;DIV class="iw-cm-arrow-right"&gt;&lt;/DIV&gt;&lt;UL class="iw-cm-menu iw-contextMenu iw-created"&gt;&lt;LI class="iw-mDisable" title=""&gt;Keine Wortliste für Englisch -&amp;gt; Arabisch...&lt;DIV class="iw-mOverlay"&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI class="t-3" title=""&gt;Eine neue Wortliste erstellen...&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI class="t-3" title=""&gt;Kopieren&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2020 15:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071833#M41350</guid>
      <dc:creator>esam_me</dc:creator>
      <dc:date>2020-06-22T15:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071834#M41351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eiamghrabi,&lt;/P&gt;&lt;P&gt;Pls refer to the following Table 3 pin description overview which I copied from the LPC111x.pdf, the LPC111x,pdf&amp;nbsp; was attached&amp;nbsp; in last Email.&lt;/P&gt;&lt;P&gt;The Table 8 or Figure 3 describe the pin assignment of LPC1114FBD48/302.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113503i3120623FAF08BF82/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Figure 3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/113504iA5FC1E1B90835C08/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From Figure 3, we see that the pin36 PIO3_0/DTR and pin 35 R/PIO1_2/ADC3/CT32B1_MAT1&amp;nbsp; are NOT I2C pins.&lt;/P&gt;&lt;P&gt;Hope it can help you&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 01:35:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071834#M41351</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-06-23T01:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071835#M41352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rong, no it doesn't help! Do you really understand what I am asking for? I know that this pins aren't the I2C Pins! I need to use different pins for I2C!! This means I am looking for a code which defines the I2C protokoll from scratch! I have the data sheets already and don't need a help in reading what pins are defined to do what!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 19:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071835#M41352</guid>
      <dc:creator>esam_me</dc:creator>
      <dc:date>2020-06-23T19:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071836#M41353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Eimaghrabi,&lt;/P&gt;&lt;P&gt;Sorry for misunderstanding you.&lt;/P&gt;&lt;P&gt;I think it is okay to use GPIO pins to simulate the I2C if the GPIO pins can be set up as open drain mode.&lt;/P&gt;&lt;P&gt;But I do not find out the code based on LPC.&lt;/P&gt;&lt;P&gt;I have the code to use DSC, I attach it just for reference.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 01:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071836#M41353</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-06-24T01:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: I need to use different I2C pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071837#M41354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Rong, thats exactly what I needed!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2020 16:39:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/I-need-to-use-different-I2C-pins/m-p/1071837#M41354</guid>
      <dc:creator>esam_me</dc:creator>
      <dc:date>2020-06-24T16:39:42Z</dc:date>
    </item>
  </channel>
</rss>

