<?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 LPC1517 pin configuration issue in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545492#M9253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lucamini on Fri Oct 03 01:43:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to configure in the LPC1517 48 pin package, PIO0_22 and PIO0_23 as gpio output, but when I drive to high such pins I find a low level (the pin is floating in the application).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The configuration I used was:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 22, IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGMODE_EN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 23, IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGMODE_EN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0, 22);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0, 23);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 21:59:37 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T21:59:37Z</dc:date>
    <item>
      <title>LPC1517 pin configuration issue</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545492#M9253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by lucamini on Fri Oct 03 01:43:13 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to configure in the LPC1517 48 pin package, PIO0_22 and PIO0_23 as gpio output, but when I drive to high such pins I find a low level (the pin is floating in the application).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The configuration I used was:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 22, IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGMODE_EN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_IOCON_PinMuxSet(LPC_IOCON, 0, 23, IOCON_FUNC0 | IOCON_MODE_INACT | IOCON_DIGMODE_EN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0, 22);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chip_GPIO_SetPinDIROutput(LPC_GPIO, 0, 23);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Luca&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:59:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545492#M9253</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1517 pin configuration issue</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545493#M9254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LabRat on Fri Oct 03 01:52:39 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: lucamini&lt;/STRONG&gt;&lt;BR /&gt;What's wrong?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing&amp;nbsp; :)&amp;nbsp; (Except you are not reading datasheets / user manuals...)&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;The I2C-bus functions are fixed-pin functions and must be enabled through the switch&lt;BR /&gt;matrix on the [color=#f00]open-drain pins PIO0_22 and PIO0_23[/color].&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545493#M9254</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1517 pin configuration issue</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545494#M9255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mc on Fri Oct 03 09:53:18 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi lucamini ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As LabRat explained these pins are true Open drain pins. You will need external pull up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I recommend you to read pages 110-112/759 and 116/759 of UM10736 Rev. 1.1 — 3 March 2014&amp;nbsp; to check IO configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fdocuments%2Fuser_manual%2FUM10736.pdf" rel="nofollow" target="_blank"&gt;http://www.nxp.com/documents/user_manual/UM10736.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 21:59:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1517-pin-configuration-issue/m-p/545494#M9255</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T21:59:38Z</dc:date>
    </item>
  </channel>
</rss>

