Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Interrupt handling
Forum Updated to NodeBB v4.3 + New Features

Interrupt handling

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 3 Posters 2.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aabfm
    wrote on last edited by
    #1

    Hi,
    I'm currently developing an application that needs to reed a foot pedal, for which I think the best way would be to use the interrupt handling capability.
    The embedded computer that I'm using is the DX-4 from AndersDX (check this "link":http://www.andersdx.com/products/embedded-displays/hardware/dx4.aspx).
    However, even though I'm following the provided examples (including the installation procedure for the recommended Ubuntu machine) I always end up with a "module.h" and/or a "interrupt.h" "file not found" message.
    I'm using Qt and eldk-3.0.50.
    Any ideas?
    Thanks in advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Without more information, it's pretty much Crystal Ball debugging. However if you are missing header files then you probably didn't configure your project correctly.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aabfm
        wrote on last edited by
        #3

        Hi,
        I've downloaded the last version of eldk, extracted the missing files but it gets even worse... Now is requesting much more files after copying the necessary/missing files.
        Sorry for this but I'm quite new to Qt... :(
        Any idea how to solve this?
        Thanks

        1 Reply Last reply
        0
        • G Offline
          G Offline
          giesbert
          wrote on last edited by
          #4

          If you use a qmake project, typically only the Qt directories are in the search path and the ones from the compiler.
          Check the qmake docu for how to add additional include paths.

          Nokia Certified Qt Specialist.
          Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

          1 Reply Last reply
          0
          • A Offline
            A Offline
            aabfm
            wrote on last edited by
            #5

            Thanks, i'll give it a go

            1 Reply Last reply
            0
            • A Offline
              A Offline
              aabfm
              wrote on last edited by
              #6

              Regarding the interrupt... well... it didn't work, however I've decided to go for a polling method on one of the GPIO pins which so far seems to be working.
              Anyway thanks for everything.

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved