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.

AWR1843: 在Continuous Streaming mode模式下使用mmwave monitor功能

Part Number: AWR1843

我使用的SDK版本为mmwave_sdk_03_01_01_02

我在FMCW模式下能正常使用mmwave monitor功能,配置过程中配置函数无任何错误产生,配置流程如下

1.MMWave_init(此时配置事件回调函数eventFxn)

2.MMWave_open

3.rlSetProfileConfig

4.rlSetChirpConfig

5.rlSetAdvFrameConfig

6.MMWave_start

7.rlRfAnaMonConfig

8.rlRfRxGainPhMonConfig

之后eventFxn函数会获得RSS端的诊断结果

切换至CW模式后,配置流程如下

1.MMWave_init(此时配置事件回调函数eventFxn)

2.MMWave_open

3.rlSetChannelConfig

4.rlSetContModeConfig

5.rlEnableContMode(此时已产生连续波)

6.rlRfAnaMonConfig

7.rlRfRxGainPhMonConfig(此时配置函数返回-2,表示配置失败)

之后eventFxn函数无法获得RSS端的诊断结果

请问在CW模式下是否无法使用mmwave monitor射频诊断功能