In AWR1642 continuous mode, we can select several kinds of TX/RX Channel combination.
From TI docs, I find the settings as below.
TX channel can be selected by 0/1/2/3. RX channel can be selected by 0-15.
From SW code example, I noticed that you only define Macro as below.
0 is not a selection for TX/RX channel.
Then we test power using SA .
TX channel setting 0/1 is about 25dBm, while setting 2/3 is about 31dBm.
So it seems we can make some guess from test result.
1. We can’t disable or enable 2TX channel at the same time. 0/3 is not a correct selection.
2. TX2 is 6dB larger than TX1.
So I get 3 kinds of conclusions from 3 different ways.
Which one is correct? And why TX2 power is 6dB larger than TX1?
Thank you.