Go to previous topic
Go to next topic
Last Post 31 Oct 2014 07:15 AM by  Adam Ford
GPIO interrupt on DM3730 Wireless dev board
 1 Replies
Author Messages
Daniel Darden
New Member
New Member
Posts:16


--
30 Oct 2014 04:50 PM
    How do you setup / catch an interrupt on a GPIO on the DM3730 wireless dev board? The documentation mentions S6 is set up for this. Where can I find documentation on how to configure and use the GPIOs? Application note 527 did not help much
    Adam Ford
    Advanced Member
    Advanced Member
    Posts:794


    --
    31 Oct 2014 07:15 AM
    There is another App Note for linux device drivers and direct hardware access (AN582)

    http://support.logicpd.co...4&portalid=0&mid=648


    In there, we have an example on how to both output a pin and read (via single or multi-threaded interrupts) from a pin.

    The source code is available as part of the download. Let me know if that helps.

    -adam


    ---