<?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 button in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578606#M23728</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubijo on Wed Jun 01 17:08:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i read an on an Pin? the pin is configured as an input. but how can i check at this pin, when the button is pushed or not? with the interrupt is possible. after the interrupt, the i2c communication wouldnt run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i will only check the input, if its logic high or low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:58:26 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:58:26Z</dc:date>
    <item>
      <title>button</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578606#M23728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubijo on Wed Jun 01 17:08:34 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i read an on an Pin? the pin is configured as an input. but how can i check at this pin, when the button is pushed or not? with the interrupt is possible. after the interrupt, the i2c communication wouldnt run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i will only check the input, if its logic high or low.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578606#M23728</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578607#M23729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Thu Jun 02 00:41:03 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hubijo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;by reading &lt;/SPAN&gt;&lt;A href="http://https://www.morebooks.de/store/de/book/35-projects-for-beginners/isbn/9780905705941"&gt;this book&lt;/A&gt;&lt;SPAN&gt; (titled: 35 projects for beginners) ;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will not learn embedded programming from reading datasheets or a C-programming manual. Embedded systems have all kinds of little things to take care of that are different from normal C-programming for a simple command-line or windows application.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The book will teach you how to use the GPIO module, program interrupts, timers and much more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your problem (thanks to Larry for letting me borrow his psychic skills here :rolleyes:) has most likely to do with improper programming of the interrupt controller - something like disabling the I2C interrupt while programming the GPIO interrupt.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also suggest to read section 8.4.1 of the lpc13xx User Manual - and while you are at it read some other sections as well ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you are a beginner in the Embedded World (it surely looks like it reading your other questions) I can recommend the book (sehr empfehlenswert).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Tschüss,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578607#M23729</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: button</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578608#M23730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by hubijo on Thu Jun 02 11:30:53 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hei Rob,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the book tipp :-). i orderd one now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;greez, hubijo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/button/m-p/578608#M23730</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:28Z</dc:date>
    </item>
  </channel>
</rss>

