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.

TXPOER Change using CC2591+2530, confusing

Other Parts Discussed in Thread: CC2591, CC2530

hi all,

in my system, i use CC2530+CC2591, and i have use the following code to change the TXPOWER,the code is as follows:

// Initialize the MAC
ZMacInit();
uint8 value = 0xE5; 
MAC_MlmeSetReq(MAC_PHY_TRANSMIT_POWER, &value);

however,when i test the current consumption,it only 101~108 mA, but from the materials , i found it should about 166mA.

how can i do to change the tx power, could you give me help?

thanks