Hello all,
I am pretty new to MSP430FR2633 captivate design and I have generated my code from Captivate Design Center. Everything is fine on captivate side, it raises and interrupt on touch events, it wakes up from LPM with proximity but I want to add a GPIO input to the code which also should wake the device up same as touch buttons do and generate an interrupt on the same IRQ pin with the touch buttons. Can anybody send me some example code and where to add it? This GPIO (P1.6) should wake the device up when it transitions from HIGH to LOW and raise and interrupt like touch events to the host controller on IRQ pin (P1.1). After that host will try to read the MSP430FR2633 because it thinks there is a touch event but the MSP will return no touch flags. that is OK so far.
Thank you in advance,
With kind regards