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.

CCS/CC2652P: Some questions about Tx power on CC1352P/CC2652P

Part Number: CC2652P
Other Parts Discussed in Thread: CC1352P, SMARTRFTM-STUDIO, SYSCONFIG, Z-STACK

Tool/software: Code Composer Studio

Hi all,

Our setting is showing below : 

SW :  simplelink_cc13x2_26x2_sdk_3_40_00_02, smartRF Studio 7-2.16.0

HW : CC1352P-2 DK, Customer board(CC2652P)

test : 

studio 7 --> set TX power = 20dbm

Spectrum Analyzer --> CC1352P-2 DK --> get 19.x dbm

                                     Customer board(CC2652P) --> get 19.x dbm

simplelink_cc13x2_26x2_sdk_3_40_00_02 --> CC1352P_2_LAUNCHXL --> zstack --> zed_sw

setting tx power : 

zstack_sysSetTxPowerReq_t req;
zstack_sysSetTxPowerRsp_t rsp;
req.requestedTxPower = 20;
Zstackapi_sysSetTxPowerReq(appServiceTaskId, &req, &rsp);

Spectrum Analyzer --> CC1352P-2 DK --> get 14.x dbm

                                     Customer board(CC2652P) --> get 3.x dbm

question : 

1. Where is the power table in simplelink_cc13x2_26x2_sdk_3_40_00_02 --> zstack ? How to check the power table is correct?(when I change the power with PA in studio, there is no parameters change)

2. When we use CC2652P, do we need change anything in zstack ?