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.

AWR2243: Question on TEST SOURCE DEBUG FEATURE

Part Number: AWR2243

Hi,

In DFP example, there is MMWL_testSourceConfig, I found the parameters are not fully correct, for example below parameters are not defined in the rlTestSource_t, so my question is have BU ever verified this features? And any problem here?

tsArgs.txAntPos[0].antPosX = 0;
tsArgs.txAntPos[0].antPosZ = 0;
tsArgs.txAntPos[1].antPosX = 0;
tsArgs.txAntPos[1].antPosZ = 0;
tsArgs.txAntPos[2].antPosX = 0;
tsArgs.txAntPos[2].antPosZ = 0;

My customer tried, and found the captured raw data is not as expected, below is their config for your cross check, any problem let me know, thanks.