主题中讨论的其他器件:IWR6243
您好、明白了
我正在尝试对 IWR6243雷达(57GHZ 至64GHZ)执行配置文件配置、雷达发送错误代码46 [斜坡结束频率不在[76、81] GHz]、我直接从 DFP 示例代码获取的配置文件配置值。
ptrProfileCfg->profileID = 0;
ptrProfileCfg->startFreqConst =(uint32_t)(((float) 57.02 *(1U << 26)/ 2.7);
ptrProfileCfg->idleTimeConst = 14 * 1000 / 10;
ptrProfileCfg->adcStartTimeConst = 6 * 1000 / 10;
ptrProfileCfg->rampEndTime = 67.04 * 1000 /10;
ptrProfileCfg->txOutPowerBackoffCode = 0;
ptrProfileCfg->txPhaseShifter = 0;
//ptrProfileCfg->freqSlopeConst = 11 * 1000 / 48;
ptrProfileCfg->freqSlopeConst =(16.9824*(1<<26))/(2.7 * 1e3 * 900);
ptrProfileCfg->txStartTime = 1 * 1000 / 10;
ptrProfileCfg->numAdcSamples = TEST_NUM_ADC_SAMPLES;
ptrProfileCfg->digOutSampleRate = 10000;
ptrProfileCfg->hpfCornerFreq1 = 0;
ptrProfileCfg->hpfCornerFreq2 = 0;
ptrProfileCfg->rxGain = 30;
这些是值、请建议解决此错误的解决方案。
此致、
Surya.
此致、
Surya.