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?