Hi All.
I have a problems when using 2 interrupt source in one programe.
I want to use (I/O Port P1) interrupt with priority level higher than (USCI_A0 Transmit/ USCI_A0 Receive) interrupt , but in Interrupt vector Table, the (USCI_A0 Transmit/ USCI_A0 Receive) interrupts have priorities higher than (I/O Port P1) interrupt, invert of my purpose.
By using IAR complier, Can I change the priority level of interrupt source in MSP430FG4618 ?
Pls, help me to solve this problem.
Thanks.