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.

IWRL6432: Is TX 2 CW mode supported?

Part Number: IWRL6432

Hi,

I wanted to check whether there is support for CW mode on TX 2 with MMWAVE_L_SDK_05_02_00_02? I know that CW mode isn't supported in the demo SDK currently, but we have changed the code to get that working and it works without issue for TX 1. TX 2 on the other hand does transmit, but with a far lower power output than TX 1. I just wanted to check whether this is expected with this SDK?

  • Hi Yohennas,

    1.What is the hardware configuration that you are using, Power Optmized(3.3V, 1.8V, 1.2V) or BOM Optimized(1.8V)

    2.How are you measuring the power? Are you using an external power meter or internal debug measurment?.

    From the device perspective, power of both TX in CW mode should be same

    Regards,

    Abhishek

  • Hi Abhiskek, thanks for the reply. 

    1. We are using the power optimized mode, as with the IWRL6432 Boost. We have three DCDC Converters supplying the 3.3V, 1.8V, 1.2V. 

    2. We have a spectrum analyzer with an external mixer that converts 57 GHz signals down to frequencies our spectrum analyzer can measure. 

    We tested our sweep parameters (sweeping from 60 GHz with a bandwidth of approx 60 MHz) on both TXs and we get output powers that we expect. We then put the device into CW Mode (fc = 60 GHz) on TX1 and we got output powers that we expected. We then changed to CW mode on TX2 (fc = 60 GHz) and then all of a sudden the signal seemingly drops below the noise floor of the spectrum analyzer almost as if the TX is off. The only thing we changed was which TX we were using. I'll see if I can get some screenshots to supplement. 

    This is a screenshot obtained with the IWRL6432BOOST EVM. Blue trace is our sweep on TX2. Pink trace is CW Mode on TX1. Green trace is CW Mode on TX2, roughly 35-40 dB below TX1. 

    We then enabled CW Mode through mmWave Studio and it worked on both TX1 and TX2: 

  • HI Abhishek,

    We also did some testing with mmwave studio and found that when using that, both TX 1 and TX 2 work without issue. When using the modified demo SW (demo SW that passes down the CW start command to the MMWave_startLink function), TX 1 seems to work, but TX 2 transmits as can be seen below.

  • Hi Yohennas,

    Thanks for the information. 

    Can you try disabling and enabling the TX2 CW mode again after you have enabled it the first time?

    Regards,

    Abhishek

  • Hi Abhishek, sorry for the late response, I have been away the past week.

    By disabling the CW mode do you mean just resetting it, or do you mean disabling it and re-enabling it in the software. If it is the later, I have run into some issues trying to re-enable the CW tone after disabling it.

    I have tried deinitializing using MMwave_stop and MMWave_close, as done when the sensorStop command and then calling CLI_MMWStart to restart the transmitting.

    I have also tried to call MMWave_deinit in addition to the two functions above and then call mmwDemo_mmWaveInit  as done in the powerManagementTask, but this also does not seem to allow for the restarting of the CW tone.

    Do you have any suggestions as to what the best way to achieve switching the CW tone off and then restarting it would be?

  • Just to follow up, this issue has been resolved. We found out that the ChirpTxMimoPatSel was set to 1. After changing it to 0 (and modifying the code to allow us to do so), we were able to enable CW mode on both TXs. 

  • Good to know that TX2 CW mode worked for you!

    Thanks for the confirmation