This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5529: How to use other GPIO Port to set Interrupt on TI-RTOS

Other Parts Discussed in Thread: MSP430F5529

Dear all,

I want to set GPIO interrupt on my project.

But I only find PORT1(47) and PORT2(42) halHwiID are already define in msp430f5529.h

#define PORT2_VECTOR            (42 * 1u)                    /* 0xFFD4 Port 2 */

#define PORT1_VECTOR            (47 * 1u)                    /* 0xFFDE Port 1 */

If I want to use other port(such as PORT4 or PORT8) gpio, how should I do(set)?

thanks.

**Attention** This is a public forum