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.

RTOS/CC2530-CC2592EM-RD: How to power saving CC2592 and resume it?

Part Number: CC2530-CC2592EM-RD
Other Parts Discussed in Thread: CC2592, CC2530, Z-STACK

Tool/software: TI-RTOS

Dear Sir,

  I am working on CC2530+CC2592 module (not TI Demo board).  They both are working well without power saving. The issue is that TX message can't be accepted by ZC after PM3. The module can still receive RX well.

  The brief  is as bellow.

1. ZED join ZC. (TX and RX working well.)

2. Into PM3 

SLEEPCMD = (SLEEPCMD & ~0x03) | 0x03;
PCON = 1;

3. Wake up by pressing button.

4. Now, the module can receive RX data well. About the TX message, it can be captured by sniffer, but can't be accept by ZC . (If the module has CC2530 only, there is no problem.)

About power saving, besides CC2530 goes into PM3, I also would like to turn off the power of CC2592. 

(

How to do that? Do following before PM3?

P1_1=0;

P1_0=0; 

}

Code source: Z-Stack 3.0.0.exe , download from TI web.

Please help. 

Regards,

Hami