Hi,
I downloaded latest DFP for AWR2x44P series, but there is no TX3 in rlAllTxPowMonConf stucture. Would you pls kindly advise if the firmware can't monitor TX3 power or it is missed in the header file?
mmwave_dfp_02_04_18_01\ti\control\mmwavelink\include\rl_monitoring.h
typedef struct rlAllTxPowMonConf
{
/**
* @brief Power Monitoring Configuration for Tx0
*/
rlTxPowMonConf_t *tx0PowrMonCfg;
/**
* @brief Power Monitoring Configuration for Tx1
*/
rlTxPowMonConf_t *tx1PowrMonCfg;
/**
* @brief Power Monitoring Configuration for Tx2
*/
rlTxPowMonConf_t *tx2PowrMonCfg;
}rlAllTxPowMonConf_t;
Thanks,
Chris