<?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>LPC MicrocontrollersのトピックRe: lpc1343 GPIO PULL UP Problem</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525908#M8544</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 Wed Apr 23 06:05:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi hakansefau,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When device boots up, all GPIO port pins, by default come in input pull up mode. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:57:00 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:57:00Z</dc:date>
    <item>
      <title>lpc1343 GPIO PULL UP Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525907#M8543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hakansefau on Wed Apr 23 02:09:59 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use lpc1343 mcu. How can i do all pins(or some pins) are in put? And how can i do this input, pull-up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GPIOSetDir(1, 8, 0); // is it true? does it input P1.8 ? IF its true how can i set pull-up?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:56:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525907#M8543</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: lpc1343 GPIO PULL UP Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525908#M8544</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 Wed Apr 23 06:05:00 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi hakansefau,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When device boots up, all GPIO port pins, by default come in input pull up mode. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525908#M8544</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: lpc1343 GPIO PULL UP Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525909#M8545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hakansefau on Wed Apr 23 09:31:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi mc,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, but why cant read any digital input? I read just P3.0, P2.0, P1.0 ? When i do digital low(0V) its work but just 3 pins? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525909#M8545</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: lpc1343 GPIO PULL UP Problem</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525910#M8546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by nxp_apps on Thu May 01 11:52:37 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If a pin is configured as GPIO input, a write to the GPIODATA register has no effect on the pin level. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A read of the GPIODATA register returns the current state of the pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, additional information for you is masked read operation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the address bit associated with the GPIO data bit is HIGH, the value is read. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If the address bit is LOW, the GPIO data bit is read as 0: Reading a port DATA register yields the state of port pins 11:0 ANDed with address bits 13:2. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see masked read operation in the user manual (in particular Figure 15).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;nxp_support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:57:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/lpc1343-GPIO-PULL-UP-Problem/m-p/525910#M8546</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:57:01Z</dc:date>
    </item>
  </channel>
</rss>

