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.

CC1110 P2 interrupt will conflict with debugger(DD,DC)

Other Parts Discussed in Thread: CC-DEBUGGER

Hi,

In CC1110, the P2 port interrupt mask can not mask each pin seperatly. So if I use P2_0 as external interrupt, the P2_1/P2_2 will also be setup interrupt.

When using CC-Debugger, the DD/DC occupy the P2_1 and P2_2, so there will be a lot of interrupt from P2_1 and P2_2 to call my ISR. How to resolve this problem?