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.
您好,
请提供以下信息。
1)您使用的SDK版本。
2)您使用的是哪种板。你的测试设置是什么。
3) 您是否正在起诉自定义代码或任何 TI 示例。
4) 您能否从该地址0xA5010000的设备共享内存转储 (1 KB)
您好,Gary
1)SDK版本是V2.2.2.1;
2)AWR2243,硬件是1.1,我们关于CQ1寄存器设置,以及datapath的设置已经在上面表述清楚;
3)不明白您问的是什么意思,但是关于CQ1的设置,我们通过调用两个接口函数完成:
//设置CQ1寄存器
int MMWL_setRxSigImgMonConfig(unsigned char deviceMap)
{
int32_t retVal; /* 初始化返回值 */
rlSigImgMonConf_t RxSigImgMonCfg = { 0 }; /* 初始化 signal and image band energy */
RxSigImgMonCfg.profileIndx = 0;
RxSigImgMonCfg.numSlices = 16;
RxSigImgMonCfg.timeSliceNumSamples = 8;
retVal = rlRfRxSigImgMonConfig(deviceMap, &RxSigImgMonCfg);
return retVal;
}
rlRfAnaMonConfig()这个接口函数使能相应位,打开 RX_SIG_IMG_BAND_MONITOR(CQ1)。
4)0xA5010000这个地址是什么?我们的AWR2243通过lvds连接到FPGA上的,所以您说的这个地址我们不清楚是什么地址