请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:AFE7950EVM工具/软件:
我已经尝试过 AFE.saveCAfeParamsFile () 根据文档“在 Vitis 中实现咖啡馆图书馆“。 documents/AFE79xxLatte/lib 中其输出的 afe79xxParameters.c 文件 Texas Instruments、如下所示;
#include “afeParameters.h"</s>“
afeSystemParamsStruct systemParams{
.X =61.44、
.numFbNCO =[1、1]、
.FRef =491.52、
.FadcRx =2949.12、
.FadcFb =2949.12、
_Fdac = 11796.48、
.usesSpiSysref =0
.ncoFreqMode =0、
.halfRateModeRx ={0、0}、
.halfRateModeFb ={0、0}、
.halfRateModeTx ={0、0}、
.syncLoopBack =1、
.dddcFactorRx ={12、12、12、12}、
.rxNco ={[9,000,9000}、{9,000,9000}、{9,000,9000}、{9,000,9000]}、{[1800.0、 2600.0}、{1800.02600.0}、{1800.02600.0}、{1800.02600.0]}}、
.numBandsRx ={0、0、0、0}、
.dddcFactorFb ={12、12}、
.fbNco ={[2,600,2600]、[1800.01900.0]、[1800.0、 1900.0]、[1800.01900.0]}、
.ducFactorTx ={48、48、48、48}、
.txNco ={[9,000,9000}、{9,000,9000}、{9,000,9000}、{9,000,9000]}、{[1800.0、 2600.0}、{1800.02600.0}、{1800.02600.0}、{1800.02600.0]}}、
.numBandsTx ={0、0、0、0}、
.enableDacInterleavedMode =0、
.txToFbMode =0、
.chipId = 0x79、
.chipVersion = 0x13、
.agcMode = 0、
.bigStepAttkEn ={0、0、0}、
.smallStepAttkEn ={1、1、1}、
.powerAttkEn ={0、0、0}、
.bigStepDecEn ={0、0、0}、
.smallStepDecEn ={1、1、1}、
.powerDecEn ={0、0、0}、
.bigStepAttkThresh ={4、4、4}、
.smallStepAttkThresh ={8、8、8}、
.powerAttkThresh ={56、56、56、56}、
.bigStepDecThresh ={56、56、56、56}、
.bigStepDecThresh ={32、32、32、32}、
.bigStepDecThresh ={80、80、80、80}、
.bigStepAttkWinLen ={17、17、17}、
.miscStepAttkWinLen ={17、17、17}、
.decayWinLen ={8,738,873873887387388738}、
jesdProtocol =0
};
此参数文件是否正确?