Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Hi , I use CC2652P, my application is based on CC1352P-2 TI154stack sensor_2_4g.
I set TI154Stack transmit power to 20 in syscfg.
And then, open syscfg with Generic Text Editor, find some configurations below:
ti154stack.rfDesign = "LAUNCHXL-CC1352P-2"; ti154stack.project = "sensor"; ti154stack.freqBand = "freqBand24"; ti154stack.lockProject = true; ti154stack.secureLevel = "macSecureDisabled"; ti154stack.channels = ["14","18","22"]; ti154stack.scanDuration = 0; ti154stack.transmitPower = "20"; ti154stack.radioConfig.$name = "ti_devices_radioconfig_settings_ieee_15_40"; ti154stack.radioConfig.txPower = "5"; ti154stack.radioConfig.codeExportConfig.$name = "ti_devices_radioconfig_code_export_param0";
There is
ti154stack.transmitPower = "20";
And ,
ti154stack.radioConfig.txPower = "5";
Transmit power 20 is indeed what I set in syscfg, then, what is radioConfig.txPower 5 ?
Is transmitPower equals to radioConig.txPower + High PA gain?