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.

Maximum Output Power configuration

Other Parts Discussed in Thread: CC2591, CC2530

Hello everybody,

I wanto to configure maximum output power.

Now I use this code to configure maximum output power. 

 ZMacInit();

    // wattio añado para prueba TX

  uint8 value = 0xF5;

  MAC_MlmeSetReq(MAC_PHY_TRANSMIT_POWER_SIGNED, &value);

  // prueba TX

  // Determine the extended address

  zmain_ext_addr();

 

 I think that I can change some initialization parameter to do it. Can anybody tell me what change i have to do for it?

Thanks