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.

AWR6843AOP: 两种波形切换问题

Part Number: AWR6843AOP


你好:

       上电情况下,在awr6843aop上实现通过状态来切换两种波形,遇到第2种波形config的时候报错:

Error: MMWDemoMSS mmWave Configuration failed [Error code -203751138]

初始化:

initCfg.domain                      = MMWave_Domain_MSS;

initCfg.executionMode               = MMWave_ExecutionMode_COOPERATIVE;

initCfg.linkCRCCfg.useCRCDriver = 1U;


initCfg.linkCRCCfg.crcChannel = CRC_Channel_CH1;

initCfg.cfgMode                     = MMWave_ConfigurationMode_FULL;

调用流程如下:

1、MMWave_init(xx, xx)

2、MMWave_sync(xx, xx)

3、MMWave_open(xx, xx, xx, xx)

4、MMWave_config(xx, xx, xx)//第1种波形

5、MMWave_stop(xx, xx) //状态变化,先stop,再配置第2种波形

6、MMWave_config(xx, xx)  //第2种波形,调用config时,报上述错误,Error: MMWDemoMSS mmWave Configuration failed [Error code -203751138]

7、

请问:

这个是调用API时,stop没有把BSS完全停掉,还是流程哪有问题?