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.

CC2530+rfx2401通信问题???????

@TI:在2591基础上修改引脚定义,但是就是无法入网,不加PA却可以入网通信,协议栈中还要怎么设定参数以后才能像没加PA时发送和接收数据????协议栈2.5.1,引脚P1_2(TXEN),P2_0(RXEN);

/* P1_1 -> PAEN *///P1.2
RFC_OBS_CTRL0 = RFC_OBS_CTRL_PA_PD_INV;
OBSSEL2 = OBSSEL_OBS_CTRL0;

P2SEL &= ~0x01; \
P2DIR |=0x01; \
P2_0=1;