<?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 LPC54102 reading GPIO pins in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597306#M23097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an embedded project and am relatively new to the mc world, so go easy.&amp;nbsp; I'd ask my teacher but he is of the "you only learn it if you teach yourself" mentality...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, this is an independent study project and is only loosely related to school, so don't feel as if there is any sort of cheating going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a LPC 54102 board and I am working on getting digital in/out working.&amp;nbsp; I can send any of my arduino shield pins HIGH/LOW no problem, but I am having a problem reading from them.&amp;nbsp; Here is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/N0iqYhFM"&gt;My functions&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/sd7N6tPu"&gt;My main&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;Lines 57 and 58 are basically debugging tests, but I still don't know why my pinState is always getting flagged to true when I call digitalRead()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be amazing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2016 01:18:54 GMT</pubDate>
    <dc:creator>juliancrouch</dc:creator>
    <dc:date>2016-08-16T01:18:54Z</dc:date>
    <item>
      <title>LPC54102 reading GPIO pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597306#M23097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on an embedded project and am relatively new to the mc world, so go easy.&amp;nbsp; I'd ask my teacher but he is of the "you only learn it if you teach yourself" mentality...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, this is an independent study project and is only loosely related to school, so don't feel as if there is any sort of cheating going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a LPC 54102 board and I am working on getting digital in/out working.&amp;nbsp; I can send any of my arduino shield pins HIGH/LOW no problem, but I am having a problem reading from them.&amp;nbsp; Here is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/N0iqYhFM"&gt;My functions&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/sd7N6tPu"&gt;My main&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;Lines 57 and 58 are basically debugging tests, but I still don't know why my pinState is always getting flagged to true when I call digitalRead()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers would be amazing!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 01:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597306#M23097</guid>
      <dc:creator>juliancrouch</dc:creator>
      <dc:date>2016-08-16T01:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54102 reading GPIO pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597307#M23098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, just a quick look. You configure 0.6 and read from 0.8?&lt;/P&gt;&lt;P&gt;Otherwise please check if the used functions parameters are correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 18:14:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597307#M23098</guid>
      <dc:creator>martin_maurer</dc:creator>
      <dc:date>2016-08-16T18:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC54102 reading GPIO pins</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597308#M23099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, I fixed that shortly after making the post, so assume that this is the new file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://pastebin.com/zJC7Zabn"&gt;Revised Main&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 21:48:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC54102-reading-GPIO-pins/m-p/597308#M23099</guid>
      <dc:creator>juliancrouch</dc:creator>
      <dc:date>2016-08-16T21:48:31Z</dc:date>
    </item>
  </channel>
</rss>

