Other Parts Discussed in Thread: CC2530, CC2592, Z-STACK
Tool/software: TI-RTOS
Dear All member
we have design CC2530+CC2592. i use Z-Stack Home 1.2.2a.44539 in my firmware. i have used P1_1 pin for CC2592 PA Pin for enable and disable.i have set P1_1 = 1 before ZMacInit() Function. but after call MAC reset function function stat = MAC_MlmeResetReq( SetDefaultPIB ); in Zmac.c file my PA pin for CC2592 Become automatically Low and not set 1 after it.
i have set PIN P1_1 :
P1SEL |= 0x00;
P1DIR |= BV(1); //KP
P1_1 = 1;
if i set P1_1=1 then i get better range than P1_1 = 0.
Please suggest Why it Occur and what is solution for it.