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.