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.

[参考译文] AFE7950EVM:如何获取用于 CAFE 库配置的 systemParams。

Guru**** 2493545 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/rf-microwave-group/rf-microwave/f/rf-microwave-forum/1544196/afe7950evm-how-to-get-systemparams-for-the-configuration-of-cafe-library

器件型号:AFE7950EVM


工具/软件:

我已经尝试过 AFE.saveCAfeParamsFile () 根据文档“在 Vitis 中实现咖啡馆图书馆“。 documents/AFE79xxLatte/lib 中其输出的 afe79xxParameters.c 文件 Texas Instruments、如下所示;

#include “afeParameters.h"</s>“
afeSystemParamsStruct systemParams{

  .X    =61.44
  .numFbNCO    =[11]、
  .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     =1212、12、12}、
  .rxNco    ={[9,000,9000}、{9,000,9000}、{9,000,9000、{9,000,9000]}、{[1800.02600.0}、{1800.02600.0}、{1800.02600.0}、{1800.02600.0]}}、
  .numBandsRx   =00、0、0}、
  .dddcFactorFb     =1212}、
  .fbNco    ={[2,600,2600]、[1800.01900.0]、[1800.01900.0]、[1800.01900.0]}、
  .ducFactorTx     =4848、48、48}、
  .txNco    ={[9,000,9000}、{9,000,9000}、{9,000,9000、{9,000,9000]}、{[1800.02600.0}、{1800.02600.0}、{1800.02600.0}、{1800.02600.0]}}、
  .numBandsTx   =00、0、0}、
  .enableDacInterleavedMode    =0
  .txToFbMode   =0
  .chipId   = 0x79
  .chipVersion     = 0x13
  .agcMode     = 0
  .bigStepAttkEn    =00、0}、
  .smallStepAttkEn     =11、1}、
  .powerAttkEn     =0、0、0}、
  .bigStepDecEn    =00、0}、
  .smallStepDecEn   =11、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
};
此参数文件是否正确?